Searched defs:tcp_mss (Results 1 – 3 of 3) sorted by relevance
1757 int tcp_mss = -1; /* possibly uninitialized on printf far below */ in send_tcp_stream() local2476 int tcp_mss = -1; /* possibly uninitialized on printf far below */ in send_tcp_maerts() local3158 int tcp_mss = -1; /* possibly uninitialized on printf far below */ in send_tcp_mss() local3398 int tcp_mss = -1; /* possibly uninitialized on printf far below */ in send_exs_tcp_stream() local4157 int tcp_mss = -1; /* possibly uninitialized on printf far below */ local
518 int tcp_mss = -1; /* possibly uninitialized on printf far below */ in send_xti_tcp_stream() local
323 #define tcp_mss(pcb) (((pcb)->flags & TF_TIMESTAMP) ? ((pcb)->mss - 12) : (pc… macro