Searched refs:tcp_output_alloc_header (Results 1 – 1 of 1) sorted by relevance
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ |
A D | tcp_out.c | 108 tcp_output_alloc_header(struct tcp_pcb *pcb, u16_t optlen, u16_t datalen, in tcp_output_alloc_header() function 980 p = tcp_output_alloc_header(pcb, optlen, 0, lwip_htonl(pcb->snd_nxt)); in tcp_send_empty_ack() 1595 p = tcp_output_alloc_header(pcb, 0, 0, lwip_htonl(pcb->snd_nxt - 1)); in tcp_keepalive() 1670 p = tcp_output_alloc_header(pcb, 0, len, seg->tcphdr->seqno); in tcp_zero_window_probe()
|
Completed in 7 milliseconds