Searched defs:ackno (Results 1 - 4 of 4) sorted by relevance
| /third_party/lwip/src/core/ |
| H A D | tcp_in.c | 80 static u32_t seqno, ackno; variable [all...] |
| H A D | tcp_out.c | 1831 tcp_output_alloc_header_common(u32_t ackno, u16_t optlen, u16_t datalen, in tcp_output_alloc_header_common() argument 1993 tcp_rst(const struct tcp_pcb *pcb, u32_t seqno, u32_t ackno, in tcp_rst() argument [all...] |
| H A D | tcp.c | 723 u32_t seqno, ackno; in tcp_abandon() local
|
| /third_party/lwip/test/unit/tcp/ |
| H A D | tcp_helper.c | 47 tcp_create_segment_wnd(ip_addr_t* src_ip, ip_addr_t* dst_ip, u16_t src_port, u16_t dst_port, void* data, size_t data_len, u32_t seqno, u32_t ackno, u8_t headerflags, u16_t wnd) tcp_create_segment_wnd() argument 112 tcp_create_segment(ip_addr_t* src_ip, ip_addr_t* dst_ip, u16_t src_port, u16_t dst_port, void* data, size_t data_len, u32_t seqno, u32_t ackno, u8_t headerflags) tcp_create_segment() argument
|
Completed in 22 milliseconds