Searched refs:ARPHRD_IEEE802154 (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ieee802154/
H A Dfakehard.c68 BUG_ON(dev->type != ARPHRD_IEEE802154);
83 BUG_ON(dev->type != ARPHRD_IEEE802154);
103 BUG_ON(dev->type != ARPHRD_IEEE802154);
123 BUG_ON(dev->type != ARPHRD_IEEE802154);
348 dev->type = ARPHRD_IEEE802154;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ieee802154/
H A Daf_ieee802154.c56 dev = dev_getbyhwaddr(net, ARPHRD_IEEE802154, addr->hwaddr);
70 if (tmp->type != ARPHRD_IEEE802154)
157 if (dev->type == ARPHRD_IEEE802154 && dev->netdev_ops->ndo_do_ioctl)
315 if (dev->type != ARPHRD_IEEE802154)
H A Draw.c78 if (dev->type != ARPHRD_IEEE802154) {
120 dev = dev_getfirstbyhwtype(sock_net(sk), ARPHRD_IEEE802154);
H A Ddgram.c111 if (dev->type != ARPHRD_IEEE802154) {
218 dev = dev_getfirstbyhwtype(sock_net(sk), ARPHRD_IEEE802154);
352 BUG_ON(dev->type != ARPHRD_IEEE802154);
H A Dnl-mac.c307 if (dev->type != ARPHRD_IEEE802154) {
568 if (idx < s_idx || (dev->type != ARPHRD_IEEE802154))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dif_arp.h89 #define ARPHRD_IEEE802154 804 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dpcap-linux.c2763 #ifndef ARPHRD_IEEE802154
2764 #define ARPHRD_IEEE802154 804 macro
2766 case ARPHRD_IEEE802154:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Ddev.c305 ARPHRD_PHONET_PIPE, ARPHRD_IEEE802154,

Completed in 113 milliseconds