Searched defs:ethertype (Results 1 - 13 of 13) 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.h87 __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/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));
331 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));
331 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));
331 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/mdnsresponder/mDNSCore/
H A DmDNSEmbeddedAPI.h505 mDNSOpaque16 ethertype; variable

Completed in 3028 milliseconds