Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/net/
H A Dif_types.h142 #define IFT_BRIDGE 0xd1 /* Transparent bridge interface */ macro
H A Dpktap.c1189 case IFT_BRIDGE: in pktap_bpf_tap()
H A Dif_bridge.c781 SYSCTL_NODE(_net_link, IFT_BRIDGE, bridge, CTLFLAG_RW | CTLFLAG_LOCKED, 0,
1547 init_params.type = IFT_BRIDGE; in bridge_clone_create()
6170 if ((iface)->if_type == IFT_BRIDGE) { \
/xnu-8792.41.9/bsd/netinet6/
H A Din6_ifattach.c289 case IFT_BRIDGE: in in6_iid_from_hw()
H A Dnd6_nbr.c1630 case IFT_BRIDGE: in nd6_ifptomac()
2116 case IFT_BRIDGE: in nd6_dad_duplicated()
H A Dnd6.c4624 case IFT_BRIDGE: in nd6_need_cache()
4648 case IFT_BRIDGE: in nd6_storelladdr()
H A Din6.c4066 case IFT_BRIDGE: in in6_if2idlen()
/xnu-8792.41.9/bsd/netinet/
H A Din_arp.c1673 if (ifp->if_type == IFT_BRIDGE) { in arp_ip_handle_input()