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

Function _ngi_arg2

freebsd/netgraph/netgraph.h:773–778  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

771}
772
773static __inline int *
774_ngi_arg2(item_p item, char *file, int line)
775{
776 _ngi_check(item, file, line);
777 return (&_NGI_ARG2(item));
778}
779
780static __inline node_p
781_ngi_node(item_p item, char *file, int line)

Callers

nothing calls this directly

Calls 1

_ngi_checkFunction · 0.70

Tested by

no test coverage detected