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

/external/kernel-headers/original/uapi/linux/
H A Dif_fc.h48 __be16 ethertype; /* ether type field */ member in struct:fcllc
H A Dif_fddi.h90 __be16 ethertype; /* packet type ID field */ member in struct:fddi_snap_hdr
H A Dif_hippi.h144 __be16 ethertype; /* packet type ID field */ member in struct:hippi_snap_hdr
/external/wpa_supplicant_8/hostapd/src/common/
H A Deapol_common.h28 u16 ethertype; member in struct:ieee8023_hdr
/external/wpa_supplicant_8/src/common/
H A Deapol_common.h28 u16 ethertype; member in struct:ieee8023_hdr
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Deapol_common.h28 u16 ethertype; member in struct:ieee8023_hdr
/external/libpcap/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
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_wired.c37 u16 ethertype; member in struct:ieee8023_hdr
123 * 2 byte ethertype */
132 switch (ntohs(hdr->ethertype)) {
146 wpa_printf(MSG_DEBUG, "Unknown ethertype 0x%04x in data frame",
147 ntohs(hdr->ethertype));
340 hdr->ethertype = htons(ETH_P_PAE);
H A Ddriver_hostap.c62 u16 fc, ethertype; local
100 printf("No ethertype in data frame\n");
104 ethertype = WPA_GET_BE16(pos);
107 switch (ethertype) {
113 printf("Unknown ethertype 0x%04x in data frame\n", ethertype);
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_wired.c37 u16 ethertype; member in struct:ieee8023_hdr
123 * 2 byte ethertype */
132 switch (ntohs(hdr->ethertype)) {
146 wpa_printf(MSG_DEBUG, "Unknown ethertype 0x%04x in data frame",
147 ntohs(hdr->ethertype));
340 hdr->ethertype = htons(ETH_P_PAE);
H A Ddriver_hostap.c62 u16 fc, ethertype; local
100 printf("No ethertype in data frame\n");
104 ethertype = WPA_GET_BE16(pos);
107 switch (ethertype) {
113 printf("Unknown ethertype 0x%04x in data frame\n", ethertype);
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_wired.c37 u16 ethertype; member in struct:ieee8023_hdr
123 * 2 byte ethertype */
132 switch (ntohs(hdr->ethertype)) {
146 wpa_printf(MSG_DEBUG, "Unknown ethertype 0x%04x in data frame",
147 ntohs(hdr->ethertype));
340 hdr->ethertype = htons(ETH_P_PAE);
H A Ddriver_hostap.c62 u16 fc, ethertype; local
100 printf("No ethertype in data frame\n");
104 ethertype = WPA_GET_BE16(pos);
107 switch (ethertype) {
113 printf("Unknown ethertype 0x%04x in data frame\n", ethertype);
/external/wpa_supplicant_8/hostapd/
H A Dctrl_iface.c1667 u16 ethertype; local
1693 ethertype = ntohs(eth->ether_type);
1695 l2 = l2_packet_init(ifname, hapd->own_addr, ethertype,
1700 res = l2_packet_send(l2, eth->ether_dhost, ethertype, buf, len);
/external/wpa_supplicant_8/wpa_supplicant/
H A Dctrl_iface.c7494 u16 ethertype; local
7510 ethertype = ntohs(eth->ether_type);
7512 l2 = l2_packet_init(wpa_s->ifname, wpa_s->own_addr, ethertype,
7517 res = l2_packet_send(l2, eth->ether_dhost, ethertype, buf, len);
/external/wpa_supplicant_8/hostapd/src/pae/
H A Dieee802_1x_kay.c2287 ether_hdr->ethertype = host_to_be16(ETH_P_EAPOL);
3109 if (ntohs(eth_hdr->ethertype) != ETH_P_PAE ||
/external/wpa_supplicant_8/src/pae/
H A Dieee802_1x_kay.c2287 ether_hdr->ethertype = host_to_be16(ETH_P_EAPOL);
3109 if (ntohs(eth_hdr->ethertype) != ETH_P_PAE ||
/external/wpa_supplicant_8/wpa_supplicant/src/pae/
H A Dieee802_1x_kay.c2287 ether_hdr->ethertype = host_to_be16(ETH_P_EAPOL);
3109 if (ntohs(eth_hdr->ethertype) != ETH_P_PAE ||
/external/mdnsresponder/mDNSCore/
H A DmDNSEmbeddedAPI.h505 mDNSOpaque16 ethertype; variable
H A DmDNS.c10486 if (end >= p+42 && mDNSSameOpaque16(eth->ethertype, Ethertype_ARP) && mDNSSameOpaque16(pkt->arp.hrd, ARP_hrd_eth) && mDNSSameOpaque16(pkt->arp.pro, ARP_pro_ip))
10489 else if (end >= p+34 && mDNSSameOpaque16(eth->ethertype, Ethertype_IPv4) && (pkt->v4.flagsfrags.b[0] & 0x1F) == 0 && pkt->v4.flagsfrags.b[1] == 0)
10499 else if (end >= p+54 && mDNSSameOpaque16(eth->ethertype, Ethertype_IPv6))

Completed in 537 milliseconds