Home
last modified time | relevance | path

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

/freebsd/sbin/pfctl/
H A Dpfctl_parser.h363 int check_netmask(struct node_host *, sa_family_t);
H A Dparse.y4841 if (check_netmask($9->host, r.af))
4965 if (check_netmask($8, binat.af))
4984 if (check_netmask($9, binat.af))
5017 if (check_netmask($13->host, binat.af))
6238 error += check_netmask(src_host, r->af); in expand_rule()
6239 error += check_netmask(dst_host, r->af); in expand_rule()
H A Dpfctl_parser.c1343 check_netmask(struct node_host *h, sa_family_t af) in check_netmask() function