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

1 2 3

  /external/libpcap/
ethertype.h 42 #ifndef ETHERTYPE_ARP
43 #define ETHERTYPE_ARP 0x0806 /* Addr. resolution protocol */
nametoaddr.c 291 { "arp", ETHERTYPE_ARP },
  /external/tcpdump/
ethertype.h 49 #ifndef ETHERTYPE_ARP
50 #define ETHERTYPE_ARP 0x0806 /* Addr. resolution protocol */
print-ether.c 49 { ETHERTYPE_ARP, "ARP"},
198 case ETHERTYPE_ARP:
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/net/
ethernet.h 49 #define ETHERTYPE_ARP 0x0806 /* Address resolution */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/net/
ethernet.h 49 #define ETHERTYPE_ARP 0x0806 /* Address resolution */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/net/
ethernet.h 49 #define ETHERTYPE_ARP 0x0806 /* Address resolution */
  /external/dhcpcd/
bpf-filter.h 37 BPF_JUMP(BPF_JMP + BPF_JEQ + BPF_K, ETHERTYPE_ARP, 0, 3),
lpf.c 95 if (protocol == ETHERTYPE_ARP) {
117 if (protocol == ETHERTYPE_ARP)
156 if (protocol == ETHERTYPE_ARP)
190 if (protocol == ETHERTYPE_ARP)
arp.c 74 retval = send_raw_packet(iface, ETHERTYPE_ARP, arp_buffer, len);
121 bytes = get_raw_packet(iface, ETHERTYPE_ARP,
210 open_socket(iface, ETHERTYPE_ARP);
268 open_socket(iface, ETHERTYPE_ARP);
bpf.c 110 if (protocol == ETHERTYPE_ARP) {
152 if (protocol == ETHERTYPE_ARP)
170 if (protocol == ETHERTYPE_ARP)
  /bionic/libc/include/net/
ethertypes.h 73 #define ETHERTYPE_ARP 0x0806 /* Address resolution protocol */
  /development/ndk/platforms/android-3/include/net/
ethertypes.h 73 #define ETHERTYPE_ARP 0x0806 /* Address resolution protocol */
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/net/
ethertypes.h 73 #define ETHERTYPE_ARP 0x0806 /* Address resolution protocol */
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/net/
ethertypes.h 73 #define ETHERTYPE_ARP 0x0806 /* Address resolution protocol */
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/net/
ethertypes.h 73 #define ETHERTYPE_ARP 0x0806 /* Address resolution protocol */
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/net/
ethertypes.h 73 #define ETHERTYPE_ARP 0x0806 /* Address resolution protocol */
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/net/
ethertypes.h 73 #define ETHERTYPE_ARP 0x0806 /* Address resolution protocol */
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/net/
ethertypes.h 73 #define ETHERTYPE_ARP 0x0806 /* Address resolution protocol */
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/net/
ethertypes.h 73 #define ETHERTYPE_ARP 0x0806 /* Address resolution protocol */
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/net/
ethertypes.h 73 #define ETHERTYPE_ARP 0x0806 /* Address resolution protocol */
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/net/
ethertypes.h 73 #define ETHERTYPE_ARP 0x0806 /* Address resolution protocol */
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/net/
ethertypes.h 73 #define ETHERTYPE_ARP 0x0806 /* Address resolution protocol */
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/net/
ethertypes.h 73 #define ETHERTYPE_ARP 0x0806 /* Address resolution protocol */
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/net/
ethertypes.h 73 #define ETHERTYPE_ARP 0x0806 /* Address resolution protocol */

Completed in 1458 milliseconds

1 2 3