Searched defs:src_if (Results 1 – 4 of 4) sorted by relevance
/freebsd/usr.sbin/flowctl/ |
H A D | flowctl.c | 269 char src_if[IFNAMSIZ], dst_if[IFNAMSIZ]; in flow_cache_print() local 303 char src_if[IFNAMSIZ], dst_if[IFNAMSIZ]; in flow_cache_print6() local 337 char src_if[IFNAMSIZ], dst_if[IFNAMSIZ]; in flow_cache_print_verbose() local 380 char src_if[IFNAMSIZ], dst_if[IFNAMSIZ]; in flow_cache_print6_verbose() local
|
/freebsd/sys/netinet6/ |
H A D | in6_fib.c | 185 const struct ifnet *src_if) in check_urpf_nhop() 203 const struct ifnet *src_if) in check_urpf() 267 uint32_t scopeid, uint32_t flags, const struct ifnet *src_if) in fib6_check_urpf()
|
/freebsd/sys/netinet/ |
H A D | in_fib.c | 176 const struct ifnet *src_if) in check_urpf_nhop() 194 const struct ifnet *src_if) in check_urpf() 253 uint32_t flags, const struct ifnet *src_if) in fib4_check_urpf()
|
/freebsd/sys/net/ |
H A D | if_bridge.c | 2357 struct ifnet *src_if, *dst_if, *ifp; in bridge_forward() local 2758 bridge_broadcast(struct bridge_softc *sc, struct ifnet *src_if, in bridge_broadcast() argument
|