Home
last modified time | relevance | path

Searched refs:gen_dynnode (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/sbin/pfctl/
H A Dpfctl_parser.h363 struct node_host *gen_dynnode(struct node_host *, sa_family_t);
H A Dparse.y4724 if (($9->host = gen_dynnode($9->host, r.af)) == NULL)
4944 if (($8 = gen_dynnode($8, binat.af)) == NULL)
4963 if (($9 = gen_dynnode($9, binat.af)) == NULL)
4996 if (($13->host = gen_dynnode($13->host, binat.af)) == NULL)
6065 if ((src_host = gen_dynnode(src_host, r->af)) == NULL) in expand_rule()
6070 if ((dst_host = gen_dynnode(dst_host, r->af)) == NULL) in expand_rule()
H A Dpfctl_parser.c1337 gen_dynnode(struct node_host *h, sa_family_t af) in gen_dynnode() function