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