Home
last modified time | relevance | path

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

/linux-2.6.39/net/llc/
Dllc_output.c39 case ARPHRD_IEEE802_TR: in llc_mac_hdr_init()
Dllc_sap.c35 case ARPHRD_IEEE802_TR: in llc_mac_header_len()
Daf_llc.c74 return arphrd == ARPHRD_IEEE802_TR ? in llc_proto_type()
/linux-2.6.39/include/linux/
Dif_arp.h85 #define ARPHRD_IEEE802_TR 800 /* Magic type ident for TR */ macro
/linux-2.6.39/net/ipv4/
Darp.c212 case ARPHRD_IEEE802_TR: in arp_mc_map()
690 case ARPHRD_IEEE802_TR: in arp_create()
792 case ARPHRD_IEEE802_TR: in arp_process()
Dipconfig.c787 else if (dev->type == ARPHRD_IEEE802_TR) /* fix for token ring */ in ic_bootp_send_if()
/linux-2.6.39/net/802/
Dtr.c608 dev->type = ARPHRD_IEEE802_TR; in tr_setup()
/linux-2.6.39/drivers/s390/net/
Dqeth_l3_main.c1761 if (dev->type == ARPHRD_IEEE802_TR) in qeth_l3_get_mac_for_ipm()
2016 (card->dev->type == ARPHRD_IEEE802_TR) ? in qeth_l3_rebuild_skb()
2054 if (card->dev->type == ARPHRD_IEEE802_TR) in qeth_l3_rebuild_skb()
2932 if ((skb->dev->type == ARPHRD_IEEE802_TR) && in qeth_l3_fill_header()
3073 if (card->dev->type == ARPHRD_IEEE802_TR) in qeth_l3_hard_start_xmit()
Dlcs.c1170 if (dev->type == ARPHRD_IEEE802_TR) in lcs_get_mac_for_ipm()
/linux-2.6.39/net/ipv6/
Dndisc.c335 case ARPHRD_IEEE802_TR: in ndisc_mc_map()
795 if (dev->type == ARPHRD_IEEE802_TR) { in ndisc_recv_ns()
Daddrconf.c1577 case ARPHRD_IEEE802_TR: in ipv6_generate_eui64()
2380 (dev->type != ARPHRD_IEEE802_TR) && in addrconf_dev_config()
/linux-2.6.39/net/core/
Ddev.c290 ARPHRD_FCFABRIC, ARPHRD_IEEE802_TR, ARPHRD_IEEE80211,