Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/ !
H A Dif_types.h139 #define IFT_L2VLAN 0x87 /* Layer 2 Virtual LAN using 802.1Q */ macro
H A Dether_if_module.c669 if (ifp->if_type == IFT_L2VLAN) { in ether_frameout_extended()
684 if (ifp->if_type == IFT_L2VLAN) { in ether_frameout_extended()
H A Dif_vlan.c306 SYSCTL_NODE(_net_link, IFT_L2VLAN, vlan, CTLFLAG_RW | CTLFLAG_LOCKED, 0,
922 vlan_init.type = IFT_L2VLAN; in vlan_clone_create()
1513 ifnet_set_lladdr_and_type(ifp, NULL, 0, IFT_L2VLAN); in vlan_unconfig()
1739 if (ifnet_type(ifp) != IFT_L2VLAN) { in vlan_ioctl()
H A Dpktap.c1220 case IFT_L2VLAN: in pktap_bpf_tap()
H A Dif_bridge.c2898 case IFT_L2VLAN: in bridge_ioctl_add()
3729 case IFT_L2VLAN: in bridge_ioctl_addspan()
/xnu-12377.41.6/bsd/netinet6/ !
H A Dnd6.h921 #ifdef IFT_L2VLAN in nd6_ifptomac()
922 case IFT_L2VLAN: in nd6_ifptomac()
H A Din6_ifattach.c288 case IFT_L2VLAN: in in6_iid_from_hw()
H A Din6.c4027 #ifdef IFT_L2VLAN in in6_if2idlen()
4028 case IFT_L2VLAN: /* ditto */ in in6_if2idlen()
H A Dnd6.c4425 case IFT_L2VLAN: in nd6_need_cache()
/xnu-12377.41.6/tests/skywalk/ !
H A Dskywalk_test_common.c2659 case IFT_L2VLAN: in valid_type()