Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/
H A Dng_socketvar.h46 struct ngpcb { struct
49 LIST_ENTRY(ngpcb) socks; /* linked list of sockets */ argument
50 int type; /* NG_CONTROL or NG_DATA */
51 ng_ID_t node_id; /* a hint for netstat(1) to find the node */
/freebsd/usr.bin/netstat/
H A Dnetgraph.c68 struct ngpcb ngpcb; in netgraphprotopr() local