Home
last modified time | relevance | path

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

/device/soc/hisilicon/ws63v100/sdk/open_source/lwip/lwip_v2.1.3/src/core/
Dtcp_out.c2357 tcp_output_control_segment(const struct tcp_pcb *pcb, struct pbuf *p, in tcp_output_control_segment() function
2458 tcp_output_control_segment(pcb, p, local_ip, remote_ip); in tcp_rst()
2512 err = tcp_output_control_segment(pcb, p, &pcb->local_ip, &pcb->remote_ip); in tcp_send_empty_ack()
2555 err = tcp_output_control_segment(pcb, p, &pcb->local_ip, &pcb->remote_ip); in tcp_keepalive()
2627 err = tcp_output_control_segment(pcb, p, &pcb->local_ip, &pcb->remote_ip); in tcp_zero_window_probe()