Home
last modified time | relevance | path

Searched refs:node_os (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/sbin/pfctl/
Dpfctl_parser.h137 struct node_os { struct
140 struct node_os *next; argument
141 struct node_os *tail; argument
Dparse.y372 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()