Home
last modified time | relevance | path

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

/freebsd-12.1/sbin/pfctl/
H A Dparse.y5285 if ((r->af && src_host->af && r->af != src_host->af) || in expand_rule()
5287 (src_host->af && dst_host->af && in expand_rule()
5288 src_host->af != dst_host->af) || in expand_rule()
5289 (src_host->ifindex && dst_host->ifindex && in expand_rule()
5290 src_host->ifindex != dst_host->ifindex) || in expand_rule()
5291 (src_host->ifindex && *interface->ifname && in expand_rule()
5296 if (!r->af && src_host->af) in expand_rule()
5297 r->af = src_host->af; in expand_rule()
5328 error += check_netmask(src_host, r->af); in expand_rule()
5333 r->src.addr = src_host->addr; in expand_rule()
[all …]