Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dif_ether.h144 #define ETH_P_IEEE802154 0x00F6 /* IEEE802.15.4 frame */ macro
/Linux-v4.19/net/mac802154/
Drx.c35 skb->protocol = htons(ETH_P_IEEE802154); in ieee802154_deliver_skb()
237 skb->protocol = htons(ETH_P_IEEE802154); in ieee802154_monitors_rx()
/Linux-v4.19/net/ieee802154/6lowpan/
Drx.c319 .type = htons(ETH_P_IEEE802154),
/Linux-v4.19/net/ieee802154/
Dsocket.c305 skb->protocol = htons(ETH_P_IEEE802154); in raw_sendmsg()
695 skb->protocol = htons(ETH_P_IEEE802154); in dgram_sendmsg()
1099 .type = htons(ETH_P_IEEE802154),