OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ARPOP_REPLY
(Results
76 - 84
of
84
) sorted by null
1
2
3
4
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
if_arp.h
80
#define
ARPOP_REPLY
2
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
if_arp.h
80
#define
ARPOP_REPLY
2
/external/tcpdump/
print-arp.c
66
#define
ARPOP_REPLY
2 /* response to previous request */
104
{
ARPOP_REPLY
, "Reply" },
257
case
ARPOP_REPLY
:
369
case
ARPOP_REPLY
:
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/net/
if_arp.h
41
#define
ARPOP_REPLY
2 /* ARP reply. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/net/
if_arp.h
41
#define
ARPOP_REPLY
2 /* ARP reply. */
/external/toybox/toys/pending/
arping.c
114
arp_h->ar_op = (toys.optflags & FLAG_A) ? htons(
ARPOP_REPLY
)
144
arp_hdr->ar_op != htons(
ARPOP_REPLY
)) return;
166
arp_hdr->ar_op == htons(
ARPOP_REPLY
) ? "ply" : "quest",
/external/dhcpcd/
arp.c
135
if (ar.ar_op != htons(
ARPOP_REPLY
) &&
/external/iputils/
arping.c
285
ah->ar_op = advert ? htons(
ARPOP_REPLY
) : htons(ARPOP_REQUEST);
393
ah->ar_op != htons(
ARPOP_REPLY
))
443
printf("%s from ", ah->ar_op == htons(
ARPOP_REPLY
) ? "reply" : "request");
/external/iproute2/misc/
arpd.c
505
a->ar_op != htons(
ARPOP_REPLY
)) ||
Completed in 1423 milliseconds
1
2
3
4