Home
last modified time | relevance | path

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

/Linux-v5.10/Documentation/networking/
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.
/Linux-v5.10/net/6lowpan/
Dcore.c30 dev->type = ARPHRD_6LOWPAN; in lowpan_register_netdevice()
115 if (dev->type != ARPHRD_6LOWPAN) in lowpan_event()
/Linux-v5.10/include/uapi/linux/
Dif_arp.h99 #define ARPHRD_6LOWPAN 825 /* IPv6 over LoWPAN */ macro
/Linux-v5.10/net/bluetooth/
D6lowpan.c294 if (dev->type != ARPHRD_6LOWPAN || !skb->len) in recv_pkt()
1261 if (netdev->type != ARPHRD_6LOWPAN) in device_event()
/Linux-v5.10/net/ipv6/
Daddrconf.c2315 case ARPHRD_6LOWPAN: in ipv6_generate_eui64()
3333 (dev->type != ARPHRD_6LOWPAN) && in addrconf_dev_config()