Searched refs:tcp_mss (Results 1 – 10 of 10) sorted by relevance
/external/qemu/slirp-android/ |
D | slirp.h | 244 int tcp_mss _P((register struct tcpcb *, u_int));
|
D | tcp_output.c | 283 mss = htons((u_int16_t) tcp_mss(tp, 0));
|
D | tcp_input.c | 1535 (void) tcp_mss(tp, mss); /* sets t_maxseg */ in tcp_dooptions() 1703 tcp_mss(struct tcpcb *tp, u_int offer) in tcp_mss() function
|
D | tcp_subr.c | 619 (void) tcp_mss(sototcpcb(so), 0); in tcp_connect()
|
/external/qemu/slirp/ |
D | slirp.h | 294 int tcp_mss _P((register struct tcpcb *, u_int));
|
D | tcp_output.c | 283 mss = htons((u_int16_t) tcp_mss(tp, 0));
|
D | tcp_subr.c | 463 (void) tcp_mss(sototcpcb(so), 0); in tcp_connect() 813 (void) tcp_mss(sototcpcb(ns), 0); in tcp_emu()
|
D | tcp_input.c | 1529 (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/ |
D | nettest_bsd.c | 1302 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 …]
|
D | nettest_xti.c | 519 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()
|