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

Function _ng_node_has_name

freebsd/netgraph/netgraph.h:474–479  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

472}
473
474static __inline int
475_ng_node_has_name(node_p node, char *file, int line)
476{
477 _chknode(node, file, line);
478 return(_NG_NODE_HAS_NAME(node));
479}
480
481static __inline ng_ID_t
482_ng_node_id(node_p node, char *file, int line)

Callers

nothing calls this directly

Calls 1

_chknodeFunction · 0.70

Tested by

no test coverage detected