Searched refs:dst_if (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/usr.sbin/flowctl/
H A Dflowctl.c255 char src_if[IFNAMSIZ], dst_if[IFNAMSIZ]; local
271 if_indextoname(fle->fle_o_ifx, dst_if),
288 char src_if[IFNAMSIZ], dst_if[IFNAMSIZ]; local
304 if_indextoname(fle6->fle_o_ifx, dst_if),
321 char src_if[IFNAMSIZ], dst_if[IFNAMSIZ]; local
338 if_indextoname(fle->fle_o_ifx, dst_if),
364 char src_if[IFNAMSIZ], dst_if[IFNAMSIZ]; local
381 if_indextoname(fle6->fle_o_ifx, dst_if),
/freebsd-9.3-release/sys/net/
H A Dif_bridge.c1932 struct ifnet *dst_if; local
1954 dst_if = ifp;
1963 dst_if = NULL;
1965 dst_if = bridge_rtlookup(sc, eh->ether_dhost, vlan);
1966 if (dst_if == NULL) {
1980 dst_if = bif->bif_ifp;
1982 if (dst_if->if_type == IFT_GIF)
1984 if ((dst_if->if_drv_flags & IFF_DRV_RUNNING) == 0)
1993 if (dst_if != ifp && (bif->bif_flags & IFBIF_STP) &&
2008 bridge_enqueue(sc, dst_if, m
2045 struct ifnet *dst_if; local
2086 struct ifnet *src_if, *dst_if, *ifp; local
2439 struct ifnet *dst_if; local
2537 struct ifnet *dst_if; local
[all...]

Completed in 117 milliseconds