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

  /development/ndk/platforms/android-3/include/linux/
if_ether.h 60 #define ETH_P_802_2 0x0004
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
if_ether.h 60 #define ETH_P_802_2 0x0004
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
if_ether.h 60 #define ETH_P_802_2 0x0004
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
if_ether.h 60 #define ETH_P_802_2 0x0004
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
if_ether.h 60 #define ETH_P_802_2 0x0004
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
if_ether.h 60 #define ETH_P_802_2 0x0004
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
if_ether.h 60 #define ETH_P_802_2 0x0004
  /bionic/libc/kernel/common/linux/
if_ether.h 68 #define ETH_P_802_2 0x0004
  /external/iproute2/include/linux/
if_ether.h 93 #define ETH_P_802_2 0x0004 /* 802.2 frames */
  /external/kernel-headers/original/linux/
if_ether.h 93 #define ETH_P_802_2 0x0004 /* 802.2 frames */
  /external/wpa_supplicant/
driver_broadcom.c 319 s = socket(PF_PACKET, SOCK_RAW, ntohs(ETH_P_802_2));
321 perror("socket(PF_PACKET, SOCK_RAW, ntohs(ETH_P_802_2))");
329 ll.sll_protocol = ntohs(ETH_P_802_2);
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_broadcom.c 324 s = socket(PF_PACKET, SOCK_RAW, ntohs(ETH_P_802_2));
326 perror("socket(PF_PACKET, SOCK_RAW, ntohs(ETH_P_802_2))");
334 ll.sll_protocol = ntohs(ETH_P_802_2);

Completed in 1267 milliseconds