Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/ipv4/
Darp.c207 case ARPHRD_IEEE802: in arp_mc_map()
621 arp->ar_hrd = htons(ARPHRD_IEEE802); in arp_create()
732 arp->ar_hrd != htons(ARPHRD_IEEE802)) in arp_process()
745 arp->ar_hrd != htons(ARPHRD_IEEE802)) in arp_process()
759 arp->ar_hrd != htons(ARPHRD_IEEE802)) in arp_process()
766 case ARPHRD_IEEE802: in arp_process()
773 arp->ar_hrd != htons(ARPHRD_IEEE802)) in arp_process()
1035 r->arp_ha.sa_family != ARPHRD_IEEE802) in arp_req_set()
Dipconfig.c691 b->htype = ARPHRD_IEEE802; in ic_bootp_send_if()
/linux-2.4.37.9/include/linux/
Dif_arp.h35 #define ARPHRD_IEEE802 6 /* IEEE 802.2 Ethernet/TR/TB */ macro
/linux-2.4.37.9/drivers/net/
Dnet_init.c667 dev->type = ARPHRD_IEEE802; in fc_setup()
/linux-2.4.37.9/net/ipv6/
Dndisc.c223 case ARPHRD_IEEE802: /* Not sure. Check it later. --ANK */ in ndisc_mc_map()
/linux-2.4.37.9/net/ipx/
Daf_ipx.c1103 if (dev->type != ARPHRD_IEEE802) { in ipxitf_create()