Searched refs:NgSendMsg (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-11-stable/usr.sbin/ngctl/
H A Dshutdown.c71 if (NgSendMsg(csock, path, NGM_GENERIC_COOKIE,
H A Drmhook.c79 if (NgSendMsg(csock, path, NGM_GENERIC_COOKIE,
H A Dconnect.c83 if (NgSendMsg(csock, path, NGM_GENERIC_COOKIE,
H A Dmkpeer.c83 if (NgSendMsg(csock, path, NGM_GENERIC_COOKIE,
H A Dname.c74 if (NgSendMsg(csock, path, NGM_GENERIC_COOKIE,
H A Dconfig.c84 i = NgSendMsg(csock, path, NGM_GENERIC_COOKIE,
87 i = NgSendMsg(csock, path, NGM_GENERIC_COOKIE,
H A Dstatus.c78 if (NgSendMsg(csock, path, NGM_GENERIC_COOKIE,
H A Dtypes.c75 if (NgSendMsg(csock, ".", NGM_GENERIC_COOKIE,
H A Dlist.c102 if (NgSendMsg(csock, ".", NGM_GENERIC_COOKIE,
H A Ddot.c101 if (NgSendMsg(csock, ".", NGM_GENERIC_COOKIE, NGM_LISTNODES, NULL,
143 if (NgSendMsg(csock, path, NGM_GENERIC_COOKIE, NGM_LISTHOOKS,
H A Dshow.c97 if (NgSendMsg(csock, path, NGM_GENERIC_COOKIE,
H A Dmsg.c139 if (NgSendMsg(csock, path, NGM_GENERIC_COOKIE,
/freebsd-11-stable/lib/libnetgraph/
H A Dnetgraph.h52 int NgSendMsg(int, const char *, int, int, const void *, size_t);
H A DMakefile16 MLINKS+= netgraph.3 NgSendMsg.3
H A Dmsg.c67 NgSendMsg(int cs, const char *path, function
132 if (NgSendMsg(cs, path, NGM_GENERIC_COOKIE, NGM_ASCII2BINARY,
339 if (NgSendMsg(cs, path, NGM_GENERIC_COOKIE,
H A Dsock.c122 if (NgSendMsg(cs, ".", NGM_GENERIC_COOKIE,
200 if (NgSendMsg(cs, path,
/freebsd-11-stable/tests/sys/netgraph/
H A Dutil.c80 CHECK(, -1 != NgSendMsg(cs, path1,
96 CHECK(, -1 != NgSendMsg(cs, path1,
109 CHECK(, -1 != NgSendMsg(cs, path,
122 CHECK(, -1 != NgSendMsg(cs, path,
131 CHECK(, -1 != NgSendMsg(cs, path,
/freebsd-11-stable/libexec/pppoed/
H A Dpppoed.c136 if (NgSendMsg(cs, epath, NGM_GENERIC_COOKIE, NGM_LISTHOOKS, NULL, 0) < 0) {
204 if (NgSendMsg(cs, epath, NGM_GENERIC_COOKIE,
217 if (NgSendMsg(cs, ".:", NGM_GENERIC_COOKIE,
242 if (NgSendMsg(cs, spath, NGM_PPPOE_COOKIE, NGM_PPPOE_LISTEN,
299 if (NgSendMsg(cs, ".:", NGM_GENERIC_COOKIE,
311 if (NgSendMsg(cs, ".:", NGM_SOCKET_COOKIE,
330 if (NgSendMsg(cs, path, NGM_PPPOE_COOKIE, NGM_PPPOE_OFFER,
345 if (NgSendMsg(cs, path, NGM_PPPOE_COOKIE, NGM_PPPOE_SERVICE,
/freebsd-11-stable/usr.bin/netstat/
H A Dnetgraph.c130 if (NgSendMsg(csock, path,
/freebsd-11-stable/usr.sbin/ppp/
H A Dether.c526 if (NgSendMsg(dev->cs, path, NGM_GENERIC_COOKIE, NGM_LISTHOOKS,
594 if (NgSendMsg(dev->cs, etherid, NGM_GENERIC_COOKIE,
616 if (NgSendMsg(dev->cs, ".:", NGM_GENERIC_COOKIE,
634 if (NgSendMsg(dev->cs, connectpath, NGM_PPPOE_COOKIE,
650 if (NgSendMsg(dev->cs, connectpath, NGM_PPPOE_COOKIE,
H A Dnetgraph.c584 if (NgSendMsg(dev->cs, path, NGM_GENERIC_COOKIE, NGM_LISTHOOKS,
640 if (NgSendMsg(dev->cs, path, NGM_GENERIC_COOKIE,
653 if (NgSendMsg(dev->cs, path, NGM_GENERIC_COOKIE, NGM_LISTHOOKS,
702 if (NgSendMsg(dev->cs, ".:", NGM_GENERIC_COOKIE,
H A Dtty.c245 if (NgSendMsg(dev->cs, asyncpath, NGM_ASYNC_COOKIE,
315 if (NgSendMsg(cs, ttypath, NGM_TTY_COOKIE,
327 if (NgSendMsg(cs, ttypath, NGM_GENERIC_COOKIE,
340 if (NgSendMsg(cs, ".:", NGM_GENERIC_COOKIE, NGM_CONNECT,
349 if (NgSendMsg(cs, ngc.path, NGM_GENERIC_COOKIE, NGM_NODEINFO, NULL, 0) < 0) {
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_netgraph/
H A Dsnmp_netgraph.c325 return (NgSendMsg(csock, path, (int)cookie, (int)opcode, arg, arglen));
616 return (NgSendMsg(csock, ".:",
627 return (NgSendMsg(csock, ".:",
643 return (NgSendMsg(csock, path,
663 return (NgSendMsg(csock, path,
742 if (NgSendMsg(csock, path, NGM_GENERIC_COOKIE, NGM_MKPEER,
752 if (NgSendMsg(csock, path, NGM_GENERIC_COOKIE, NGM_NAME,
768 return (NgSendMsg(csock, path, NGM_GENERIC_COOKIE,
781 return (NgSendMsg(csock, ".:",
796 return (NgSendMsg(csoc
[all...]
/freebsd-11-stable/usr.sbin/bluetooth/bt3cfw/
H A Dbt3cfw.c216 if (NgSendMsg(cs, path, NGM_BT3C_COOKIE,
/freebsd-11-stable/usr.sbin/nghook/
H A Dmain.c161 if (NgSendMsg(csock, ".",

Completed in 175 milliseconds

12