Lines Matching refs:protox
82 static struct protox { struct
94 } protox[] = { argument
140 static struct protox ip6protox[] = {
169 static struct protox pfkeyprotox[] = {
178 static struct protox netgraphprotox[] = {
188 static struct protox *protoprotox[] = {
189 protox,
198 static void printproto(struct protox *, const char *, bool *);
200 static struct protox *name2protox(const char *);
201 static struct protox *knownname(const char *);
250 struct protox *tp = NULL; /* for printing cblocks & stats */ in main()
593 for (tp = protox; tp->pr_name; tp++) in main()
668 printproto(struct protox *tp, const char *name, bool *first) in printproto()
876 static struct protox *
879 struct protox **tpp, *tp; in knownname()
891 static struct protox *
894 struct protox *tp; in name2protox()