Searched refs:node_os (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/sbin/pfctl/ |
| H A D | pfctl_parser.h | 129 struct node_os { struct 132 struct node_os *next; argument 133 struct node_os *tail; argument
|
| H A D | parse.y | 337 struct node_host *, struct node_proto *, struct node_os *, 393 struct node_os *os; 401 struct node_os *src_os; 2930 $$ = calloc(1, sizeof(struct node_os)); 5245 struct node_proto *protos, struct node_os *src_oses, in expand_rule() 5277 LOOP_THROUGH(struct node_os, src_os, src_oses, in expand_rule() 5412 FREE_LIST(struct node_os, src_oses); in expand_rule()
|