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

Function _ngi_arg1

freebsd/netgraph/netgraph.h:766–771  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

764}
765
766static __inline void **
767_ngi_arg1(item_p item, char *file, int line)
768{
769 _ngi_check(item, file, line);
770 return (&_NGI_ARG1(item));
771}
772
773static __inline int *
774_ngi_arg2(item_p item, char *file, int line)

Callers

nothing calls this directly

Calls 1

_ngi_checkFunction · 0.70

Tested by

no test coverage detected