Home
last modified time | relevance | path

Searched refs:TCP_SEQ_LEQ (Results 1 – 2 of 2) sorted by relevance

/external/lib/lwip/include/lwip/
A Dtcp_impl.h94 #define TCP_SEQ_LEQ(a,b) ((s32_t)((u32_t)(a) - (u32_t)(b)) <= 0) macro
101 #define TCP_SEQ_BETWEEN(a,b,c) (TCP_SEQ_GEQ(a,b) && TCP_SEQ_LEQ(a,c))
/external/lib/lwip/core/
A Dtcp_in.c932 if (TCP_SEQ_LEQ(ackno, pcb->lastack)) {
1017 TCP_SEQ_LEQ(ntohl(pcb->unacked->tcphdr->seqno) +

Completed in 5 milliseconds