Home
last modified time | relevance | path

Searched refs:protopr (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.bin/netstat/
H A Dmain.c82 { -1 , N_TCPSTAT, 1, protopr,
84 { -1 , N_UDPSTAT, 1, protopr,
91 { -1, -1, 1, protopr,
94 { -1 , -1, 1, protopr,
96 { -1 , N_IPSTAT, 1, protopr,
98 { -1 , N_ICMPSTAT, 1, protopr,
100 { -1 , N_IGMPSTAT, 1, protopr,
112 { -1 , N_PIMSTAT, 1, protopr,
130 { -1 , N_TCPSTAT, 1, protopr,
132 { -1 , N_UDPSTAT, 1, protopr,
[all …]
H A Dnetstat.h86 void protopr(u_long, const char *, int, int);
H A Dinet.c188 protopr(u_long off, const char *name, int af1, int proto) in protopr() function