Searched refs:arp (Results 1 – 25 of 91) sorted by relevance
1234
/external/dhcpcd/ |
D | Android.mk | 9 LOCAL_SRC_FILES := arp.c bind.c common.c control.c dhcp.c dhcpcd.c duid.c \
|
D | Makefile | 4 SRCS= arp.c bind.c common.c control.c dhcp.c dhcpcd.c duid.c eloop.c
|
/external/kernel-headers/original/uapi/linux/netfilter_arp/ |
D | arp_tables.h | 96 struct arpt_arp arp; member
|
/external/iproute2/lib/ |
D | ll_proto.c | 42 __PF(ARP,arp)
|
/external/tcpdump/ |
D | Android.mk | 7 print-arcnet.c print-aodv.c print-arp.c print-ascii.c print-atalk.c \
|
/external/tcpdump/win32/prj/ |
D | GNUmakefile | 50 ../../print-arp.o \
|
/external/icu/icu4c/source/data/lang/ |
D | or.txt | 32 arp{"ଆରାପାହୋ"}
|
D | ks.txt | 36 arp{"اَراپاہو"}
|
D | brx.txt | 34 arp{"अरापाहो"}
|
D | ka.txt | 39 arp{"არაპაჰო"}
|
D | lkt.txt | 18 arp{"Maȟpíya Tȟó Iyápi"}
|
D | bs_Cyrl.txt | 40 arp{"арапахо"}
|
D | he.txt | 52 arp{"ארפהו"}
|
D | gu.txt | 52 arp{"અરાપાહો"}
|
D | bg.txt | 52 arp{"арапахо"}
|
D | bn.txt | 52 arp{"আরাপাহো"}
|
D | kn.txt | 52 arp{"ಅರಪಾಹೋ"}
|
D | uk.txt | 52 arp{"арапахо"}
|
D | sr.txt | 52 arp{"Арапахо"}
|
D | te.txt | 52 arp{"అరాపాహో"}
|
D | fa.txt | 54 arp{"آراپاهویی"}
|
D | ar.txt | 52 arp{"الأراباهو"}
|
D | ml.txt | 52 arp{"അരപാഹോ"}
|
/external/icu/icu4c/source/data/misc/ |
D | keyTypeData.txt | 138 arp{""}
|
/external/mdnsresponder/mDNSCore/ |
D | mDNS.c | 10189 mDNSlocal void mDNSCoreReceiveRawARP(mDNS *const m, const ARP_EthIP *const arp, const mDNSInterface… in mDNSCoreReceiveRawARP() argument 10206 if (mDNSSameOpaque16(arp->op, ARP_op_request) && !mDNSSameIPv4Address(arp->spa, arp->tpa)) in mDNSCoreReceiveRawARP() 10210 …rr->AddressProxy.type == mDNSAddrType_IPv4 && mDNSSameIPv4Address(rr->AddressProxy.ip.v4, arp->tpa… in mDNSCoreReceiveRawARP() 10216 const char *const msg = mDNSSameEthAddress(&arp->sha, &rr->WakeUp.IMAC) ? msg1 : in mDNSCoreReceiveRawARP() 10218 mDNSSameEthAddress(&arp->sha, &intf->MAC) ? msg3 : msg4; in mDNSCoreReceiveRawARP() 10220 …intf->ifname, msg, &arp->sha, &arp->spa, &arp->tpa, &rr->WakeUp.HMAC, &rr->WakeUp.IMAC, ARDisplayS… in mDNSCoreReceiveRawARP() 10223 else if (msg == msg4) SendARP(m, 2, rr, &arp->tpa, &arp->sha, &arp->spa, &arp->sha); in mDNSCoreReceiveRawARP() 10235 if (mDNSSameEthAddress(&arp->sha, &intf->MAC)) in mDNSCoreReceiveRawARP() 10236 debugf("ARP from self for %.4a", &arp->tpa); in mDNSCoreReceiveRawARP() 10239 if (!mDNSSameIPv4Address(arp->spa, zerov4Addr)) in mDNSCoreReceiveRawARP() [all …]
|
1234