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

/external/kernel-headers/original/uapi/linux/
H A Dif_fc.h49 __be16 ethertype; /* ether type field */ member in struct:fcllc
H A Dif_fddi.h91 __be16 ethertype; /* packet type ID field */ member in struct:fddi_snap_hdr
H A Dif_hippi.h145 __be16 ethertype; /* packet type ID field */ member in struct:hippi_snap_hdr
/external/wpa_supplicant_8/hostapd/src/common/
H A Deapol_common.h28 be16 ethertype; member in struct:ieee8023_hdr
/external/wpa_supplicant_8/src/common/
H A Deapol_common.h28 be16 ethertype; member in struct:ieee8023_hdr
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Deapol_common.h28 be16 ethertype; member in struct:ieee8023_hdr
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_wired.c39 u16 ethertype; member in struct:ieee8023_hdr
89 * 2 byte ethertype */
98 switch (ntohs(hdr->ethertype)) {
112 wpa_printf(MSG_DEBUG, "Unknown ethertype 0x%04x in data frame",
113 ntohs(hdr->ethertype));
308 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.c39 u16 ethertype; member in struct:ieee8023_hdr
89 * 2 byte ethertype */
98 switch (ntohs(hdr->ethertype)) {
112 wpa_printf(MSG_DEBUG, "Unknown ethertype 0x%04x in data frame",
113 ntohs(hdr->ethertype));
308 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.c39 u16 ethertype; member in struct:ieee8023_hdr
89 * 2 byte ethertype */
98 switch (ntohs(hdr->ethertype)) {
112 wpa_printf(MSG_DEBUG, "Unknown ethertype 0x%04x in data frame",
113 ntohs(hdr->ethertype));
308 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.c1841 u16 ethertype; local
1867 ethertype = ntohs(eth->ether_type);
1869 l2 = l2_packet_init(ifname, hapd->own_addr, ethertype,
1874 res = l2_packet_send(l2, eth->ether_dhost, ethertype, buf, len);
/external/syslinux/gpxe/src/include/gpxe/
H A Dieee80211.h332 u16 ethertype; /**< Ethernet Type field */ member in struct:ieee80211_llc_snap_header
/external/wpa_supplicant_8/wpa_supplicant/
H A Dctrl_iface.c8762 u16 ethertype; local
8778 ethertype = ntohs(eth->ether_type);
8780 l2 = l2_packet_init(wpa_s->ifname, wpa_s->own_addr, ethertype,
8785 res = l2_packet_send(l2, eth->ether_dhost, ethertype, buf, len);
9628 /* format: <dst> <packet starting from ethertype> */
/external/mdnsresponder/mDNSCore/
H A DmDNSEmbeddedAPI.h516 mDNSOpaque16 ethertype; variable

Completed in 331 milliseconds