Searched refs:node_os (Results 1 – 2 of 2) sorted by relevance
| /mirbsd/src/sbin/pfctl/ |
| D | pfctl_parser.h | 103 struct node_os { struct 106 struct node_os *next; argument 107 struct node_os *tail; argument
|
| D | parse.y | 263 struct node_proto *, struct node_os*, struct node_host *, 330 struct node_os *os; 338 struct node_os *src_os; 1920 $$ = calloc(1, sizeof(struct node_os)); 3921 struct node_proto *protos, struct node_os *src_oses, in expand_rule() 3952 LOOP_THROUGH(struct node_os, src_os, src_oses, in expand_rule() 4086 FREE_LIST(struct node_os, src_oses); in expand_rule()
|