HomeSort by relevance Sort by last modified time
    Searched refs:ETHERTYPE_ARP (Results 1 - 25 of 121) sorted by null

1 2 3 4 5

  /external/libpcap/
ethertype.h 40 #ifndef ETHERTYPE_ARP
41 #define ETHERTYPE_ARP 0x0806 /* Addr. resolution protocol */
nametoaddr.c 285 { "arp", ETHERTYPE_ARP },
  /bionic/libc/include/net/
ethernet.h 38 #define ETHERTYPE_ARP 0x0806
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/net/
ethernet.h 50 #define ETHERTYPE_ARP 0x0806 /* Address resolution */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/net/
ethernet.h 50 #define ETHERTYPE_ARP 0x0806 /* Address resolution */
  /external/tcpdump/
ethertype.h 47 #ifndef ETHERTYPE_ARP
48 #define ETHERTYPE_ARP 0x0806 /* Addr. resolution protocol */
print-ether.c 46 { ETHERTYPE_ARP, "ARP"},
330 case ETHERTYPE_ARP:
  /external/dhcpcd-6.8.2/
bpf-filter.h 37 BPF_JUMP(BPF_JMP + BPF_JEQ + BPF_K, ETHERTYPE_ARP, 0, 3),
arp.c 94 return if_sendrawpacket(ifp, ETHERTYPE_ARP, arp_buffer, len,
139 bytes = if_readrawpacket(ifp, ETHERTYPE_ARP,
199 state->arp_fd = if_openrawsocket(ifp, ETHERTYPE_ARP);
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
FrameParser.java 84 private static final short ETHERTYPE_ARP = (short) 0x0806;
96 case ETHERTYPE_ARP:
  /development/ndk/platforms/android-21/include/net/
ethertypes.h 73 #define ETHERTYPE_ARP 0x0806 /* Address resolution protocol */
  /development/ndk/platforms/android-9/include/net/
ethertypes.h 73 #define ETHERTYPE_ARP 0x0806 /* Address resolution protocol */
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/net/
ethertypes.h 73 #define ETHERTYPE_ARP 0x0806 /* Address resolution protocol */
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/net/
ethertypes.h 73 #define ETHERTYPE_ARP 0x0806 /* Address resolution protocol */
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/net/
ethertypes.h 73 #define ETHERTYPE_ARP 0x0806 /* Address resolution protocol */
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/net/
ethertypes.h 73 #define ETHERTYPE_ARP 0x0806 /* Address resolution protocol */
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/net/
ethertypes.h 73 #define ETHERTYPE_ARP 0x0806 /* Address resolution protocol */
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/net/
ethertypes.h 73 #define ETHERTYPE_ARP 0x0806 /* Address resolution protocol */
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/net/
ethertypes.h 73 #define ETHERTYPE_ARP 0x0806 /* Address resolution protocol */
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/net/
ethertypes.h 73 #define ETHERTYPE_ARP 0x0806 /* Address resolution protocol */
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/net/
ethertypes.h 73 #define ETHERTYPE_ARP 0x0806 /* Address resolution protocol */
  /prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/net/
ethertypes.h 73 #define ETHERTYPE_ARP 0x0806 /* Address resolution protocol */
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/net/
ethertypes.h 73 #define ETHERTYPE_ARP 0x0806 /* Address resolution protocol */
  /prebuilts/ndk/r10/platforms/android-15/arch-x86/usr/include/net/
ethertypes.h 73 #define ETHERTYPE_ARP 0x0806 /* Address resolution protocol */
  /prebuilts/ndk/r10/platforms/android-16/arch-arm/usr/include/net/
ethertypes.h 73 #define ETHERTYPE_ARP 0x0806 /* Address resolution protocol */

Completed in 577 milliseconds

1 2 3 4 5