Searched refs:protox (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/usr.bin/netstat/
H A Dmain.c76 static struct protox { struct
88 } protox[] = { variable in typeref:struct:protox
134 static struct protox ip6protox[] = {
163 static struct protox pfkeyprotox[] = {
172 static struct protox netgraphprotox[] = {
182 static struct protox *protoprotox[] = {
183 protox,
192 static void printproto(struct protox *, const char *, bool *);
194 static struct protox *name2protox(const char *);
195 static struct protox *knownnam
[all...]
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipf_y.y461 proto: | protox protocol { yyresetdict(); }
464 protox: IPFY_PROTO { setipftype(); label

Completed in 182 milliseconds