Home
last modified time | relevance | path

Searched refs:ng_next_node_id (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.sbin/bsnmpd/modules/snmp_netgraph/
H A Dsnmp_netgraph.h82 ng_ID_t ng_next_node_id(ng_ID_t node, const char *type, const char *hook);
H A Dsnmp_netgraph.c699 node = ng_next_node_id(node, type, "right"); in ng_next_node_id_internal()
701 node = ng_next_node_id(node, type, "left"); in ng_next_node_id_internal()
722 ng_next_node_id(ng_ID_t node, const char *type, const char *hook) in ng_next_node_id() function