Searched refs:headerflags (Results 1 – 2 of 2) sorted by relevance
| /lib/liblwip/test/unit/tcp/ |
| D | tcp_helper.h | 34 u32_t seqno, u32_t ackno, u8_t headerflags); 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 | 43 u32_t seqno, u32_t ackno, u8_t headerflags, u16_t wnd) in tcp_create_segment_wnd() argument 81 TCPH_FLAGS_SET(tcphdr, headerflags); in tcp_create_segment_wnd() 107 u32_t seqno, u32_t ackno, u8_t headerflags) in tcp_create_segment() argument 110 data_len, seqno, ackno, headerflags, TCP_WND); in tcp_create_segment() 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()
|