Home
last modified time | relevance | path

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

/minix/minix/lib/liblwip/dist/src/core/
H A Dtcp_out.c108 tcp_output_alloc_header(struct tcp_pcb *pcb, u16_t optlen, u16_t datalen, in tcp_output_alloc_header() function
934 p = tcp_output_alloc_header(pcb, optlen, 0, lwip_htonl(pcb->snd_nxt)); in tcp_send_empty_ack()
1545 p = tcp_output_alloc_header(pcb, 0, 0, lwip_htonl(pcb->snd_nxt - 1)); in tcp_keepalive()
1620 p = tcp_output_alloc_header(pcb, 0, len, seg->tcphdr->seqno); in tcp_zero_window_probe()