OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ts_recent
(Results
1 - 5
of
5
) sorted by null
/external/qemu/slirp/
tcp_var.h
125
u_int32_t
ts_recent
; /* timestamp echo data */
member in struct:tcpcb
slirp.c
908
qemu_put_be32(f, tp->
ts_recent
);
1001
tp->
ts_recent
= qemu_get_be32(f);
/external/qemu/slirp-android/
tcp_var.h
130
u_int32_t
ts_recent
; /* timestamp echo data */
member in struct:tcpcb
slirp.c
[
all
...]
/external/kernel-headers/original/linux/
tcp.h
176
long ts_recent_stamp;/* Time we stored
ts_recent
(for aging) */
177
__u32
ts_recent
; /* Time stamp to echo next */
member in struct:tcp_options_received
Completed in 163 milliseconds