Lines Matching refs:node_icmp
170 struct node_icmp { struct
174 struct node_icmp *next; argument
175 struct node_icmp *tail; argument
291 struct node_icmp *icmpspec;
461 struct node_icmp *);
518 struct node_icmp *icmp;
4579 $$ = calloc(1, sizeof(struct node_icmp));
4598 $$ = calloc(1, sizeof(struct node_icmp));
4612 $$ = calloc(1, sizeof(struct node_icmp));
4624 $$ = calloc(1, sizeof(struct node_icmp));
4643 $$ = calloc(1, sizeof(struct node_icmp));
4657 $$ = calloc(1, sizeof(struct node_icmp));
6820 struct node_if *rcv, struct node_icmp *icmp_types) in expand_rule()
6844 LOOP_THROUGH(struct node_icmp, icmp_type, icmp_types, in expand_rule()
7031 FREE_LIST(struct node_icmp, icmp_types); in expand_rule()