Home
last modified time | relevance | path

Searched refs:IFT_6LOWPAN (Results 1 – 6 of 6) sorted by relevance

/xnu-8020.101.4/bsd/net/
H A Dif_types.h137 #define IFT_6LOWPAN 0x40 /* IETF RFC 6282 */ macro
H A Dif_6lowpan.c373 if_epraram.type = IFT_6LOWPAN; in sixlowpan_clone_create()
691 ifnet_set_lladdr_and_type(ifp, ifl->if6lpan_addr, IEEE802154_ADDR_LEN, IFT_6LOWPAN); in sixlowpan_config()
713 ifnet_set_lladdr_and_type(ifp, NULL, 0, IFT_6LOWPAN); in sixlowpan_unconfig()
734 if (ifnet_type(ifp) != IFT_6LOWPAN) { in sixlowpan_ioctl()
/xnu-8020.101.4/bsd/netinet6/
H A Din6_ifattach.c290 case IFT_6LOWPAN: in in6_iid_from_hw()
H A Dnd6_nbr.c1625 case IFT_6LOWPAN: in nd6_ifptomac()
H A Dnd6.c4597 case IFT_6LOWPAN: in nd6_need_cache()
H A Din6.c4041 case IFT_6LOWPAN: in in6_if2idlen()