Lines Matching refs:u16_t
87 u16_t len);
164 u16_t local_port
175 u16_t remote_port;
197 u16_t rcv_wnd; /* receiver window available */
198 u16_t rcv_ann_wnd; /* receiver window to announce */
204 u16_t mss; /* maximum segment size */
219 u16_t cwnd;
220 u16_t ssthresh;
227 u16_t snd_wnd; /* sender window */
228 u16_t snd_wnd_max; /* the maximum sender window announced by the remote host */
230 u16_t acked;
232 u16_t snd_buf; /* Available buffer space for sending (in bytes). */
234 u16_t snd_queuelen; /* Available buffer space for sending (in tcp_segs). */
238 u16_t unsent_oversize;
310 u16_t size,
341 void tcp_recved (struct tcp_pcb *pcb, u16_t len);
343 u16_t port);
345 u16_t port, tcp_connected_fn connected);
358 err_t tcp_write (struct tcp_pcb *pcb, const void *dataptr, u16_t len,