Searched refs:FREE_LIST (Results 1 – 1 of 1) sorted by relevance
/openbsd/sbin/pfctl/ |
H A D | parse.y | 4079 #define FREE_LIST(T,r) \ macro 4338 FREE_LIST(struct node_if, interfaces); in expand_queue() 4898 FREE_LIST(struct node_if, interfaces); in expand_rule() 4899 FREE_LIST(struct node_proto, protos); in expand_rule() 4900 FREE_LIST(struct node_host, src_hosts); in expand_rule() 4902 FREE_LIST(struct node_os, src_oses); in expand_rule() 4905 FREE_LIST(struct node_uid, uids); in expand_rule() 4906 FREE_LIST(struct node_gid, gids); in expand_rule() 4950 FREE_LIST(struct node_if, interfaces); in expand_skip_interface() 4966 FREE_LIST(struct node_host, h); in freehostlist() [all …]
|