Home
last modified time | relevance | path

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

/linux-6.3-rc2/Documentation/networking/
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.
/linux-6.3-rc2/net/6lowpan/
A Dcore.c31 dev->type = ARPHRD_6LOWPAN; in lowpan_register_netdevice()
116 if (dev->type != ARPHRD_6LOWPAN) in lowpan_event()
/linux-6.3-rc2/include/uapi/linux/
A Dif_arp.h100 #define ARPHRD_6LOWPAN 825 /* IPv6 over LoWPAN */ macro
/linux-6.3-rc2/net/bluetooth/
A D6lowpan.c265 if (dev->type != ARPHRD_6LOWPAN || !skb->len) in recv_pkt()
1224 if (netdev->type != ARPHRD_6LOWPAN) in device_event()
/linux-6.3-rc2/net/ipv6/
A Daddrconf.c2328 case ARPHRD_6LOWPAN: in ipv6_generate_eui64()
3370 (dev->type != ARPHRD_6LOWPAN) && in addrconf_dev_config()
/linux-6.3-rc2/drivers/net/
A Dtun.c3029 case ARPHRD_6LOWPAN: in tun_get_addr_len()

Completed in 26 milliseconds