Home
last modified time | relevance | path

Searched defs:ngpcb (Results 1 – 3 of 3) sorted by relevance

/f-stack/tools/compat/include/netgraph/
H A Dng_socketvar.h48 struct ngpcb { struct
51 LIST_ENTRY(ngpcb) socks; /* linked list of sockets */ argument
52 int type; /* NG_CONTROL or NG_DATA */
53 ng_ID_t node_id; /* a hint for netstat(1) to find the node */
/f-stack/freebsd/netgraph/
H A Dng_socketvar.h48 struct ngpcb { struct
51 LIST_ENTRY(ngpcb) socks; /* linked list of sockets */ argument
52 int type; /* NG_CONTROL or NG_DATA */
53 ng_ID_t node_id; /* a hint for netstat(1) to find the node */
/f-stack/tools/netstat/
H A Dnetgraph.c71 struct ngpcb ngpcb; in netgraphprotopr() local