Home
last modified time | relevance | path

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

/external/qemu/slirp-android/
Dslirp.h244 int tcp_mss _P((register struct tcpcb *, u_int));
Dtcp_output.c283 mss = htons((u_int16_t) tcp_mss(tp, 0));
Dtcp_input.c1535 (void) tcp_mss(tp, mss); /* sets t_maxseg */ in tcp_dooptions()
1703 tcp_mss(struct tcpcb *tp, u_int offer) in tcp_mss() function
Dtcp_subr.c619 (void) tcp_mss(sototcpcb(so), 0); in tcp_connect()
/external/qemu/slirp/
Dslirp.h294 int tcp_mss _P((register struct tcpcb *, u_int));
Dtcp_output.c283 mss = htons((u_int16_t) tcp_mss(tp, 0));
Dtcp_subr.c463 (void) tcp_mss(sototcpcb(so), 0); in tcp_connect()
813 (void) tcp_mss(sototcpcb(ns), 0); in tcp_emu()
Dtcp_input.c1529 (void) tcp_mss(tp, mss); /* sets t_maxseg */ in tcp_dooptions()
1697 tcp_mss(struct tcpcb *tp, u_int offer) in tcp_mss() function
/external/netperf/
Dnettest_bsd.c1302 int tcp_mss = -1; /* possibly uninitialized on printf far below */ in send_tcp_stream() local
1656 tcp_mss = -1; in send_tcp_stream()
1657 get_tcp_info(send_socket,&tcp_mss); in send_tcp_stream()
1922 tcp_mss); in send_tcp_stream()
1998 int tcp_mss = -1; /* possibly uninitialized on printf far below */ in send_tcp_maerts() local
2364 tcp_mss = -1; in send_tcp_maerts()
2365 get_tcp_info(recv_socket,&tcp_mss); in send_tcp_maerts()
2627 tcp_mss); in send_tcp_maerts()
2706 int tcp_mss = -1; /* possibly uninitialized on printf far below */ in send_exs_tcp_stream() local
3125 tcp_mss = -1; in send_exs_tcp_stream()
[all …]
Dnettest_xti.c519 int tcp_mss = -1; /* possibly uninitialized on printf far below */ in send_xti_tcp_stream() local
980 tcp_mss = -1; in send_xti_tcp_stream()
1225 tcp_mss); in send_xti_tcp_stream()