Home
last modified time | relevance | path

Searched defs:tcp_mss (Results 1 – 3 of 3) sorted by relevance

/external/netperf/src/
Dnettest_bsd.c1757 int tcp_mss = -1; /* possibly uninitialized on printf far below */ in send_tcp_stream() local
2476 int tcp_mss = -1; /* possibly uninitialized on printf far below */ in send_tcp_maerts() local
3158 int tcp_mss = -1; /* possibly uninitialized on printf far below */ in send_tcp_mss() local
3398 int tcp_mss = -1; /* possibly uninitialized on printf far below */ in send_exs_tcp_stream() local
4157 int tcp_mss = -1; /* possibly uninitialized on printf far below */ local
Dnettest_xti.c518 int tcp_mss = -1; /* possibly uninitialized on printf far below */ in send_xti_tcp_stream() local
/external/syslinux/core/lwip/src/include/lwip/
Dtcp.h323 #define tcp_mss(pcb) (((pcb)->flags & TF_TIMESTAMP) ? ((pcb)->mss - 12) : (pc… macro