Searched refs:headerflags (Results 1 – 2 of 2) sorted by relevance
/third_party/lwip/test/unit/tcp/ |
D | tcp_helper.c | 49 u32_t seqno, u32_t ackno, u8_t headerflags, u16_t wnd) in tcp_create_segment_wnd() argument 88 TCPH_FLAGS_SET(tcphdr, headerflags); in tcp_create_segment_wnd() 114 u32_t seqno, u32_t ackno, u8_t headerflags) in tcp_create_segment() argument 117 data_len, seqno, ackno, headerflags, TCP_WND); in tcp_create_segment() 126 u32_t ackno_offset, u8_t headerflags) in tcp_create_rx_segment() argument 129 data, data_len, pcb->rcv_nxt + seqno_offset, pcb->lastack + ackno_offset, headerflags); in tcp_create_rx_segment() 138 u32_t seqno_offset, u32_t ackno_offset, u8_t headerflags, u16_t wnd) in tcp_create_rx_segment_wnd() argument 141 data, data_len, pcb->rcv_nxt + seqno_offset, pcb->lastack + ackno_offset, headerflags, wnd); in tcp_create_rx_segment_wnd()
|
D | tcp_helper.h | 40 u32_t seqno, u32_t ackno, u8_t headerflags); 42 u32_t seqno_offset, u32_t ackno_offset, u8_t headerflags); 44 u32_t seqno_offset, u32_t ackno_offset, u8_t headerflags, u16_t wnd);
|