Home
last modified time | relevance | path

Searched refs:ARPHRD_6LOWPAN (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/networking/
H A D6lowpan.rst7 All 6lowpan able net devices, means all interfaces with ARPHRD_6LOWPAN,
37 case ARPHRD_6LOWPAN:
39 /* do great stuff which is ARPHRD_6LOWPAN related */
52 on ARPHRD_6LOWPAN, because you can be sure that these function are called
53 by ARPHRD_6LOWPAN interfaces.
/OK3568_Linux_fs/kernel/net/6lowpan/
H A Dcore.c30 dev->type = ARPHRD_6LOWPAN; in lowpan_register_netdevice()
115 if (dev->type != ARPHRD_6LOWPAN) in lowpan_event()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dif_arp.h99 #define ARPHRD_6LOWPAN 825 /* IPv6 over LoWPAN */ 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.h99 #define ARPHRD_6LOWPAN 825 /* IPv6 over LoWPAN */ 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.h99 #define ARPHRD_6LOWPAN 825 /* IPv6 over LoWPAN */ macro
/OK3568_Linux_fs/kernel/net/bluetooth/
H A D6lowpan.c294 if (dev->type != ARPHRD_6LOWPAN || !skb->len) in recv_pkt()
1262 if (netdev->type != ARPHRD_6LOWPAN) in device_event()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Daddrconf.c2326 case ARPHRD_6LOWPAN: in ipv6_generate_eui64()
3382 (dev->type != ARPHRD_6LOWPAN) && in addrconf_dev_config()
/OK3568_Linux_fs/kernel/drivers/net/
H A Dtun.c3041 case ARPHRD_6LOWPAN: in tun_get_addr_len()