Home
last modified time | relevance | path

Searched refs:IEEE802154_ENCAP_LEN (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/bsd/net/
H A Dif_6lowpan_var.h33 #define IEEE802154_ENCAP_LEN 25 /* len of 802.15.4 Frame header */ macro
H A Dif_6lowpan.c405 bpfattach(ifp, DLT_IEEE802_15_4_NOFCS, IEEE802154_ENCAP_LEN); in sixlowpan_clone_create()
920 char buf[IEEE802154_ENCAP_LEN] = {0}; in sixlowpan_framer_extended()