Home
last modified time | relevance | path

Searched refs:ARPHRD_IEEE802_TR (Results 1 – 8 of 8) sorted by relevance

/linux-2.4.37.9/include/linux/
Dif_arp.h84 #define ARPHRD_IEEE802_TR 800 /* Magic type ident for TR */ macro
/linux-2.4.37.9/net/ipv4/
Darp.c210 case ARPHRD_IEEE802_TR: in arp_mc_map()
620 case ARPHRD_IEEE802_TR: in arp_create()
739 case ARPHRD_IEEE802_TR: in arp_process()
Dipconfig.c690 else if (dev->type == ARPHRD_IEEE802_TR) /* fix for token ring */ in ic_bootp_send_if()
/linux-2.4.37.9/drivers/net/
Dnet_init.c590 dev->type = ARPHRD_IEEE802_TR; in tr_setup()
/linux-2.4.37.9/net/ipv6/
Dndisc.c227 case ARPHRD_IEEE802_TR: in ndisc_mc_map()
664 if (dev->type == ARPHRD_IEEE802_TR) { in ndisc_recv_ns()
Daddrconf.c823 case ARPHRD_IEEE802_TR: in ipv6_generate_eui64()
1367 (dev->type != ARPHRD_IEEE802_TR) && in addrconf_dev_config()
2302 case ARPHRD_IEEE802_TR: in addrconf_init()
/linux-2.4.37.9/drivers/s390/net/
Dqeth.h1051 return ARPHRD_IEEE802_TR; in qeth_get_arphrd_type()
Dqeth.c310 if (dev->type==ARPHRD_IEEE802_TR) in qeth_get_mac_for_ipm()