Searched refs:tcp_output_alloc_header_common (Results 1 – 1 of 1) sorted by relevance
/third_party/lwip/src/core/ |
D | tcp_out.c | 1819 tcp_output_alloc_header_common(u32_t ackno, u16_t optlen, u16_t datalen, in tcp_output_alloc_header_common() function 1861 p = tcp_output_alloc_header_common(pcb->rcv_nxt, optlen, datalen, in tcp_output_alloc_header() 2000 p = tcp_output_alloc_header_common(ackno, optlen, 0, lwip_htonl(seqno), local_port, in tcp_rst()
|