Home
last modified time | relevance | path

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

/NextBSD/usr.sbin/bsnmpd/modules/snmp_netgraph/
HDsnmp_netgraph.h84 ng_ID_t ng_next_node_id(ng_ID_t node, const char *type, const char *hook);
HDsnmp_netgraph.c701 node = ng_next_node_id(node, type, "right"); in ng_next_node_id_internal()
703 node = ng_next_node_id(node, type, "left"); in ng_next_node_id_internal()
724 ng_next_node_id(ng_ID_t node, const char *type, const char *hook) in ng_next_node_id() function