HomeSort by relevance Sort by last modified time
    Searched refs:TCP_MAX_WINSHIFT (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/netinet/
tcp.h 151 #define TCP_MAX_WINSHIFT 14 /* maximum window shift */
  /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 271 milliseconds