Searched refs:node_os (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/sbin/pfctl/ |
| D | pfctl_parser.h | 137 struct node_os { struct 140 struct node_os *next; argument 141 struct node_os *tail; argument
|
| D | parse.y | 372 struct node_os *, struct node_host *, struct node_port *, 420 struct node_os *os; 428 struct node_os *src_os; 2529 $$ = calloc(1, sizeof(struct node_os)); 4621 struct node_proto *protos, struct node_os *src_oses, in expand_rule() 4659 LOOP_THROUGH(struct node_os, src_os, src_oses, in expand_rule() 4902 FREE_LIST(struct node_os, src_oses); in expand_rule()
|