Searched refs:tcp_mss (Results 1 - 10 of 10) sorted by relevance

/external/qemu/slirp-android/
H A Dslirp.h245 int tcp_mss _P((register struct tcpcb *, u_int));
H A Dtcp_output.c283 mss = htons((u_int16_t) tcp_mss(tp, 0));
H A Dtcp_input.c1535 (void) tcp_mss(tp, mss); /* sets t_maxseg */
1703 tcp_mss(struct tcpcb *tp, u_int offer) function
1708 DEBUG_CALL("tcp_mss");
H A Dtcp_subr.c619 (void) tcp_mss(sototcpcb(so), 0);
/external/qemu/slirp/
H A Dslirp.h294 int tcp_mss _P((register struct tcpcb *, u_int));
H A Dtcp_output.c283 mss = htons((u_int16_t) tcp_mss(tp, 0));
H A Dtcp_subr.c463 (void) tcp_mss(sototcpcb(so), 0);
813 (void) tcp_mss(sototcpcb(ns), 0);
H A Dtcp_input.c1529 (void) tcp_mss(tp, mss); /* sets t_maxseg */
1697 tcp_mss(struct tcpcb *tp, u_int offer) function
1702 DEBUG_CALL("tcp_mss");
/external/netperf/
H A Dnettest_bsd.c1309 int tcp_mss = -1; /* possibly uninitialized on printf far below */
1663 tcp_mss = -1;
1664 get_tcp_info(send_socket,&tcp_mss);
1929 tcp_mss);
2006 int tcp_mss = -1; /* possibly uninitialized on printf far below */
2372 tcp_mss = -1;
2373 get_tcp_info(recv_socket,&tcp_mss);
2635 tcp_mss);
2715 int tcp_mss = -1; /* possibly uninitialized on printf far below */
3134 tcp_mss
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...]
H A Dnettest_xti.c523 int tcp_mss = -1; /* possibly uninitialized on printf far below */
984 tcp_mss = -1;
1229 tcp_mss);
519 int tcp_mss = -1; /* possibly uninitialized on printf far below */ local

Completed in 143 milliseconds