Home
last modified time | relevance | path

Searched refs:ETH_P_IEEE802154 (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/uapi/linux/
Dif_ether.h130 #define ETH_P_IEEE802154 0x00F6 /* IEEE802.15.4 frame */ macro
/linux-4.4.14/net/mac802154/
Drx.c35 skb->protocol = htons(ETH_P_IEEE802154); in ieee802154_deliver_skb()
233 skb->protocol = htons(ETH_P_IEEE802154); in ieee802154_monitors_rx()
/linux-4.4.14/net/ieee802154/6lowpan/
Drx.c319 .type = htons(ETH_P_IEEE802154),
/linux-4.4.14/net/ieee802154/
Dsocket.c303 skb->protocol = htons(ETH_P_IEEE802154); in raw_sendmsg()
690 skb->protocol = htons(ETH_P_IEEE802154); in dgram_sendmsg()
1075 .type = htons(ETH_P_IEEE802154),