Home
last modified time | relevance | path

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

/openbsd/usr.bin/netstat/
H A Dmain.c67 struct protox { struct
71 } protox[] = { variable
90 struct protox ip6protox[] = {
98 struct protox *protoprotox[] = {
99 protox, ip6protox, NULL
104 static struct protox *knownname(char *);
335 for (tp = protox; tp->pr_name; tp++) in main()
434 static struct protox *
437 struct protox **tpp, *tp; in knownname()
449 static struct protox *
[all …]