Searched refs:node_os (Results 1 – 2 of 2) sorted by relevance
/freebsd/sbin/pfctl/ |
H A D | pfctl_parser.h | 151 struct node_os { struct 154 struct node_os *next; argument 155 struct node_os *tail; argument
|
H A D | parse.y | 403 struct node_proto *, struct node_os *, struct node_host *, 462 struct node_os *os; 470 struct node_os *src_os; 3533 $$ = calloc(1, sizeof(struct node_os)); 6302 struct node_os *src_oses, struct node_host *src_hosts, in expand_rule() 6334 LOOP_THROUGH(struct node_os, src_os, src_oses, in expand_rule() 6512 FREE_LIST(struct node_os, src_oses); in expand_rule()
|