Home
last modified time | relevance | path

Searched refs:NGM_LISTHOOKS (Results 1 – 9 of 9) sorted by relevance

/freebsd/usr.sbin/ngctl/
H A Dshow.c96 NGM_LISTHOOKS, NULL, 0) < 0) { in ShowCmd()
H A Ddot.c153 if (NgSendMsg(csock, path, NGM_GENERIC_COOKIE, NGM_LISTHOOKS, in DotCmd()
/freebsd/usr.sbin/bsnmpd/modules/snmp_netgraph/
H A Dsnmp_netgraph.c679 if ((resp = ng_dialog_id(node, NGM_GENERIC_COOKIE, NGM_LISTHOOKS, in ng_next_node_id_internal()
815 if ((resp = ng_dialog_id(node, NGM_GENERIC_COOKIE, NGM_LISTHOOKS, in ng_rmhook_tee_id()
867 if ((resp = ng_dialog_id(node, NGM_GENERIC_COOKIE, NGM_LISTHOOKS, in ng_peer_hook_id()
1476 NGM_LISTHOOKS, NULL, 0)) == NULL) in find_hook()
1559 NGM_GENERIC_COOKIE, NGM_LISTHOOKS, NULL, 0)) == NULL) { in find_hook_next()
1593 NGM_GENERIC_COOKIE, NGM_LISTHOOKS, NULL, 0)) == NULL) in find_hook_next()
/freebsd/share/examples/netgraph/
H A Dngctl147 # responds to a NGM_LISTHOOKS with a struct hooklist, which contains
150 # /* Structure used for NGM_LISTHOOKS */
/freebsd/sys/netgraph/
H A Dng_message.h127 NGM_LISTHOOKS = (7|NGM_READONLY|NGM_HASREPLY), enumerator
H A Dng_base.c530 NGM_LISTHOOKS,
2613 case NGM_LISTHOOKS: in ng_generic_msg()
/freebsd/usr.sbin/ppp/
H A Dnetgraph.c582 if (NgSendMsg(dev->cs, path, NGM_GENERIC_COOKIE, NGM_LISTHOOKS, in ng_Create()
651 if (NgSendMsg(dev->cs, path, NGM_GENERIC_COOKIE, NGM_LISTHOOKS, in ng_Create()
H A Dether.c524 if (NgSendMsg(dev->cs, path, NGM_GENERIC_COOKIE, NGM_LISTHOOKS, in ether_Create()
/freebsd/libexec/pppoed/
H A Dpppoed.c136 if (NgSendMsg(cs, epath, NGM_GENERIC_COOKIE, NGM_LISTHOOKS, NULL, 0) < 0) { in ConfigureNode()