protox
proto: | protox protocol { yyresetdict(); }
protox: IPFY_PROTO { setipftype();
static struct protox ip6protox[] = {
static struct protox pfkeyprotox[] = {
static struct protox netgraphprotox[] = {
static struct protox *protoprotox[] = {
protox,
static void printproto(struct protox *, const char *, bool *);
static struct protox *name2protox(const char *);
static struct protox *knownname(const char *);
struct protox *tp = NULL; /* for printing cblocks & stats */
for (tp = protox; tp->pr_name; tp++)
printproto(struct protox *tp, const char *name, bool *first)
} protox[] = {
static struct protox *
struct protox **tpp, *tp;
static struct protox *
struct protox *tp;