Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dif_ether.h129 #define ETH_P_IEEE802154 0x00F6 /* IEEE802.15.4 frame */ macro
/linux-4.1.27/net/mac802154/
Drx.c35 skb->protocol = htons(ETH_P_IEEE802154); in ieee802154_deliver_skb()
232 skb->protocol = htons(ETH_P_IEEE802154); in ieee802154_monitors_rx()
/linux-4.1.27/net/ieee802154/6lowpan/
Drx.c159 .type = htons(ETH_P_IEEE802154),
/linux-4.1.27/net/ieee802154/
Dsocket.c311 skb->protocol = htons(ETH_P_IEEE802154); in raw_sendmsg()
687 err = dev_hard_header(skb, dev, ETH_P_IEEE802154, &dst_addr, in dgram_sendmsg()
698 skb->protocol = htons(ETH_P_IEEE802154); in dgram_sendmsg()
1083 .type = htons(ETH_P_IEEE802154),