Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_types.h246 IFT_BRIDGE = 0xd1, /* Transparent bridge interface */ enumerator
267 #define IFT_BRIDGE IFT_BRIDGE macro
H A Dif_bridge.c402 static SYSCTL_NODE(_net_link, IFT_BRIDGE, bridge, CTLFLAG_RW | CTLFLAG_MPSAFE, 0,
710 ifp->if_type = IFT_BRIDGE; in bridge_clone_create()
718 ifp->if_type = IFT_BRIDGE; in bridge_clone_create()
H A Dif.c3806 case IFT_BRIDGE: in if_setlladdr()
/f-stack/tools/compat/include/net/
H A Dif_types.h246 IFT_BRIDGE = 0xd1, /* Transparent bridge interface */ enumerator
267 #define IFT_BRIDGE IFT_BRIDGE macro
/f-stack/tools/arp/
H A Darp.c341 case IFT_BRIDGE: in valid_type()
653 sdl->sdl_type == IFT_BRIDGE) && in print_entry()
704 case IFT_BRIDGE: in print_entry()
/f-stack/tools/ifconfig/
H A Daf_link.c78 sdl->sdl_type == IFT_BRIDGE) && sdl->sdl_alen == ETHER_ADDR_LEN) { in link_status()
H A Difconfig.c749 sdl->sdl_type != IFT_BRIDGE) || in main()
/f-stack/freebsd/netinet6/
H A Dnd6.c285 if ((V_ip6_auto_linklocal && ifp->if_type != IFT_BRIDGE) || in nd6_ifattach()
297 (ifp->if_type != IFT_BRIDGE)) { in nd6_ifattach()
2238 case IFT_BRIDGE: in nd6_resolve()
2489 case IFT_BRIDGE: in nd6_need_cache()
H A Din6_ifattach.c273 case IFT_BRIDGE: in in6_get_hw_ifid()
H A Dnd6_nbr.c1109 case IFT_BRIDGE: in nd6_ifptomac()
H A Din6.c2054 case IFT_BRIDGE: /* bridge(4) only does Ethernet-like links */ in in6_if2idlen()
/f-stack/freebsd/netinet/
H A Dip_carp.c1548 case IFT_BRIDGE: in carp_output()
1741 case IFT_BRIDGE: in carp_ioctl()
H A Dif_ether.c824 if (ifp->if_type == IFT_BRIDGE) in in_arpinput()
/f-stack/tools/ndp/
H A Dndp.c512 case IFT_L2VLAN: case IFT_BRIDGE: in set()