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

1 2 3 4

  /external/libpcap/
ethertype.h 39 #ifndef ETHERTYPE_IP
40 #define ETHERTYPE_IP 0x0800 /* IP protocol */
nametoaddr.c 286 { "ip", ETHERTYPE_IP },
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/net/
ethernet.h 49 #define ETHERTYPE_IP 0x0800 /* IP */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/net/
ethernet.h 49 #define ETHERTYPE_IP 0x0800 /* IP */
  /external/tcpdump/
ethertype.h 46 #ifndef ETHERTYPE_IP
47 #define ETHERTYPE_IP 0x0800 /* IP protocol */
print-ether.c 43 { ETHERTYPE_IP, "IPv4" },
330 case ETHERTYPE_IP:
print-chdlc.c 83 case ETHERTYPE_IP:
print-arp.c 223 if ((pro != ETHERTYPE_IP && pro != ETHERTYPE_TRAIL) ||
338 if ((pro != ETHERTYPE_IP && pro != ETHERTYPE_TRAIL) ||
print-gre.c 208 case ETHERTYPE_IP:
  /external/dhcpcd/
bpf-filter.h 82 BPF_JUMP(BPF_JMP + BPF_JEQ + BPF_K, ETHERTYPE_IP, 0, 8),
arp.c 57 ar.ar_pro = htons(ETHERTYPE_IP);
130 if (ar.ar_pro != htons(ETHERTYPE_IP))
  /bionic/libc/include/net/
ethertypes.h 67 #define ETHERTYPE_IP 0x0800 /* IP protocol */
  /development/ndk/platforms/android-3/include/net/
ethertypes.h 67 #define ETHERTYPE_IP 0x0800 /* IP protocol */
  /development/ndk/platforms/android-L/include/net/
ethertypes.h 67 #define ETHERTYPE_IP 0x0800 /* IP protocol */
  /external/dnsmasq/src/
bpf.c 188 ether.ether_type = htons(ETHERTYPE_IP);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/net/
ethertypes.h 67 #define ETHERTYPE_IP 0x0800 /* IP protocol */
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/net/
ethertypes.h 67 #define ETHERTYPE_IP 0x0800 /* IP protocol */
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/net/
ethertypes.h 67 #define ETHERTYPE_IP 0x0800 /* IP protocol */
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/net/
ethertypes.h 67 #define ETHERTYPE_IP 0x0800 /* IP protocol */
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/net/
ethertypes.h 67 #define ETHERTYPE_IP 0x0800 /* IP protocol */
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/net/
ethertypes.h 67 #define ETHERTYPE_IP 0x0800 /* IP protocol */
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/net/
ethertypes.h 67 #define ETHERTYPE_IP 0x0800 /* IP protocol */
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/net/
ethertypes.h 67 #define ETHERTYPE_IP 0x0800 /* IP protocol */
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/net/
ethertypes.h 67 #define ETHERTYPE_IP 0x0800 /* IP protocol */
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/net/
ethertypes.h 67 #define ETHERTYPE_IP 0x0800 /* IP protocol */

Completed in 1558 milliseconds

1 2 3 4