Home
last modified time | relevance | path

Searched refs:ARPHRD_IEEE802 (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/net/802/
Dfc.c85 dev->type = ARPHRD_IEEE802; in fc_setup()
/linux-4.4.14/include/uapi/linux/
Dif_arp.h35 #define ARPHRD_IEEE802 6 /* IEEE 802.2 Ethernet/TR/TB */ macro
/linux-4.4.14/net/ipv4/
Darp.c193 case ARPHRD_IEEE802: in arp_mc_map()
680 case ARPHRD_IEEE802: in arp_process()
691 arp->ar_hrd != htons(ARPHRD_IEEE802)) || in arp_process()
1004 r->arp_ha.sa_family != ARPHRD_IEEE802) in arp_req_set()
/linux-4.4.14/net/ipv6/
Dndisc.c273 case ARPHRD_IEEE802: /* Not sure. Check it later. --ANK */ in ndisc_mc_map()
/linux-4.4.14/net/ipx/
Daf_ipx.c972 if (dev->type != ARPHRD_IEEE802) { in ipxitf_create()
/linux-4.4.14/drivers/net/
Dvxlan.c1368 parp->ar_hrd != htons(ARPHRD_IEEE802)) || in arp_reduce()
/linux-4.4.14/net/core/
Ddev.c276 ARPHRD_PRONET, ARPHRD_CHAOS, ARPHRD_IEEE802, ARPHRD_ARCNET,