Searched refs:IFT_BRIDGE (Results 1 - 16 of 16) sorted by relevance

/freebsd-12-stable/sys/net/
H A Dif_types.h246 IFT_BRIDGE = 0xd1, /* Transparent bridge interface */ enumerator in enum:__anon15896
267 #define IFT_BRIDGE IFT_BRIDGE macro
H A Dif_bridge.c406 static SYSCTL_NODE(_net_link, IFT_BRIDGE, bridge, CTLFLAG_RW, 0, "Bridge");
738 ifp->if_type = IFT_BRIDGE;
780 ifp->if_type = IFT_BRIDGE;
2552 if ((iface)->if_type == IFT_BRIDGE) { \
H A Dif.c3939 case IFT_BRIDGE:
/freebsd-12-stable/sbin/ifconfig/
H A Daf_link.c74 sdl->sdl_type == IFT_BRIDGE) && sdl->sdl_alen == ETHER_ADDR_LEN) {
H A Difconfig.c673 sdl->sdl_type != IFT_BRIDGE) ||
/freebsd-12-stable/usr.sbin/arp/
H A Darp.c307 case IFT_BRIDGE:
619 sdl->sdl_type == IFT_BRIDGE) &&
670 case IFT_BRIDGE:
/freebsd-12-stable/usr.sbin/rtadvd/
H A Dif.c120 case IFT_BRIDGE:
137 case IFT_BRIDGE:
/freebsd-12-stable/sys/netinet6/
H A Dnd6.c274 * XXXHRS: Clear ND6_IFF_AUTO_LINKLOCAL on an IFT_BRIDGE interface by
278 if ((V_ip6_auto_linklocal && ifp->if_type != IFT_BRIDGE) ||
283 * XXXHRS: Clear ND6_IFF_ACCEPT_RTADV on an IFT_BRIDGE interface by
290 (ifp->if_type != IFT_BRIDGE))
2220 case IFT_BRIDGE:
2475 case IFT_BRIDGE:
H A Din6_ifattach.c274 case IFT_BRIDGE:
H A Dnd6_nbr.c1111 case IFT_BRIDGE:
H A Din6.c1997 case IFT_BRIDGE: /* bridge(4) only does Ethernet-like links */
/freebsd-12-stable/share/examples/libifconfig/
H A Dstatus.c199 (sdl->sdl_type == IFT_BRIDGE)) &&
/freebsd-12-stable/usr.sbin/ndp/
H A Dndp.c438 case IFT_L2VLAN: case IFT_BRIDGE:
/freebsd-12-stable/sys/netinet/
H A Dip_carp.c1535 case IFT_BRIDGE:
1728 case IFT_BRIDGE:
H A Dif_ether.c803 if (ifp->if_type == IFT_BRIDGE)
/freebsd-12-stable/usr.sbin/bsnmpd/modules/snmp_bridge/
H A Dbridge_if.c573 if (ifp->mib.ifmd_data.ifi_type != IFT_BRIDGE)

Completed in 293 milliseconds