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

Function _ng_node_name

freebsd/netgraph/netgraph.h:467–472  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

465}
466
467static __inline char *
468_ng_node_name(node_p node, char *file, int line)
469{
470 _chknode(node, file, line);
471 return(_NG_NODE_NAME(node));
472}
473
474static __inline int
475_ng_node_has_name(node_p node, char *file, int line)

Callers

nothing calls this directly

Calls 1

_chknodeFunction · 0.70

Tested by

no test coverage detected