HomeSort by relevance Sort by last modified time
    Searched refs:ETH_P_PAE (Results 1 - 18 of 18) sorted by null

  /external/iproute2/include/linux/
if_ether.h 79 #define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
if_ether.h 78 #define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
if_ether.h 79 #define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */
  /bionic/libc/kernel/uapi/linux/
if_ether.h 74 #define ETH_P_PAE 0x888E
  /development/ndk/platforms/android-21/include/linux/
if_ether.h 74 #define ETH_P_PAE 0x888E
  /external/kernel-headers/original/uapi/linux/
if_ether.h 80 #define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
if_ether.h 74 #define ETH_P_PAE 0x888E
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
if_ether.h 74 #define ETH_P_PAE 0x888E
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
if_ether.h 74 #define ETH_P_PAE 0x888E
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
if_ether.h 74 #define ETH_P_PAE 0x888E
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
if_ether.h 74 #define ETH_P_PAE 0x888E
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
if_ether.h 74 #define ETH_P_PAE 0x888E
  /external/wpa_supplicant_8/src/drivers/
driver_wired.c 133 case ETH_P_PAE:
210 drv->sock = socket(PF_PACKET, SOCK_RAW, htons(ETH_P_PAE));
340 hdr->ethertype = htons(ETH_P_PAE);
driver_hostap.c 108 case ETH_P_PAE:
315 *((u16 *) pos) = htons(ETH_P_PAE);
driver_nl80211.c     [all...]
  /external/wpa_supplicant_8/src/utils/
common.h 345 #ifndef ETH_P_PAE
346 #define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */
347 #endif /* ETH_P_PAE */
349 #define ETH_P_EAPOL ETH_P_PAE
  /external/wpa_supplicant_8/src/pae/
ieee802_1x_kay.c     [all...]
  /external/wpa_supplicant_8/src/ap/
ieee802_1x.c     [all...]

Completed in 814 milliseconds