Home
last modified time | relevance | path

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

/freebsd-14-stable/sbin/pfctl/
HDpfctl_parser.h148 struct node_os { struct
151 struct node_os *next; argument
152 struct node_os *tail; argument
HDparse.y366 struct node_host *, struct node_proto *, struct node_os *,
428 struct node_os *os;
436 struct node_os *src_os;
3500 $$ = calloc(1, sizeof(struct node_os));
6005 struct node_proto *protos, struct node_os *src_oses, in expand_rule()
6037 LOOP_THROUGH(struct node_os, src_os, src_oses, in expand_rule()
6184 FREE_LIST(struct node_os, src_oses); in expand_rule()