Searched refs:NGM_GENERIC_COOKIE (Results 1 - 25 of 47) 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/tests/sys/netgraph/
H A Dutil.c81 NGM_GENERIC_COOKIE, NGM_CONNECT,
97 NGM_GENERIC_COOKIE, NGM_MKPEER,
110 NGM_GENERIC_COOKIE, NGM_RMHOOK,
123 NGM_GENERIC_COOKIE, NGM_NAME,
132 NGM_GENERIC_COOKIE, NGM_SHUTDOWN,
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_netgraph/
H A Dsnmp_netgraph.c559 if ((resp = ng_dialog(path, NGM_GENERIC_COOKIE, NGM_NODEINFO,
572 if ((resp = ng_dialog_node(node, NGM_GENERIC_COOKIE, NGM_NODEINFO,
584 if ((resp = ng_dialog_id(id, NGM_GENERIC_COOKIE, NGM_NODEINFO,
597 if ((resp = ng_dialog_id(id, NGM_GENERIC_COOKIE, NGM_NODEINFO,
617 NGM_GENERIC_COOKIE, NGM_CONNECT, &conn, sizeof(conn)));
628 NGM_GENERIC_COOKIE, NGM_CONNECT, &conn, sizeof(conn)));
644 NGM_GENERIC_COOKIE, NGM_CONNECT, &conn, sizeof(conn)));
664 NGM_GENERIC_COOKIE, NGM_CONNECT, &conn, sizeof(conn)));
681 if ((resp = ng_dialog_id(node, NGM_GENERIC_COOKIE, NGM_LISTHOOKS,
742 if (NgSendMsg(csock, path, NGM_GENERIC_COOKIE, NGM_MKPEE
[all...]
/freebsd-11-stable/usr.bin/netstat/
H A Dnetgraph.c131 NGM_GENERIC_COOKIE, NGM_NODEINFO, NULL, 0) < 0)
/freebsd-11-stable/lib/libnetgraph/
H A Dsock.c122 if (NgSendMsg(cs, ".", NGM_GENERIC_COOKIE,
201 NGM_GENERIC_COOKIE, NGM_NAME, &ngn, sizeof(ngn)) < 0) {
H A Dmsg.c132 if (NgSendMsg(cs, path, NGM_GENERIC_COOKIE, NGM_ASCII2BINARY,
339 if (NgSendMsg(cs, path, NGM_GENERIC_COOKIE,
/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,
299 if (NgSendMsg(cs, ".:", NGM_GENERIC_COOKIE,
/freebsd-11-stable/usr.sbin/ppp/
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 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,
/freebsd-11-stable/sys/netgraph/
H A Dng_base.c486 NGM_GENERIC_COOKIE,
493 NGM_GENERIC_COOKIE,
500 NGM_GENERIC_COOKIE,
507 NGM_GENERIC_COOKIE,
514 NGM_GENERIC_COOKIE,
521 NGM_GENERIC_COOKIE,
528 NGM_GENERIC_COOKIE,
535 NGM_GENERIC_COOKIE,
542 NGM_GENERIC_COOKIE,
549 NGM_GENERIC_COOKIE,
[all...]
H A Dng_message.h113 #define NGM_GENERIC_COOKIE 1137070366 macro
/freebsd-11-stable/usr.sbin/nghook/
H A Dmain.c162 NGM_GENERIC_COOKIE, NGM_CONNECT, &ngc, sizeof(ngc)) < 0)
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_atm/
H A Datm_sys.c182 if ((resp = ng_dialog_id(snmp_node, NGM_GENERIC_COOKIE, NGM_LISTNODES,
/freebsd-11-stable/usr.sbin/bluetooth/hcseriald/
H A Dhcseriald.c237 if (NgSendMsg(cs, p, NGM_GENERIC_COOKIE, NGM_NAME, &n, sizeof(n)) < 0) {

Completed in 237 milliseconds

12