Searched refs:node_os (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sbin/pfctl/ |
| H A D | pfctl_parser.h | 175 struct node_os { struct 178 struct node_os *next; argument 179 struct node_os *tail; argument
|
| H A D | parse.y | 458 struct node_proto *, struct node_os *, struct node_host *, 520 struct node_os *os; 528 struct node_os *src_os; 4011 $$ = calloc(1, sizeof(struct node_os)); 6817 struct node_os *src_oses, struct node_host *src_hosts, in expand_rule() 6849 LOOP_THROUGH(struct node_os, src_os, src_oses, in expand_rule() 7026 FREE_LIST(struct node_os, src_oses); in expand_rule()
|