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

1 2 3 4 5

  /toolchain/binutils/binutils-2.25/gold/
aarch64-reloc-property.cc 134 const AArch64_reloc_property* arp = this->table_[tidx]; local
136 if (arp == NULL)
144 AArch64_reloc_property::Reloc_type reloc_type = arp->reloc_type();
146 || !arp->is_implemented());
152 prefix = arp->is_implemented() ? _("reloc ") : _("unimplemented reloc ");
160 return std::string(prefix) + arp->name();
aarch64-reloc-property.h 198 const AArch64_reloc_property* arp = this->table_[idx]; local
199 return ((arp != NULL
200 && (arp->reloc_type() == AArch64_reloc_property::RT_STATIC)
201 && arp->is_implemented())
202 ? arp
  /external/syslinux/gpxe/src/net/
arp.c 29 #include <gpxe/arp.h>
41 /** An ARP cache entry */
53 /** Number of entries in the ARP cache
60 /** The ARP cache */
69 * Find entry in the ARP cache
74 * @ret arp ARP cache entry, or NULL if not found
81 struct arp_entry *arp; local
83 for ( arp = arp_table ; arp < arp_table_end ; arp++ )
117 const struct arp_entry *arp; local
203 struct arp_entry *arp; local
    [all...]
  /bionic/libc/kernel/uapi/linux/netfilter_arp/
arp_tables.h 70 struct arpt_arp arp; member in struct:arpt_entry
  /development/ndk/platforms/android-21/include/linux/netfilter_arp/
arp_tables.h 82 struct arpt_arp arp; member in struct:arpt_entry
  /development/ndk/platforms/android-9/include/linux/netfilter_arp/
arp_tables.h 74 struct arpt_arp arp; member in struct:arpt_entry
  /external/iptables/include/linux/netfilter_arp/
arp_tables.h 2 * Format of an ARP firewall descriptor
51 /* ARP operation code. */
54 /* 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/kernel-headers/original/uapi/linux/netfilter_arp/
arp_tables.h 2 * Format of an ARP firewall descriptor
54 /* ARP operation code. */
57 /* ARP hardware address and protocol address format. */
74 /* Values for "flag" field in struct arpt_ip (general arp structure).
86 #define ARPT_INV_ARPOP 0x0040 /* Invert the sense of ARP OP. */
87 #define ARPT_INV_ARPHRD 0x0080 /* Invert the sense of ARP HRD. */
88 #define ARPT_INV_ARPPRO 0x0100 /* Invert the sense of ARP PRO. */
89 #define ARPT_INV_ARPHLN 0x0200 /* Invert the sense of ARP HLN. */
93 parts which are 1) general ARP header stuff 2) match specific
97 struct arpt_arp arp; member in struct:arpt_entry
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter_arp/
arp_tables.h 2 * Format of an ARP firewall descriptor
51 /* ARP operation code. */
54 /* 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...]
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/netfilter_arp/
arp_tables.h 74 struct arpt_arp arp; member in struct:arpt_entry
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/linux/netfilter_arp/
arp_tables.h 74 struct arpt_arp arp; member in struct:arpt_entry
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/linux/netfilter_arp/
arp_tables.h 74 struct arpt_arp arp; member in struct:arpt_entry
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/linux/netfilter_arp/
arp_tables.h 74 struct arpt_arp arp; member in struct:arpt_entry
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/linux/netfilter_arp/
arp_tables.h 74 struct arpt_arp arp; member in struct:arpt_entry
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/linux/netfilter_arp/
arp_tables.h 74 struct arpt_arp arp; member in struct:arpt_entry
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/linux/netfilter_arp/
arp_tables.h 74 struct arpt_arp arp; member in struct:arpt_entry
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/linux/netfilter_arp/
arp_tables.h 74 struct arpt_arp arp; member in struct:arpt_entry
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/linux/netfilter_arp/
arp_tables.h 74 struct arpt_arp arp; member in struct:arpt_entry
  /prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/linux/netfilter_arp/
arp_tables.h 74 struct arpt_arp arp; member in struct:arpt_entry
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/linux/netfilter_arp/
arp_tables.h 74 struct arpt_arp arp; member in struct:arpt_entry
  /prebuilts/ndk/r10/platforms/android-15/arch-x86/usr/include/linux/netfilter_arp/
arp_tables.h 74 struct arpt_arp arp; member in struct:arpt_entry
  /prebuilts/ndk/r10/platforms/android-16/arch-arm/usr/include/linux/netfilter_arp/
arp_tables.h 74 struct arpt_arp arp; member in struct:arpt_entry
  /prebuilts/ndk/r10/platforms/android-16/arch-mips/usr/include/linux/netfilter_arp/
arp_tables.h 74 struct arpt_arp arp; member in struct:arpt_entry
  /prebuilts/ndk/r10/platforms/android-16/arch-x86/usr/include/linux/netfilter_arp/
arp_tables.h 74 struct arpt_arp arp; member in struct:arpt_entry

Completed in 610 milliseconds

1 2 3 4 5