Home
last modified time | relevance | path

Searched refs:ARPHRD_IEEE802154 (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/kernel/net/mac802154/
H A Dmib.c29 BUG_ON(dev->type != ARPHRD_IEEE802154); in mac802154_dev_set_page_channel()
46 BUG_ON(dev->type != ARPHRD_IEEE802154); in mac802154_get_params()
62 BUG_ON(dev->type != ARPHRD_IEEE802154); in mac802154_set_params()
78 BUG_ON(dev->type != ARPHRD_IEEE802154); in mac802154_add_key()
93 BUG_ON(dev->type != ARPHRD_IEEE802154); in mac802154_del_key()
108 BUG_ON(dev->type != ARPHRD_IEEE802154); in mac802154_add_dev()
122 BUG_ON(dev->type != ARPHRD_IEEE802154); in mac802154_del_dev()
138 BUG_ON(dev->type != ARPHRD_IEEE802154); in mac802154_add_devkey()
154 BUG_ON(dev->type != ARPHRD_IEEE802154); in mac802154_del_devkey()
169 BUG_ON(dev->type != ARPHRD_IEEE802154); in mac802154_add_seclevel()
[all …]
H A Diface.c640 ndev->type = ARPHRD_IEEE802154; in ieee802154_if_add()
/OK3568_Linux_fs/kernel/net/ieee802154/
H A Dsocket.c43 dev = dev_getbyhwaddr_rcu(net, ARPHRD_IEEE802154, hwaddr); in ieee802154_get_dev()
57 if (tmp->type != ARPHRD_IEEE802154) in ieee802154_get_dev()
143 if (dev->type == ARPHRD_IEEE802154 && dev->netdev_ops->ndo_do_ioctl) in ieee802154_dev_ioctl()
257 dev = dev_getfirstbyhwtype(sock_net(sk), ARPHRD_IEEE802154); in raw_sendmsg()
518 if (dev->type != ARPHRD_IEEE802154) { in dgram_bind()
642 dev = dev_getfirstbyhwtype(sock_net(sk), ARPHRD_IEEE802154); in dgram_sendmsg()
804 BUG_ON(dev->type != ARPHRD_IEEE802154); in ieee802154_dgram_deliver()
1087 if (dev->type != ARPHRD_IEEE802154) in ieee802154_rcv()
H A Dnl-phy.c229 addr.sa_family = ARPHRD_IEEE802154; in ieee802154_add_iface()
287 if (dev->type != ARPHRD_IEEE802154) in ieee802154_del_iface()
H A Dnl-mac.c165 if (dev->type != ARPHRD_IEEE802154) { in ieee802154_nl_get_dev()
449 if (idx < s_idx || dev->type != ARPHRD_IEEE802154) in ieee802154_dump_iface()
783 if (idx < first_dev || dev->type != ARPHRD_IEEE802154) in ieee802154_llsec_dump_table()
/OK3568_Linux_fs/kernel/net/ieee802154/6lowpan/
H A Dcore.c148 if (wdev->type != ARPHRD_IEEE802154) { in lowpan_newlink()
219 if (ndev->type != ARPHRD_IEEE802154) in lowpan_device_event()
H A Drx.c276 if (wdev->type != ARPHRD_IEEE802154 || in lowpan_rcv()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dif_arp.h91 #define ARPHRD_IEEE802154 804 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dif_arp.h91 #define ARPHRD_IEEE802154 804 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dif_arp.h91 #define ARPHRD_IEEE802154 804 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/net/
H A Dif_arp.h130 #define ARPHRD_IEEE802154 804 /* IEEE 802.15.4 header. */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/net/
H A Dif_arp.h130 #define ARPHRD_IEEE802154 804 /* IEEE 802.15.4 header. */ macro
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dieee802154.rst81 net_device, with .type = ARPHRD_IEEE802154. Data is exchanged with socket family
/OK3568_Linux_fs/kernel/drivers/net/
H A Dtun.c3034 case ARPHRD_IEEE802154: in tun_get_addr_len()
/OK3568_Linux_fs/kernel/net/core/
H A Ddev.c426 ARPHRD_IEEE802154, ARPHRD_VOID, ARPHRD_NONE};