OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ar_op
(Results
26 - 41
of
41
) sorted by null
1
2
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netinet/
if_ether.h
83
#define arp_op ea_hdr.
ar_op
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/netinet/
if_ether.h
83
#define arp_op ea_hdr.
ar_op
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/netinet/
if_ether.h
83
#define arp_op ea_hdr.
ar_op
/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
)
/bionic/libc/kernel/common/linux/
if_arp.h
137
__be16
ar_op
;
member in struct:arphdr
/external/iproute2/include/linux/
if_arp.h
142
__be16
ar_op
; /* ARP opcode (command) */
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/linux/
if_arp.h
137
__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/linux/
if_arp.h
137
__be16
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/linux/
if_arp.h
137
__be16
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/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/iproute2/misc/
arpd.c
213
ah->
ar_op
= htons(ARPOP_REQUEST);
502
(a->
ar_op
!= htons(ARPOP_REQUEST) &&
503
a->
ar_op
!= htons(ARPOP_REPLY)) ||
Completed in 1149 milliseconds
1
2