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

  /external/qemu/slirp-android/
slirp.h 244 int tcp_mss _P((register struct tcpcb *, u_int));
tcp_output.c 283 mss = htons((u_int16_t) tcp_mss(tp, 0));
tcp_input.c 1703 tcp_mss(struct tcpcb *tp, u_int offer) function
    [all...]
tcp_subr.c 191 tp->t_maxseg = TCP_MSS;
619 (void) tcp_mss(sototcpcb(so), 0);
  /external/qemu/slirp/
slirp.h 294 int tcp_mss _P((register struct tcpcb *, u_int));
tcp_output.c 283 mss = htons((u_int16_t) tcp_mss(tp, 0));
tcp_subr.c 189 tp->t_maxseg = TCP_MSS;
463 (void) tcp_mss(sototcpcb(so), 0);
813 (void) tcp_mss(sototcpcb(ns), 0);
    [all...]
tcp_input.c 1697 tcp_mss(struct tcpcb *tp, u_int offer) function
    [all...]
  /external/netperf/
nettest_bsd.c 1302 int tcp_mss = -1; \/* possibly uninitialized on printf far below *\/ local
1998 int tcp_mss = -1; \/* possibly uninitialized on printf far below *\/ local
2706 int tcp_mss = -1; \/* possibly uninitialized on printf far below *\/ local
3473 int tcp_mss = -1; \/* possibly uninitialized on printf far below *\/ local
    [all...]
nettest_xti.c 523 int tcp_mss = -1; /* possibly uninitialized on printf far below */
519 int tcp_mss = -1; \/* possibly uninitialized on printf far below *\/ local
    [all...]

Completed in 101 milliseconds