Searched defs:ethertype (Results 1 - 11 of 11) sorted by relevance

/external/kernel-headers/original/linux/
H A Dif_fc.h47 __be16 ethertype; /* ether type field */ member in struct:fcllc
H A Dif_hippi.h147 __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
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_wired.c36 u16 ethertype; member in struct:ieee8023_hdr
122 * 2 byte ethertype */
131 switch (ntohs(hdr->ethertype)) {
145 wpa_printf(MSG_DEBUG, "Unknown ethertype 0x%04x in data frame",
146 ntohs(hdr->ethertype));
330 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.c36 u16 ethertype; member in struct:ieee8023_hdr
122 * 2 byte ethertype */
131 switch (ntohs(hdr->ethertype)) {
145 wpa_printf(MSG_DEBUG, "Unknown ethertype 0x%04x in data frame",
146 ntohs(hdr->ethertype));
330 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.c36 u16 ethertype; member in struct:ieee8023_hdr
122 * 2 byte ethertype */
131 switch (ntohs(hdr->ethertype)) {
145 wpa_printf(MSG_DEBUG, "Unknown ethertype 0x%04x in data frame",
146 ntohs(hdr->ethertype));
330 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 780 milliseconds