Searched refs:ackno_offset (Results 1 – 2 of 2) sorted by relevance
| /lib/liblwip/test/unit/tcp/ |
| D | tcp_helper.h | 36 u32_t seqno_offset, u32_t ackno_offset, u8_t headerflags); 38 u32_t seqno_offset, u32_t ackno_offset, u8_t headerflags, u16_t wnd);
|
| D | tcp_helper.c | 119 u32_t ackno_offset, u8_t headerflags) in tcp_create_rx_segment() argument 122 data, data_len, pcb->rcv_nxt + seqno_offset, pcb->lastack + ackno_offset, headerflags); in tcp_create_rx_segment() 131 u32_t seqno_offset, u32_t ackno_offset, u8_t headerflags, u16_t wnd) in tcp_create_rx_segment_wnd() argument 134 data, data_len, pcb->rcv_nxt + seqno_offset, pcb->lastack + ackno_offset, headerflags, wnd); in tcp_create_rx_segment_wnd()
|