Lines Matching refs:protox
84 static struct protox { struct
96 } protox[] = { argument
142 static struct protox ip6protox[] = {
171 static struct protox pfkeyprotox[] = {
180 static struct protox netgraphprotox[] = {
190 static struct protox *protoprotox[] = {
191 protox,
200 static void printproto(struct protox *, const char *, bool *);
202 static struct protox *name2protox(const char *);
203 static struct protox *knownname(const char *);
251 struct protox *tp = NULL; /* for printing cblocks & stats */ in main()
631 for (tp = protox; tp->pr_name; tp++) in main()
711 printproto(struct protox *tp, const char *name, bool *first) in printproto()
946 static struct protox *
949 struct protox **tpp, *tp; in knownname()
961 static struct protox *
964 struct protox *tp; in name2protox()