Symbol: NgRecvMsg
lib/libnetgraph/debug.c
235
if (NgRecvMsg(csock, req, sizeof(buf), NULL) < 0) {
lib/libnetgraph/msg.c
139
if (NgRecvMsg(cs, reply, sizeof(replybuf), NULL) < 0)
lib/libnetgraph/msg.c
293
if (NgRecvMsg(cs, msg, bufSize, path) < 0)
lib/libnetgraph/msg.c
301
if (NgRecvMsg(cs, msg, bufSize, NULL) < 0)
lib/libnetgraph/netgraph.h
57
int NgRecvMsg(int, struct ng_mesg *, size_t, char *);
lib/libnetgraph/sock.c
125
if (NgRecvMsg(cs, resp, sizeof(rbuf), NULL) < 0) {
lib/libnetgraph7/debug.c
263
if (NgRecvMsg(csock, req, sizeof(buf), NULL) < 0) {
lib/libnetgraph7/msg.c
313
if ((len = NgRecvMsg(cs, *rep, len, path)) < 0)
lib/libnetgraph7/msg.c
336
if (NgRecvMsg(cs, msg, bufSize, path) < 0)
lib/libnetgraph7/msg.c
344
if (NgRecvMsg(cs, msg, bufSize, NULL) < 0)
lib/libnetgraph7/netgraph.h
57
int NgRecvMsg(int, struct ng_mesg *, size_t, char *);
lib/libnetgraph7/sock.c
125
if (NgRecvMsg(cs, resp, sizeof(rbuf), NULL) < 0) {
libexec/pppoed/pppoed.c
150
if (NgRecvMsg(cs, resp, sizeof rbuf, NULL) <= 0) {
libexec/pppoed/pppoed.c
378
if ((ret = NgRecvMsg(cs, rep, sizeof msgbuf, NULL)) < 0) {
usr.bin/netstat/netgraph.c
177
if (NgRecvMsg(csock, resp, sizeof(rbuf), NULL) < 0)
usr.sbin/ngctl/config.c
93
if (NgRecvMsg(csock, resp, sizeof(sbuf), NULL) < 0
usr.sbin/ngctl/list.c
94
if (NgRecvMsg(csock, resp, sizeof(rbuf), NULL) < 0) {
usr.sbin/ngctl/msg.c
118
if (NgRecvMsg(csock, m, sizeof(buf), path) < 0) {
usr.sbin/ngctl/msg.c
126
|| NgRecvMsg(csock, m, sizeof(buf), NULL) < 0) {
usr.sbin/ngctl/show.c
97
if (NgRecvMsg(csock, resp, sizeof(rbuf), NULL) < 0) {
usr.sbin/ngctl/status.c
84
if (NgRecvMsg(csock, resp, sizeof(sbuf), NULL) < 0
usr.sbin/ngctl/types.c
75
if (NgRecvMsg(csock, resp, sizeof(rbuf), NULL) < 0) {
usr.sbin/ppp/ether.c
251
if (NgRecvMsg(dev->cs, rep, sizeof msgbuf, NULL) <= 0)
usr.sbin/ppp/ether.c
539
if (NgRecvMsg(dev->cs, resp, sizeof rbuf, NULL) <= 0) {
usr.sbin/ppp/netgraph.c
598
if (NgRecvMsg(dev->cs, resp, sizeof rbuf, NULL) <= 0) {
usr.sbin/ppp/netgraph.c
667
if (NgRecvMsg(dev->cs, resp, sizeof rbuf, NULL) <= 0) {
usr.sbin/ppp/tty.c
359
if (NgRecvMsg(cs, reply, sizeof rbuf, NULL) < 0) {