Searched refs:tcp_output_alloc_header (Results 1 – 1 of 1) sorted by relevance
/lk-master/external/lib/lwip/core/ |
A D | tcp_out.c | 94 tcp_output_alloc_header(struct tcp_pcb *pcb, u16_t optlen, u16_t datalen, in tcp_output_alloc_header() function 854 p = tcp_output_alloc_header(pcb, optlen, 0, htonl(pcb->snd_nxt)); in tcp_send_empty_ack() 1376 p = tcp_output_alloc_header(pcb, 0, 0, htonl(pcb->snd_nxt - 1)); in tcp_keepalive() 1446 p = tcp_output_alloc_header(pcb, 0, len, seg->tcphdr->seqno); in tcp_zero_window_probe()
|
Completed in 3 milliseconds