Home
last modified time | relevance | path

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

/third_party/lwip/src/core/
Dtcp_out.c1854 tcp_output_alloc_header(struct tcp_pcb *pcb, u16_t optlen, u16_t datalen, in tcp_output_alloc_header() function
2043 p = tcp_output_alloc_header(pcb, optlen, 0, lwip_htonl(pcb->snd_nxt)); in tcp_send_empty_ack()
2094 p = tcp_output_alloc_header(pcb, optlen, 0, lwip_htonl(pcb->snd_nxt - 1)); in tcp_keepalive()
2158 p = tcp_output_alloc_header(pcb, optlen, len, seg->tcphdr->seqno); in tcp_zero_window_probe()