Home
last modified time | relevance | path

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

/xnu-12377.41.6/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.c858 SYSCTL_NODE(_net_link, IFT_BRIDGE, bridge, CTLFLAG_RW | CTLFLAG_LOCKED, 0,
1681 init_params.type = IFT_BRIDGE; in bridge_clone_create()
/xnu-12377.41.6/bsd/netinet6/
H A Din6_ifattach.c293 case IFT_BRIDGE: in in6_iid_from_hw()
H A Dnd6.h930 case IFT_BRIDGE: in nd6_ifptomac()
H A Dnd6_nbr.c2141 case IFT_BRIDGE: in nd6_dad_duplicated()
H A Din6.c4057 case IFT_BRIDGE: in in6_if2idlen()
H A Dnd6.c4435 case IFT_BRIDGE: in nd6_need_cache()
/xnu-12377.41.6/tests/skywalk/
H A Dskywalk_test_common.c2660 #ifdef IFT_BRIDGE in valid_type()
2661 case IFT_BRIDGE: in valid_type()
/xnu-12377.41.6/bsd/netinet/
H A Din_arp.c1681 if (ifp->if_type == IFT_BRIDGE) { in arp_ip_handle_input()