Searched refs:node_os (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/sbin/pfctl/ |
| H A D | pfctl_parser.h | 148 struct node_os { struct 151 struct node_os *next; argument 152 struct node_os *tail; argument
|
| H A D | parse.y | 365 struct node_host *, struct node_proto *, struct node_os *, 427 struct node_os *os; 435 struct node_os *src_os; 3491 $$ = calloc(1, sizeof(struct node_os)); 5988 struct node_proto *protos, struct node_os *src_oses, in expand_rule() 6020 LOOP_THROUGH(struct node_os, src_os, src_oses, in expand_rule() 6167 FREE_LIST(struct node_os, src_oses); in expand_rule()
|