Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dif_types.h142 #define IFT_BRIDGE 0xd1 /* Transparent bridge interface */ macro
H A Dpktap.c1194 case IFT_BRIDGE: in pktap_bpf_tap()
H A Dif_bridge.c777 SYSCTL_NODE(_net_link, IFT_BRIDGE, bridge, CTLFLAG_RW | CTLFLAG_LOCKED, 0,
1424 init_params.type = IFT_BRIDGE; in bridge_clone_create()
5925 if ((iface)->if_type == IFT_BRIDGE) { \
/xnu-8019.80.24/bsd/netinet6/
H A Din6_ifattach.c293 case IFT_BRIDGE: in in6_iid_from_hw()
H A Dnd6_nbr.c1620 case IFT_BRIDGE: in nd6_ifptomac()
2105 case IFT_BRIDGE: in nd6_dad_duplicated()
H A Dnd6.c4559 case IFT_BRIDGE: in nd6_need_cache()
4584 case IFT_BRIDGE: in nd6_storelladdr()
H A Din6.c4014 case IFT_BRIDGE: in in6_if2idlen()
/xnu-8019.80.24/bsd/netinet/
H A Din_arp.c1670 if (ifp->if_type == IFT_BRIDGE) { in arp_ip_handle_input()