Home
last modified time | relevance | path

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

/NextBSD/sbin/pfctl/
HDpfctl_parser.h127 struct node_os { struct
130 struct node_os *next; argument
131 struct node_os *tail; argument
HDparse.y328 struct node_host *, struct node_proto *, struct node_os *,
382 struct node_os *os;
390 struct node_os *src_os;
2819 $$ = calloc(1, sizeof(struct node_os));
5105 struct node_proto *protos, struct node_os *src_oses, in expand_rule()
5137 LOOP_THROUGH(struct node_os, src_os, src_oses, in expand_rule()
5272 FREE_LIST(struct node_os, src_oses); in expand_rule()