Lines Matching refs:u16_t
89 static u16_t tcp_port = TCP_LOCAL_PORT_RANGE_START;
124 static u16_t tcp_new_port(void);
433 tcp_bind(struct tcp_pcb *pcb, ip_addr_t *ipaddr, u16_t port)
596 pcb->rcv_ann_wnd = (u16_t)new_rcv_ann_wnd;
611 tcp_recved(struct tcp_pcb *pcb, u16_t len)
646 static u16_t
650 u16_t n = 0;
684 tcp_connect(struct tcp_pcb *pcb, ip_addr_t *ipaddr, u16_t port,
689 u16_t old_local_port;
791 u16_t eff_wnd;
1585 u16_t
1586 tcp_eff_send_mss(u16_t sendmss, ip_addr_t *addr)
1588 u16_t mss_s;