Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/net/ !
H A Dif_types.h142 #define IFT_BRIDGE 0xd1 /* Transparent bridge interface */ macro
H A Dpktap.c1187 case IFT_BRIDGE: in pktap_bpf_tap()
H A Dif_bridge.c784 SYSCTL_NODE(_net_link, IFT_BRIDGE, bridge, CTLFLAG_RW | CTLFLAG_LOCKED, 0,
1554 init_params.type = IFT_BRIDGE; in bridge_clone_create()
6328 if ((iface)->if_type == IFT_BRIDGE) { \
/xnu-10063.101.15/bsd/netinet6/ !
H A Din6_ifattach.c294 case IFT_BRIDGE: in in6_iid_from_hw()
H A Dnd6_nbr.c1635 case IFT_BRIDGE: in nd6_ifptomac()
2134 case IFT_BRIDGE: in nd6_dad_duplicated()
H A Dnd6.c4634 case IFT_BRIDGE: in nd6_need_cache()
4658 case IFT_BRIDGE: in nd6_storelladdr()
H A Din6.c4041 case IFT_BRIDGE: in in6_if2idlen()
/xnu-10063.101.15/bsd/netinet/ !
H A Din_arp.c1673 if (ifp->if_type == IFT_BRIDGE) { in arp_ip_handle_input()