Home
last modified time | relevance | path

Searched defs:seqno (Results 1 – 6 of 6) sorted by relevance

/lib/liblwip/test/unit/tcp/
Dtcp_helper.c43 u32_t seqno, u32_t ackno, u8_t headerflags, u16_t wnd) in tcp_create_segment_wnd()
107 u32_t seqno, u32_t ackno, u8_t headerflags) in tcp_create_segment()
/lib/liblwip/src/include/ipv6/lwip/
Dicmp.h76 u16_t seqno; member
/lib/liblwip/src/core/
Dtcp_in.c65 static u32_t seqno, ackno; variable
Dtcp_out.c159 tcp_create_segment(struct tcp_pcb *pcb, struct pbuf *p, u8_t flags, u32_t seqno, u8_t optflags) in tcp_create_segment()
1195 tcp_rst(u32_t seqno, u32_t ackno, in tcp_rst()
Ddns.c173 u8_t seqno; member
Dtcp.c359 u32_t seqno, ackno; in tcp_abandon() local