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

/freebsd-13-stable/sbin/pfctl/
H A Dpfctl_parser.h133 struct node_os { struct
136 struct node_os *next;
137 struct node_os *tail;
H A Dparse.y341 struct node_host *, struct node_proto *, struct node_os *,
397 struct node_os *os;
405 struct node_os *src_os;
2948 $$ = calloc(1, sizeof(struct node_os));
5318 struct node_proto *protos, struct node_os *src_oses,
5350 LOOP_THROUGH(struct node_os, src_os, src_oses,
5485 FREE_LIST(struct node_os, src_oses);

Completed in 42 milliseconds