Searched refs:node_os (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/dist/pf/sbin/pfctl/ |
H A D | pfctl_parser.h | 126 struct node_os { struct 129 struct node_os *next; argument 130 struct node_os *tail; argument
|
H A D | parse.y | 284 struct node_proto *, struct node_os*, struct node_host *, 354 struct node_os *os; 362 struct node_os *src_os; 2414 $$ = calloc(1, sizeof(struct node_os)); 4649 struct node_proto *protos, struct node_os *src_oses, in expand_rule() 4681 LOOP_THROUGH(struct node_os, src_os, src_oses, in expand_rule() 4816 FREE_LIST(struct node_os, src_oses); in expand_rule()
|