Home
last modified time | relevance | path

Searched refs:node_gid (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/dist/pf/sbin/pfctl/
H A Dparse.y110 struct node_gid { struct
113 struct node_gid *next; argument
114 struct node_gid *tail; argument
186 struct node_gid *gid;
286 struct node_uid *, struct node_gid *, struct node_icmp *,
357 struct node_gid *gid;
2828 $$ = calloc(1, sizeof(struct node_gid));
2843 $$ = calloc(1, sizeof(struct node_gid));
2858 $$ = calloc(1, sizeof(struct node_gid));
4652 struct node_uid *uids, struct node_gid *gids, struct node_icmp *icmp_types, in expand_rule()
[all …]