Lines Matching defs:node_icmp
136 struct node_icmp {
140 struct node_icmp *next;
141 struct node_icmp *tail;
257 struct node_icmp *icmpspec;
374 struct node_gid *, struct node_if *, struct node_icmp *);
418 struct node_icmp *icmp;
3117 $$ = calloc(1, sizeof(struct node_icmp));
3136 $$ = calloc(1, sizeof(struct node_icmp));
3150 $$ = calloc(1, sizeof(struct node_icmp));
3162 $$ = calloc(1, sizeof(struct node_icmp));
3181 $$ = calloc(1, sizeof(struct node_icmp));
3195 $$ = calloc(1, sizeof(struct node_icmp));
4625 struct node_icmp *icmp_types)
4654 LOOP_THROUGH(struct node_icmp, icmp_type, icmp_types,
4907 FREE_LIST(struct node_icmp, icmp_types);