OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ar_op
(Results
51 - 64
of
64
) sorted by null
1
2
3
/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/kernel-headers/original/linux/
if_arp.h
142
__be16
ar_op
; /* ARP opcode (command) */
member in struct:arphdr
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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/i686-linux-glibc2.7-4.6/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.7-4.6/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/qemu/slirp/
slirp.c
586
unsigned short
ar_op
; /* ARP opcode (command) */
member in struct:arphdr
604
int
ar_op
;
local
607
ar_op
= ntohs(ah->
ar_op
);
608
switch(
ar_op
) {
632
rah->
ar_op
= htons(ARPOP_REPLY);
714
rah->
ar_op
= htons(ARPOP_REQUEST);
/external/tcpdump/
print-arp.c
63
u_short
ar_op
; /* one of: */
member in struct:arp_pkthdr
91
#define OP(ap) EXTRACT_16BITS(&(ap)->
ar_op
)
/external/qemu/slirp-android/
slirp.c
675
unsigned short
ar_op
; /* ARP opcode (command) */
member in struct:arphdr
693
int
ar_op
;
local
696
ar_op
= ntohs(ah->
ar_op
);
697
switch(
ar_op
) {
725
rah->
ar_op
= htons(ARPOP_REPLY);
807
rah->
ar_op
= htons(ARPOP_REQUEST);
[
all
...]
/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 648 milliseconds
1
2
3