Lines Matching refs:protox
69 static struct protox { struct
81 } protox[] = { argument
129 static struct protox ip6protox[] = {
158 static struct protox pfkeyprotox[] = {
167 static struct protox netgraphprotox[] = {
177 static struct protox *protoprotox[] = {
178 protox,
187 static void printproto(struct protox *, const char *, bool *);
189 static struct protox *name2protox(const char *);
190 static struct protox *knownname(const char *);
239 struct protox *tp = NULL; /* for printing cblocks & stats */ in main()
596 for (tp = protox; tp->pr_name; tp++) in main()
672 printproto(struct protox *tp, const char *name, bool *first) in printproto()
880 static struct protox *
883 struct protox **tpp, *tp; in knownname()
895 static struct protox *
898 struct protox *tp; in name2protox()