protox
} protox[] = {
struct protox ip6protox[] = {
struct protox arpprotox[] = {
struct protox pfkeyprotox[] = {
struct protox atalkprotox[] = {
struct protox *protoprotox[] = { protox,
static void printproto(struct protox *, const char *);
static struct protox *name2protox(const char *);
static struct protox *knownname(const char *);
static void prepare(const char *, const char *, struct protox *tp);
prepare(const char *nf, const char *mf, struct protox *tp)
struct protox *tp; /* for printing cblocks & stats */
for (tp = protox; tp->pr_name; tp++)
for (tp = protox; tp->pr_name; tp++)
printproto(struct protox *tp, const char *name)
static struct protox *
struct protox **tpp, *tp;
static struct protox *
struct protox *tp;