OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TCP_MAX_WINSHIFT
(Results
1 - 8
of
8
) sorted by null
/external/qemu/slirp/
tcp.h
104
#define
TCP_MAX_WINSHIFT
14 /* maximum window shift */
tcp_subr.c
207
tp->snd_cwnd = TCP_MAXWIN <<
TCP_MAX_WINSHIFT
;
208
tp->snd_ssthresh = TCP_MAXWIN <<
TCP_MAX_WINSHIFT
;
497
/* while (tp->request_r_scale <
TCP_MAX_WINSHIFT
&&
828
/* while (tp->request_r_scale <
TCP_MAX_WINSHIFT
&&
[
all
...]
/external/qemu/slirp-android/
tcp.h
110
#define
TCP_MAX_WINSHIFT
14 /* maximum window shift */
tcp_subr.c
209
tp->snd_cwnd = TCP_MAXWIN <<
TCP_MAX_WINSHIFT
;
210
tp->snd_ssthresh = TCP_MAXWIN <<
TCP_MAX_WINSHIFT
;
653
/* while (tp->request_r_scale <
TCP_MAX_WINSHIFT
&&
/external/iproute2/include/netinet/
tcp.h
166
# define
TCP_MAX_WINSHIFT
14 /* maximum window shift */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netinet/
tcp.h
168
# define
TCP_MAX_WINSHIFT
14 /* maximum window shift */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/netinet/
tcp.h
168
# define
TCP_MAX_WINSHIFT
14 /* maximum window shift */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/netinet/
tcp.h
168
# define
TCP_MAX_WINSHIFT
14 /* maximum window shift */
Completed in 35 milliseconds