Searched refs:tcp_output_control_segment (Results 1 – 1 of 1) sorted by relevance
/third_party/lwip/src/core/ |
D | tcp_out.c | 1922 tcp_output_control_segment(const struct tcp_pcb *pcb, struct pbuf *p, in tcp_output_control_segment() function 2010 tcp_output_control_segment(pcb, p, local_ip, remote_ip); in tcp_rst() 2058 err = tcp_output_control_segment(pcb, p, &pcb->local_ip, &pcb->remote_ip); in tcp_send_empty_ack() 2101 err = tcp_output_control_segment(pcb, p, &pcb->local_ip, &pcb->remote_ip); in tcp_keepalive() 2184 err = tcp_output_control_segment(pcb, p, &pcb->local_ip, &pcb->remote_ip); in tcp_zero_window_probe()
|