Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/net/
H A Dif_types.h142 #define IFT_BRIDGE 0xd1 /* Transparent bridge interface */ macro
H A Dpktap.c1219 case IFT_BRIDGE: in pktap_bpf_tap()
H A Dif_bridge.c846 SYSCTL_NODE(_net_link, IFT_BRIDGE, bridge, CTLFLAG_RW | CTLFLAG_LOCKED, 0,
1585 init_params.type = IFT_BRIDGE; in bridge_clone_create()
/xnu-11417.101.15/bsd/netinet6/
H A Din6_ifattach.c293 case IFT_BRIDGE: in in6_iid_from_hw()
H A Dnd6.h898 case IFT_BRIDGE: in nd6_ifptomac()
H A Dnd6_nbr.c2137 case IFT_BRIDGE: in nd6_dad_duplicated()
H A Din6.c4053 case IFT_BRIDGE: in in6_if2idlen()
H A Dnd6.c4416 case IFT_BRIDGE: in nd6_need_cache()
/xnu-11417.101.15/tests/skywalk/
H A Dskywalk_test_common.c2712 #ifdef IFT_BRIDGE in valid_type()
2713 case IFT_BRIDGE: in valid_type()
/xnu-11417.101.15/bsd/netinet/
H A Din_arp.c1667 if (ifp->if_type == IFT_BRIDGE) { in arp_ip_handle_input()