Home | History | Annotate | Download | only in pfctl

Lines Matching refs:ifindex

3517 				    !$5.src.host->ifindex)
3520 !$5.dst.host->ifindex)
3554 if (!r.af && ! $9->host->ifindex)
4693 (src_host->ifindex && dst_host->ifindex &&
4694 src_host->ifindex != dst_host->ifindex) ||
4695 (src_host->ifindex && *interface->ifname &&
4696 src_host->ifindex != if_nametoindex(interface->ifname)) ||
4697 (dst_host->ifindex && *interface->ifname &&
4698 dst_host->ifindex != if_nametoindex(interface->ifname)))
4708 else if (if_indextoname(src_host->ifindex, ifname))
4710 else if (if_indextoname(dst_host->ifindex, ifname))