Home
last modified time | relevance | path

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

/netbsd-src/dist/pf/sbin/pfctl/
H A Dparse.y103 struct node_uid { struct
106 struct node_uid *next; argument
107 struct node_uid *tail; argument
185 struct node_uid *uid;
286 struct node_uid *, struct node_gid *, struct node_icmp *,
356 struct node_uid *uid;
2746 $$ = calloc(1, sizeof(struct node_uid));
2761 $$ = calloc(1, sizeof(struct node_uid));
2776 $$ = calloc(1, sizeof(struct node_uid));
4652 struct node_uid *uids, struct node_gid *gids, struct node_icmp *icmp_types, in expand_rule()
[all …]