Searched refs:ethertype (Results 1 - 20 of 20) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dif_fc.h47 __be16 ethertype; /* ether type field */ member in struct:fcllc
H A Dif_hippi.h122 __be16 ethertype; /* packet type ID field */ member in struct:hippi_snap_hdr
H A Dif_tr.h63 __be16 ethertype; /* ether type field */ member in struct:trllc
H A Dif_fddi.h88 __be16 ethertype; /* packet type ID field */ member in struct:fddi_snap_hdr
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/802/
H A Dfc.c57 fcllc->ethertype = htons(type);
87 if(fcllc->ethertype != htons(ETH_P_IP)) {
88 printk("fc_rebuild_header: Don't know how to resolve type %04X addresses ?\n", ntohs(fcllc->ethertype));
H A Dfddi.c72 fddi->hdr.llc_snap.ethertype = htons(type);
103 if (fddi->hdr.llc_snap.ethertype == htons(ETH_P_IP))
110 skb->dev->name, ntohs(fddi->hdr.llc_snap.ethertype));
144 type=fddi->hdr.llc_snap.ethertype;
H A Dhippi.c81 hip->snap.ethertype = htons(type);
107 if(hip->snap.ethertype != htons(ETH_P_IP))
109 printk(KERN_DEBUG "%s: unable to resolve type %X addresses.\n",skb->dev->name,ntohs(hip->snap.ethertype));
142 return hip->snap.ethertype;
H A Dtr.c121 trllc->ethertype = htons(type);
163 if(trllc->ethertype != htons(ETH_P_IP)) {
164 printk("tr_rebuild_header: Don't know how to resolve type %04X addresses ?\n", ntohs(trllc->ethertype));
231 (trllc->ethertype == htons(ETH_P_IP) ||
232 trllc->ethertype == htons(ETH_P_IPV6) ||
233 trllc->ethertype == htons(ETH_P_ARP)))
236 return trllc->ethertype;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/hostap/
H A Dhostap_80211_tx.c60 u16 fc, ethertype = 0; local
115 ethertype = (skb->data[12] << 8) | skb->data[13];
123 if (ethertype == ETH_P_AARP || ethertype == ETH_P_IPX) {
127 } else if (ethertype >= 0x600) {
249 meta->ethertype = ethertype;
293 meta->ethertype = (pos[0] << 8) | pos[1];
435 meta->ethertype != ETH_P_PAE &&
438 "port (IEEE 802.1X): ethertype
[all...]
H A Dhostap_80211_rx.c592 u16 fc, ethertype; local
620 ethertype = (pos[6] << 8) | pos[7];
621 if (ethertype == ETH_P_PAE)
711 u16 ethertype; local
989 ethertype = (payload[6] << 8) | payload[7];
994 if (ethertype == ETH_P_PAE) {
1009 "ethertype=0x%04x\n",
1010 dev->name, ethertype);
1018 ethertype != ETH_P_AARP && ethertype !
[all...]
H A Dhostap_wlan.h922 unsigned short ethertype; member in struct:hostap_skb_tx_data
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/mac80211/
H A Dieee80211_rate.h35 u16 ethertype; member in struct:rate_control_extra
H A Dieee80211.c418 extra.ethertype = tx->ethertype;
1161 tx->ethertype = (pos[0] << 8) | pos[1];
1519 u16 ethertype, hdrlen, fc; local
1539 ethertype = (skb->data[12] << 8) | skb->data[13];
1592 if (ethertype == ETH_P_AARP || ethertype == ETH_P_IPX) {
1596 } else if (ethertype >= 0x600) {
2553 u16 fc, hdrlen, ethertype; local
2647 ethertype
[all...]
H A Dieee80211_i.h115 u16 fc, ethertype; member in struct:ieee80211_txrx_data
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ieee80211/
H A Dieee80211_rx.c232 u16 fc, ethertype; local
260 ethertype = (pos[6] << 8) | pos[7];
261 if (ethertype == ETH_P_PAE)
339 u16 ethertype; local
709 ethertype = (payload[6] << 8) | payload[7];
715 if (ethertype == ETH_P_PAE) {
730 "ethertype=0x%04x\n", dev->name, ethertype);
739 ethertype != ETH_P_AARP && ethertype !
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/message/fusion/
H A Dmptlan.c1589 if (fcllc->ethertype == htons(ETH_P_ARP))
1593 if ((fcllc->ethertype == htons(ETH_P_ARP)) &&
1657 (fcllc->ethertype == htons(ETH_P_IP) ||
1658 fcllc->ethertype == htons(ETH_P_ARP))) {
1660 return fcllc->ethertype;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Drayctl.h723 UCHAR ethertype[2]; member in struct:snaphdr_t
H A Dray_cs.c2322 unsigned short type = *(unsigned short *)psnap->ethertype;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dppp_generic.c496 /* Translates an ethertype into an NP index */
497 static inline int ethertype_to_npindex(int ethertype) argument
499 switch (ethertype) {
517 /* Translates an NP index into an ethertype */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/net/
H A Dqeth_main.c2429 fake_llc->ethertype = ETH_P_IP;

Completed in 174 milliseconds