Searched refs:tcp_output_alloc_header (Results 1 – 1 of 1) sorted by relevance
/third_party/lwip/src/core/ |
D | tcp_out.c | 1866 tcp_output_alloc_header(struct tcp_pcb *pcb, u16_t optlen, u16_t datalen, in tcp_output_alloc_header() function 2055 p = tcp_output_alloc_header(pcb, optlen, 0, lwip_htonl(pcb->snd_nxt)); in tcp_send_empty_ack() 2106 p = tcp_output_alloc_header(pcb, optlen, 0, lwip_htonl(pcb->snd_nxt - 1)); in tcp_keepalive() 2170 p = tcp_output_alloc_header(pcb, optlen, len, seg->tcphdr->seqno); in tcp_zero_window_probe()
|