Home
last modified time | relevance | path

Searched refs:tcp_output_control_segment (Results 1 – 1 of 1) sorted by relevance

/lib/lwip/lwip/src/core/
A Dtcp_out.c1917 tcp_output_control_segment(const struct tcp_pcb *pcb, struct pbuf *p, in tcp_output_control_segment() function
2034 tcp_output_control_segment(pcb, p, local_ip, remote_ip); in tcp_rst()
2116 err = tcp_output_control_segment(pcb, p, &pcb->local_ip, &pcb->remote_ip); in tcp_send_empty_ack()
2159 err = tcp_output_control_segment(pcb, p, &pcb->local_ip, &pcb->remote_ip); in tcp_keepalive()
2242 err = tcp_output_control_segment(pcb, p, &pcb->local_ip, &pcb->remote_ip); in tcp_zero_window_probe()

Completed in 4 milliseconds