OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ar_op
(Results
51 - 57
of
57
) sorted by null
1
2
3
/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
/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);
/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/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
...]
Completed in 293 milliseconds
1
2
3