Searched refs:node_os (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/sbin/pfctl/ |
| H A D | pfctl_parser.h | 135 struct node_os { struct 138 struct node_os *next; argument 139 struct node_os *tail; argument
|
| H A D | parse.y | 342 struct node_host *, struct node_proto *, struct node_os *, 398 struct node_os *os; 406 struct node_os *src_os; 3013 $$ = calloc(1, sizeof(struct node_os)); 5390 struct node_proto *protos, struct node_os *src_oses, in expand_rule() 5422 LOOP_THROUGH(struct node_os, src_os, src_oses, in expand_rule() 5548 FREE_LIST(struct node_os, src_oses); in expand_rule()
|