OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:snd_wl1
(Results
1 - 7
of
7
) sorted by null
/external/qemu/slirp/
tcp_var.h
77
tcp_seq
snd_wl1
; /* window update seg seq number */
member in struct:tcpcb
tcp_input.c
811
tp->
snd_wl1
= ti->ti_seq - 1;
1056
tp->
snd_wl1
= ti->ti_seq - 1;
[
all
...]
slirp.c
882
qemu_put_be32(f, tp->
snd_wl1
);
975
tp->
snd_wl1
= qemu_get_be32(f);
/external/qemu/slirp-android/
tcp_var.h
82
tcp_seq
snd_wl1
; /* window update seg seq number */
member in struct:tcpcb
tcp_input.c
817
tp->
snd_wl1
= ti->ti_seq - 1;
1062
tp->
snd_wl1
= ti->ti_seq - 1;
[
all
...]
slirp.c
[
all
...]
/external/kernel-headers/original/linux/
tcp.h
245
__u32
snd_wl1
; /* Sequence for window update */
member in struct:tcp_sock
Completed in 354 milliseconds