Searched defs:ethertype (Results 1 - 15 of 15) 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/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.c1668 u16 ethertype; local
1694 ethertype = ntohs(eth->ether_type);
1696 l2 = l2_packet_init(ifname, hapd->own_addr, ethertype,
1701 res = l2_packet_send(l2, eth->ether_dhost, ethertype, buf, len);
/external/wpa_supplicant_8/wpa_supplicant/
H A Dctrl_iface.c7511 u16 ethertype; local
7527 ethertype = ntohs(eth->ether_type);
7529 l2 = l2_packet_init(wpa_s->ifname, wpa_s->own_addr, ethertype,
7534 res = l2_packet_send(l2, eth->ether_dhost, ethertype, buf, len);
/external/mdnsresponder/mDNSCore/
H A DmDNSEmbeddedAPI.h505 mDNSOpaque16 ethertype; variable

Completed in 455 milliseconds