Symbol: NgSendMsg
lib/libnetgraph/debug.c
230
if (NgSendMsg(csock, path, NGM_GENERIC_COOKIE,
lib/libnetgraph/msg.c
134
if (NgSendMsg(cs, path, NGM_GENERIC_COOKIE, NGM_ASCII2BINARY,
lib/libnetgraph/msg.c
298
if (NgSendMsg(cs, path, NGM_GENERIC_COOKIE,
lib/libnetgraph/netgraph.h
53
int NgSendMsg(int, const char *, int, int, const void *, size_t);
lib/libnetgraph/sock.c
118
if (NgSendMsg(cs, ".", NGM_GENERIC_COOKIE,
lib/libnetgraph/sock.c
196
if (NgSendMsg(cs, path,
lib/libnetgraph7/debug.c
258
if (NgSendMsg(csock, path, NGM_GENERIC_COOKIE,
lib/libnetgraph7/msg.c
132
if (NgSendMsg(cs, path, NGM_GENERIC_COOKIE, NGM_ASCII2BINARY,
lib/libnetgraph7/msg.c
341
if (NgSendMsg(cs, path, NGM_GENERIC_COOKIE,
lib/libnetgraph7/netgraph.h
53
int NgSendMsg(int, const char *, int, int, const void *, size_t);
lib/libnetgraph7/sock.c
118
if (NgSendMsg(cs, ".", NGM_GENERIC_COOKIE,
lib/libnetgraph7/sock.c
196
if (NgSendMsg(cs, path,
libexec/pppoed/pppoed.c
138
if (NgSendMsg(cs, epath, NGM_GENERIC_COOKIE, NGM_LISTHOOKS, NULL, 0) < 0) {
libexec/pppoed/pppoed.c
206
if (NgSendMsg(cs, epath, NGM_GENERIC_COOKIE,
libexec/pppoed/pppoed.c
219
if (NgSendMsg(cs, ".:", NGM_GENERIC_COOKIE,
libexec/pppoed/pppoed.c
244
if (NgSendMsg(cs, spath, NGM_PPPOE_COOKIE, NGM_PPPOE_LISTEN,
libexec/pppoed/pppoed.c
301
if (NgSendMsg(cs, ".:", NGM_GENERIC_COOKIE,
libexec/pppoed/pppoed.c
313
if (NgSendMsg(cs, ".:", NGM_SOCKET_COOKIE,
libexec/pppoed/pppoed.c
332
if (NgSendMsg(cs, path, NGM_PPPOE_COOKIE, NGM_PPPOE_OFFER,
libexec/pppoed/pppoed.c
347
if (NgSendMsg(cs, path, NGM_PPPOE_COOKIE, NGM_PPPOE_SERVICE,
usr.bin/netstat/netgraph.c
174
if (NgSendMsg(csock, path,
usr.sbin/ngctl/config.c
78
i = NgSendMsg(csock, path, NGM_GENERIC_COOKIE,
usr.sbin/ngctl/config.c
81
i = NgSendMsg(csock, path, NGM_GENERIC_COOKIE,
usr.sbin/ngctl/connect.c
79
if (NgSendMsg(csock, path, NGM_GENERIC_COOKIE,
usr.sbin/ngctl/list.c
89
if (NgSendMsg(csock, ".", NGM_GENERIC_COOKIE,
usr.sbin/ngctl/mkpeer.c
79
if (NgSendMsg(csock, path, NGM_GENERIC_COOKIE,
usr.sbin/ngctl/msg.c
124
if (NgSendMsg(csock, path, NGM_GENERIC_COOKIE,
usr.sbin/ngctl/name.c
69
if (NgSendMsg(csock, path, NGM_GENERIC_COOKIE,
usr.sbin/ngctl/rmhook.c
75
if (NgSendMsg(csock, path, NGM_GENERIC_COOKIE,
usr.sbin/ngctl/show.c
92
if (NgSendMsg(csock, path, NGM_GENERIC_COOKIE,
usr.sbin/ngctl/shutdown.c
67
if (NgSendMsg(csock, path, NGM_GENERIC_COOKIE,
usr.sbin/ngctl/status.c
73
if (NgSendMsg(csock, path, NGM_GENERIC_COOKIE,
usr.sbin/ngctl/types.c
70
if (NgSendMsg(csock, ".", NGM_GENERIC_COOKIE,
usr.sbin/nghook/main.c
115
if (NgSendMsg(csock, ".",
usr.sbin/ppp/ether.c
530
if (NgSendMsg(dev->cs, path, NGM_GENERIC_COOKIE, NGM_LISTHOOKS,
usr.sbin/ppp/ether.c
598
if (NgSendMsg(dev->cs, etherid, NGM_GENERIC_COOKIE,
usr.sbin/ppp/ether.c
620
if (NgSendMsg(dev->cs, ".:", NGM_GENERIC_COOKIE,
usr.sbin/ppp/ether.c
642
if (NgSendMsg(dev->cs, connectpath, NGM_PPPOE_COOKIE,
usr.sbin/ppp/netgraph.c
589
if (NgSendMsg(dev->cs, path, NGM_GENERIC_COOKIE, NGM_LISTHOOKS,
usr.sbin/ppp/netgraph.c
645
if (NgSendMsg(dev->cs, path, NGM_GENERIC_COOKIE,
usr.sbin/ppp/netgraph.c
658
if (NgSendMsg(dev->cs, path, NGM_GENERIC_COOKIE, NGM_LISTHOOKS,
usr.sbin/ppp/netgraph.c
707
if (NgSendMsg(dev->cs, ".:", NGM_GENERIC_COOKIE,
usr.sbin/ppp/tty.c
251
if (NgSendMsg(dev->cs, asyncpath, NGM_ASYNC_COOKIE,
usr.sbin/ppp/tty.c
320
if (NgSendMsg(cs, ttypath, NGM_TTY_COOKIE,
usr.sbin/ppp/tty.c
332
if (NgSendMsg(cs, ttypath, NGM_GENERIC_COOKIE,
usr.sbin/ppp/tty.c
345
if (NgSendMsg(cs, ".:", NGM_GENERIC_COOKIE, NGM_CONNECT,
usr.sbin/ppp/tty.c
354
if (NgSendMsg(cs, ngc.path, NGM_GENERIC_COOKIE, NGM_NODEINFO, NULL, 0) < 0) {