MCPcopy Create free account
hub / github.com/F-Stack/f-stack / ng_node2ID

Function ng_node2ID

freebsd/netgraph/ng_base.c:838–842  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

836}
837
838ng_ID_t
839ng_node2ID(node_p node)
840{
841 return (node ? NG_NODE_ID(node) : 0);
842}
843
844/************************************************************************
845 Node name handling

Callers 7

ng_bridge_nodenameFunction · 0.70
ng_generic_msgFunction · 0.70
dumpitemFunction · 0.70
ng_base.cFile · 0.70
ng_package_msg_selfFunction · 0.70
ng_replace_retaddrFunction · 0.70
ng_h4_ioctlFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected