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

  /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/uapi/linux/netfilter_arp/
arp_tables.h 82 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
  /development/ndk/platforms/android-L/include/linux/netfilter_arp/
arp_tables.h 82 struct arpt_arp arp; member in struct:arpt_entry
  /external/kernel-headers/original/uapi/linux/netfilter_arp/
arp_tables.h 2 * Format of an ARP firewall descriptor
53 /* ARP operation code. */
56 /* ARP hardware address and protocol address format. */
73 /* Values for "flag" field in struct arpt_ip (general arp structure).
85 #define ARPT_INV_ARPOP 0x0040 /* Invert the sense of ARP OP. */
86 #define ARPT_INV_ARPHRD 0x0080 /* Invert the sense of ARP HRD. */
87 #define ARPT_INV_ARPPRO 0x0100 /* Invert the sense of ARP PRO. */
88 #define ARPT_INV_ARPHLN 0x0200 /* Invert the sense of ARP HLN. */
92 parts which are 1) general ARP header stuff 2) match specific
96 struct arpt_arp arp; member in struct:arpt_entry
    [all...]
  /external/iproute2/lib/
ll_proto.c 42 __PF(ARP,arp)
  /external/mdnsresponder/mDNSCore/
mDNS.c     [all...]
mDNSEmbeddedAPI.h 556 ARP_EthIP arp; member in union:__anon6343
    [all...]
  /external/libnl/lib/
utils.c 580 __ADD(ETH_P_ARP,arp)
  /external/libpcap/
scanner.l 195 arp return ARP;
  /external/chromium_org/third_party/skia/tools/
skdiff_main.cpp 447 AutoReleasePixels arp(drp);
  /external/iproute2/doc/
ip-cref.tex 114 \item \verb|neighbour| --- ARP or NDISC cache entry
248 \item \verb|arp on| or \verb|arp off|
473 about the address of broadcast relay or about the address of the ARP server.
832 \section{{\tt ip neighbour} --- neighbour/arp tables management}
840 is known by another name --- the ARP table.
849 describes how to manage proxy ARP/NDISC with the \verb|ip| utility.
902 --- add a permanent ARP entry for the neighbour 10.0.0.3 on the device \verb|eth0|.
924 --- invalidate an ARP entry for the neighbour 10.0.0.3 on the device \verb|eth0|.
    [all...]

Completed in 5818 milliseconds