Home | History | Annotate | Download | only in netstat

Lines Matching defs:protox

200 struct protox {
213 } protox[] = {
239 struct protox ip6protox[] = {
266 struct protox arpprotox[] = {
274 struct protox pfkeyprotox[] = {
283 struct protox atalkprotox[] = {
291 struct protox *protoprotox[] = { protox,
316 static void printproto(struct protox *, const char *);
319 static struct protox *name2protox(const char *);
320 static struct protox *knownname(const char *);
321 static void prepare(const char *, const char *, struct protox *tp);
353 prepare(const char *nf, const char *mf, struct protox *tp)
412 struct protox *tp; /* for printing cblocks & stats */
695 for (tp = protox; tp->pr_name; tp++)
704 for (tp = protox; tp->pr_name; tp++)
738 printproto(struct protox *tp, const char *name)
824 * Find the protox for the given "well-known" name.
826 static struct protox *
829 struct protox **tpp, *tp;
839 * Find the protox corresponding to name.
841 static struct protox *
844 struct protox *tp;