Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dif_types.h243 IFT_BRIDGE = 0xd1, /* Transparent bridge interface */ enumerator
266 #define IFT_BRIDGE IFT_BRIDGE macro
H A Dif_bridge.c430 static SYSCTL_NODE(_net_link, IFT_BRIDGE, bridge, CTLFLAG_RW | CTLFLAG_MPSAFE, 0,
785 ifp->if_type = IFT_BRIDGE; in bridge_clone_create()
793 ifp->if_type = IFT_BRIDGE; in bridge_clone_create()
H A Dif.c3896 case IFT_BRIDGE: in if_setlladdr()
/freebsd/usr.sbin/arp/
H A Darp.c292 case IFT_BRIDGE: in valid_type()
623 sdl->sdl_type == IFT_BRIDGE) && in print_entry()
676 case IFT_BRIDGE: in print_entry()
H A Darp_netlink.c209 sdl.sdl_type == IFT_BRIDGE) && in print_entry()
254 case IFT_BRIDGE: in print_entry()
/freebsd/usr.sbin/rtadvd/
H A Dif.c119 case IFT_BRIDGE: in lladdropt_length()
136 case IFT_BRIDGE: in lladdropt_fill()
/freebsd/sys/netgraph/
H A Dng_ether.c418 ifp->if_type != IFT_BRIDGE) in ng_ether_ifnet_arrival_event()
874 ifp->if_type == IFT_BRIDGE) in vnet_ng_ether_init()
/freebsd/sys/netinet6/
H A Dnd6.c304 if ((V_ip6_auto_linklocal && ifp->if_type != IFT_BRIDGE && in nd6_ifattach()
316 (ifp->if_type != IFT_BRIDGE)) { in nd6_ifattach()
2270 case IFT_BRIDGE: in nd6_resolve()
2578 case IFT_BRIDGE: in nd6_need_cache()
H A Din6_ifattach.c271 case IFT_BRIDGE: in in6_get_hw_ifid()
H A Dnd6_nbr.c1147 case IFT_BRIDGE: in nd6_ifptomac()
H A Din6.c2147 case IFT_BRIDGE: /* bridge(4) only does Ethernet-like links */ in in6_if2idlen()
/freebsd/share/examples/libifconfig/
H A Dstatus.c197 (sdl->sdl_type == IFT_BRIDGE)) && in print_link_addr()
/freebsd/sbin/route/
H A Droute_netlink.c681 if ((if_type == IFT_ETHER || if_type == IFT_L2VLAN || if_type == IFT_BRIDGE) && in print_nlmsg_neigh()
/freebsd/usr.sbin/ndp/
H A Dndp.c173 case IFT_BRIDGE: in valid_type()
/freebsd/usr.sbin/bsnmpd/modules/snmp_bridge/
H A Dbridge_if.c571 if (ifp->mib.ifmd_data.ifi_type != IFT_BRIDGE) in bridge_attach_newif()
/freebsd/sys/netinet/
H A Dif_ether.c797 if (ifp->if_type == IFT_BRIDGE) in in_arpinput()
H A Dip_carp.c375 case IFT_BRIDGE: in carp_is_supported_if()
2055 case IFT_BRIDGE: in carp_output()
/freebsd/sbin/ifconfig/
H A Difconfig.c743 case IFT_BRIDGE: in match_ether()
/freebsd/sys/netpfil/pf/
H A Dpf.c5168 case IFT_BRIDGE: in pf_bridge_to()