OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ar_op
(Results
76 - 86
of
86
) sorted by null
1
2
3
4
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
if_arp.h
115
unsigned short
ar_op
;
member in struct:arphdr
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
if_arp.h
115
unsigned short
ar_op
;
member in struct:arphdr
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
if_arp.h
115
unsigned short
ar_op
;
member in struct:arphdr
/external/toybox/toys/pending/
arping.c
114
arp_h->
ar_op
= (toys.optflags & FLAG_A) ? htons(ARPOP_REPLY)
143
if (arp_hdr->
ar_op
!= htons(ARPOP_REQUEST) &&
144
arp_hdr->
ar_op
!= htons(ARPOP_REPLY)) return;
166
arp_hdr->
ar_op
== htons(ARPOP_REPLY) ? "ply" : "quest",
180
if (arp_hdr->
ar_op
== htons(ARPOP_REQUEST)) TT.rcvd_req++;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/net/
if_arp.h
61
unsigned short int
ar_op
; /* ARP opcode (command). */
member in struct:arphdr
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/net/
if_arp.h
61
unsigned short int
ar_op
; /* ARP opcode (command). */
member in struct:arphdr
/external/dhcpcd/
arp.c
60
ar.
ar_op
= htons(op);
135
if (ar.
ar_op
!= htons(ARPOP_REPLY) &&
136
ar.
ar_op
!= htons(ARPOP_REQUEST))
/external/tcpdump/
print-arp.c
64
u_short
ar_op
; /* one of: */
member in struct:arp_pkthdr
94
#define OP(ap) EXTRACT_16BITS(&(ap)->
ar_op
)
/external/iputils/
arping.c
285
ah->
ar_op
= advert ? htons(ARPOP_REPLY) : htons(ARPOP_REQUEST);
392
if (ah->
ar_op
!= htons(ARPOP_REQUEST) &&
393
ah->
ar_op
!= htons(ARPOP_REPLY))
443
printf("%s from ", ah->
ar_op
== htons(ARPOP_REPLY) ? "reply" : "request");
472
if (ah->
ar_op
== htons(ARPOP_REQUEST))
rarpd.c
448
if (a->
ar_op
!= htons(ARPOP_RREQUEST))
520
a->
ar_op
= htons(ARPOP_RREPLY);
/external/iproute2/misc/
arpd.c
215
ah->
ar_op
= htons(ARPOP_REQUEST);
504
(a->
ar_op
!= htons(ARPOP_REQUEST) &&
505
a->
ar_op
!= htons(ARPOP_REPLY)) ||
Completed in 823 milliseconds
1
2
3
4