Searched refs:node_os (Results 1 – 2 of 2) sorted by relevance
/freebsd/sbin/pfctl/ |
H A D | pfctl_parser.h | 149 struct node_os { struct 152 struct node_os *next; argument 153 struct node_os *tail; argument
|
H A D | parse.y | 386 struct node_host *, struct node_proto *, struct node_os *, 444 struct node_os *os; 452 struct node_os *src_os; 3607 $$ = calloc(1, sizeof(struct node_os)); 6147 struct node_proto *protos, struct node_os *src_oses, in expand_rule() 6181 LOOP_THROUGH(struct node_os, src_os, src_oses, in expand_rule() 6348 FREE_LIST(struct node_os, src_oses); in expand_rule()
|