Lines Matching refs:node_icmp
168 struct node_icmp { struct
172 struct node_icmp *next; argument
173 struct node_icmp *tail; argument
282 struct node_icmp *icmpspec;
405 struct node_icmp *, const char *);
459 struct node_icmp *icmp;
4095 $$ = calloc(1, sizeof(struct node_icmp));
4114 $$ = calloc(1, sizeof(struct node_icmp));
4128 $$ = calloc(1, sizeof(struct node_icmp));
4140 $$ = calloc(1, sizeof(struct node_icmp));
4159 $$ = calloc(1, sizeof(struct node_icmp));
4173 $$ = calloc(1, sizeof(struct node_icmp));
6292 struct node_if *rcv, struct node_icmp *icmp_types, const char *anchor_call) in expand_rule()
6316 LOOP_THROUGH(struct node_icmp, icmp_type, icmp_types, in expand_rule()
6504 FREE_LIST(struct node_icmp, icmp_types); in expand_rule()