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

1 2

  /external/bluetooth/hcidump/parser/
tcpip.c 55 struct ether_arp *arp = (struct ether_arp *) frm->ptr;
59 printf("%02x:", arp->arp_sha[i]);
60 printf("%02x", arp->arp_sha[5]);
62 memcpy(&sai.sin_addr, &arp->arp_spa, sizeof(sai.sin_addr));
68 printf("%02x:", arp->arp_tha[i]);
69 printf("%02x", arp->arp_tha[5]);
70 memcpy(&sai.sin_addr, &arp->arp_tpa, sizeof(sai.sin_addr));
  /external/dhcpcd/
Android.mk 9 LOCAL_SRC_FILES := arp.c bind.c common.c control.c dhcp.c dhcpcd.c duid.c \
Makefile 4 SRCS= arp.c bind.c common.c control.c dhcp.c dhcpcd.c duid.c eloop.c
  /bionic/libc/kernel/common/linux/netfilter_arp/
arp_tables.h 74 struct arpt_arp arp; member in struct:arpt_entry
  /development/ndk/platforms/android-3/include/linux/netfilter_arp/
arp_tables.h 74 struct arpt_arp arp; member in struct:arpt_entry
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_arp/
arp_tables.h 2 * Format of an ARP firewall descriptor
40 /* ARP operation code. */
43 /* ARP hardware address and protocol address format. */
63 /* Values for "flag" field in struct arpt_ip (general arp structure).
75 #define ARPT_INV_ARPOP 0x0040 /* Invert the sense of ARP OP. */
76 #define ARPT_INV_ARPHRD 0x0080 /* Invert the sense of ARP HRD. */
77 #define ARPT_INV_ARPPRO 0x0100 /* Invert the sense of ARP PRO. */
78 #define ARPT_INV_ARPHLN 0x0200 /* Invert the sense of ARP HLN. */
82 parts which are 1) general ARP header stuff 2) match specific
86 struct arpt_arp arp; member in struct:arpt_entry
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/netfilter_arp/
arp_tables.h 74 struct arpt_arp arp; member in struct:arpt_entry
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/netfilter_arp/
arp_tables.h 74 struct arpt_arp arp; member in struct:arpt_entry
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/netfilter_arp/
arp_tables.h 74 struct arpt_arp arp; member in struct:arpt_entry
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/netfilter_arp/
arp_tables.h 74 struct arpt_arp arp; member in struct:arpt_entry
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/netfilter_arp/
arp_tables.h 74 struct arpt_arp arp; member in struct:arpt_entry
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/netfilter_arp/
arp_tables.h 74 struct arpt_arp arp; member in struct:arpt_entry
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/netfilter_arp/
arp_tables.h 74 struct arpt_arp arp; member in struct:arpt_entry
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/netfilter_arp/
arp_tables.h 74 struct arpt_arp arp; member in struct:arpt_entry
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/netfilter_arp/
arp_tables.h 74 struct arpt_arp arp; member in struct:arpt_entry
  /external/tcpdump/
Android.mk 21 print-arp.c\
  /external/iproute2/lib/
ll_proto.c 44 __PF(ARP,arp)
  /external/kernel-headers/original/linux/netfilter_arp/
arp_tables.h 2 * Format of an ARP firewall descriptor
48 /* ARP operation code. */
51 /* ARP hardware address and protocol address format. */
71 /* Values for "flag" field in struct arpt_ip (general arp structure).
83 #define ARPT_INV_ARPOP 0x0040 /* Invert the sense of ARP OP. */
84 #define ARPT_INV_ARPHRD 0x0080 /* Invert the sense of ARP HRD. */
85 #define ARPT_INV_ARPPRO 0x0100 /* Invert the sense of ARP PRO. */
86 #define ARPT_INV_ARPHLN 0x0200 /* Invert the sense of ARP HLN. */
90 parts which are 1) general ARP header stuff 2) match specific
94 struct arpt_arp arp; member in struct:arpt_entry
    [all...]
  /external/libpcap/
scanner.l 175 arp return ARP;
  /external/webkit/Source/WebCore/platform/graphics/android/
GraphicsLayerAndroid.cpp 668 SkAutoPictureRecord arp(context, rect.width(), rect.height());
669 SkCanvas* canvas = arp.getRecordingCanvas();
    [all...]
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.cpp 558 SkAutoPictureRecord arp(picture, view->contentsWidth(),
562 WebCore::PlatformGraphicsContext pgc(arp.getRecordingCanvas());
829 SkAutoPictureRecord arp(picture, width, height, PICT_RECORD_FLAGS);
831 SkCanvas* recordingCanvas = arp.getRecordingCanvas();
    [all...]
  /external/qemu/
net-android.c 84 #include <netinet/arp.h>
    [all...]
net.c 82 #include <netinet/arp.h>
1235 /* Push arp module to if_fd */
1236 if (ioctl (if_fd, I_PUSH, "arp") < 0)
1237 syslog (LOG_ERR, "Can't push ARP module (2)");
1239 /* Push arp module to ip_fd */
1242 if (ioctl (ip_fd, I_PUSH, "arp") < 0)
1243 syslog (LOG_ERR, "Can't push ARP module (3)\n");
1249 /* Set ifname to arp */
1255 syslog (LOG_ERR, "Can't set ifname to arp\n");
1264 syslog (LOG_ERR, "Can't link TAP device to ARP");
    [all...]
qemu-char.c 87 #include <netinet/arp.h>
    [all...]
vl-android.c 136 #include <netinet/arp.h>
    [all...]

Completed in 1995 milliseconds

1 2