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

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dif_fc.h48 __be16 ethertype; /* ether type field */ member in struct:fcllc
H A Dif_hippi.h119 __be16 ethertype; /* packet type ID field */ member in struct:hippi_snap_hdr
H A Dif_tr.h61 __be16 ethertype; /* ether type field */ member in struct:trllc
H A Dif_fddi.h87 __be16 ethertype; /* packet type ID field */ member in struct:fddi_snap_hdr
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/802/
H A Dfc.c57 fcllc->ethertype = htons(type);
88 if(fcllc->ethertype != htons(ETH_P_IP)) {
89 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.c124 trllc->ethertype = htons(type);
166 if(trllc->ethertype != htons(ETH_P_IP)) {
167 printk("tr_rebuild_header: Don't know how to resolve type %04X addresses ?\n", ntohs(trllc->ethertype));
234 (trllc->ethertype == htons(ETH_P_IP) ||
235 trllc->ethertype == htons(ETH_P_IPV6) ||
236 trllc->ethertype == htons(ETH_P_ARP)))
239 return trllc->ethertype;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/hostap/
H A Dhostap_80211_tx.c65 u16 fc, ethertype = 0; local
120 ethertype = (skb->data[12] << 8) | skb->data[13];
128 if (ethertype == ETH_P_AARP || ethertype == ETH_P_IPX) {
132 } else if (ethertype >= 0x600) {
254 meta->ethertype = ethertype;
299 meta->ethertype = (pos[0] << 8) | pos[1];
440 meta->ethertype != ETH_P_PAE &&
443 "port (IEEE 802.1X): ethertype
[all...]
H A Dhostap_80211_rx.c611 u16 fc, ethertype; local
639 ethertype = (pos[6] << 8) | pos[7];
640 if (ethertype == ETH_P_PAE)
728 u16 ethertype; local
999 ethertype = (payload[6] << 8) | payload[7];
1004 if (ethertype == ETH_P_PAE) {
1019 "ethertype=0x%04x\n",
1020 dev->name, ethertype);
1028 ethertype != ETH_P_AARP && ethertype !
[all...]
H A Dhostap_wlan.h933 unsigned short ethertype; member in struct:hostap_skb_tx_data
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/wireless/
H A Dutil.c294 u16 hdrlen, ethertype; local
375 ethertype = (payload[6] << 8) | payload[7];
378 ethertype != ETH_P_AARP && ethertype != ETH_P_IPX) ||
404 u16 hdrlen, ethertype; local
419 ethertype = (skb->data[12] << 8) | skb->data[13];
461 if (ethertype == ETH_P_AARP || ethertype == ETH_P_IPX) {
465 } else if (ethertype > 0x600) {
520 u16 ethertype; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/msdos/
H A Dmakefile130 ethertype.h nlpid.h llc.h gencode.h atmuni31.h sunatmpos.h ppp.h sll.h \
134 pcap-namedb.h ethertype.h
170 ethertype.h nlpid.h llc.h gencode.h atmuni31.h sunatmpos.h ppp.h sll.h \
174 pcap-namedb.h ethertype.h
H A Dmakefile.dj129 pcap-bpf.h ethertype.h nlpid.h llc.h gencode.h atmuni31.h sunatmpos.h \
132 pcap-namedb.h ethertype.h
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8187se/ieee80211/
H A Dieee80211_rx.c259 u16 fc, ethertype; local
288 ethertype = (pos[6] << 8) | pos[7];
289 if (ethertype == ETH_P_PAE)
484 u16 ethertype; local
743 ethertype = (payload[6] << 8) | payload[7];
749 ethertype != ETH_P_AARP && ethertype != ETH_P_IPX) ||
H A Dieee80211.h630 u16 ethertype; member in struct:eapol
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ipw2x00/
H A Dlibipw_rx.c235 u16 fc, ethertype; local
263 ethertype = (pos[6] << 8) | pos[7];
264 if (ethertype == ETH_P_PAE)
341 u16 ethertype; local
710 ethertype = (payload[6] << 8) | payload[7];
716 if (ethertype == ETH_P_PAE) {
731 "ethertype=0x%04x\n", dev->name, ethertype);
740 ethertype != ETH_P_AARP && ethertype !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/ieee80211/
H A Dieee80211_rx.c304 u16 fc, ethertype; local
342 ethertype = (pos[6] << 8) | pos[7];
343 if (ethertype == ETH_P_PAE)
570 u16 ethertype; local
581 ethertype = (sub_skb->data[6] << 8) | sub_skb->data[7];
584 ethertype != ETH_P_AARP && ethertype != ETH_P_IPX) ||
922 u16 ethertype; local
1338 //ethertype = (payload[6] << 8) | payload[7];
1392 ethertype
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/ieee80211/
H A Dieee80211_rx.c256 u16 fc, ethertype; local
285 ethertype = (pos[6] << 8) | pos[7];
286 if (ethertype == ETH_P_PAE)
509 u16 ethertype; local
520 ethertype = (sub_skb->data[6] << 8) | sub_skb->data[7];
523 ethertype != ETH_P_AARP && ethertype != ETH_P_IPX) ||
863 u16 ethertype; local
1178 //ethertype = (payload[6] << 8) | payload[7];
1206 ethertype
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_rx.c304 u16 fc, ethertype; local
333 ethertype = (pos[6] << 8) | pos[7];
334 if (ethertype == ETH_P_PAE)
557 u16 ethertype; local
568 ethertype = (sub_skb->data[6] << 8) | sub_skb->data[7];
571 ethertype != ETH_P_AARP && ethertype != ETH_P_IPX) ||
909 u16 ethertype; local
1303 //ethertype = (payload[6] << 8) | payload[7];
1330 ethertype
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/mac80211/
H A Dtx.c1219 tx->ethertype = (pos[0] << 8) | pos[1];
1677 u16 ethertype, hdrlen, meshhdrlen = 0; local
1695 ethertype = (skb->data[12] << 8) | skb->data[13];
1795 if (sdata->u.mgd.use_4addr && ethertype != ETH_P_PAE) {
1848 !(ethertype == ETH_P_PAE &&
1883 if (ethertype == ETH_P_AARP || ethertype == ETH_P_IPX) {
1887 } else if (ethertype >= 0x600) {
H A Dieee80211_i.h157 u16 ethertype; member in struct:ieee80211_tx_data
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/message/fusion/
H A Dmptlan.c1528 (fcllc->ethertype == htons(ETH_P_IP) ||
1529 fcllc->ethertype == htons(ETH_P_ARP))) {
1531 return fcllc->ethertype;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/
H A Drayctl.h723 UCHAR ethertype[2]; member in struct:snaphdr_t
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A DMakefile.in131 ethertype.h \

Completed in 426 milliseconds

12