Searched refs:tcp_output_control_segment (Results 1 – 1 of 1) sorted by relevance
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ |
H A D | tcp_out.c | 1921 tcp_output_control_segment(const struct tcp_pcb *pcb, struct pbuf *p, in tcp_output_control_segment() function 2009 tcp_output_control_segment(pcb, p, local_ip, remote_ip); in tcp_rst() 2057 err = tcp_output_control_segment(pcb, p, &pcb->local_ip, &pcb->remote_ip); in tcp_send_empty_ack() 2100 err = tcp_output_control_segment(pcb, p, &pcb->local_ip, &pcb->remote_ip); in tcp_keepalive() 2183 err = tcp_output_control_segment(pcb, p, &pcb->local_ip, &pcb->remote_ip); in tcp_zero_window_probe()
|