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

  /toolchain/binutils/binutils-2.27/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
aarch64.cc 3852 const AArch64_reloc_property* arp = aarch64_reloc_property_table-> local
4163 const AArch64_reloc_property* arp = local
5532 const AArch64_reloc_property* arp = local
6074 const AArch64_reloc_property* arp = local
6389 const AArch64_reloc_property* arp = local
    [all...]
  /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
  /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 3 * Format of an ARP firewall descriptor
55 /* ARP operation code. */
58 /* ARP hardware address and protocol address format. */
75 /* Values for "flag" field in struct arpt_ip (general arp structure).
87 #define ARPT_INV_ARPOP 0x0040 /* Invert the sense of ARP OP. */
88 #define ARPT_INV_ARPHRD 0x0080 /* Invert the sense of ARP HRD. */
89 #define ARPT_INV_ARPPRO 0x0100 /* Invert the sense of ARP PRO. */
90 #define ARPT_INV_ARPHLN 0x0200 /* Invert the sense of ARP HLN. */
94 parts which are 1) general ARP header stuff 2) match specific
98 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...]
  /packages/apps/Settings/src/com/android/settings/users/
AppRestrictionsFragment.java 783 AppRestrictionsPreference arp = (AppRestrictionsPreference) preference; local
    [all...]
  /external/toybox/generated/
globals.h 424 // toys/pending/arp.c
1462 struct arp_data arp; member in union:global_union
  /external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h 567 ARP_EthIP arp; member in union:__anon28802
    [all...]

Completed in 249 milliseconds