Lines Matching defs:protox
69 static struct protox {
81 } protox[] = {
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 */
595 for (tp = protox; tp->pr_name; tp++)
671 printproto(struct protox *tp, const char *name, bool *first)
877 * Find the protox for the given "well-known" name.
879 static struct protox *
882 struct protox **tpp, *tp;
892 * Find the protox corresponding to name.
894 static struct protox *
897 struct protox *tp;