Lines Matching defs:node_gid
129 struct node_gid {
132 struct node_gid *next;
133 struct node_gid *tail;
249 struct node_gid *gid;
374 struct node_gid *, struct node_if *, struct node_icmp *);
423 struct node_gid *gid;
3011 $$ = calloc(1, sizeof(struct node_gid));
3026 $$ = calloc(1, sizeof(struct node_gid));
3041 $$ = calloc(1, sizeof(struct node_gid));
4624 struct node_uid *uids, struct node_gid *gids, struct node_if *rcv,
4661 LOOP_THROUGH(struct node_gid, gid, gids,
4906 FREE_LIST(struct node_gid, gids);