Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/include/lwip/
Dtcp_impl.h93 #define TCP_SEQ_LEQ(a,b) ((s32_t)((a)-(b)) <= 0) macro
100 #define TCP_SEQ_BETWEEN(a,b,c) (TCP_SEQ_GEQ(a,b) && TCP_SEQ_LEQ(a,c))
/external/syslinux/core/lwip/src/core/
Dtcp_in.c903 if (TCP_SEQ_LEQ(ackno, pcb->lastack)) { in tcp_receive()
987 TCP_SEQ_LEQ(ntohl(pcb->unacked->tcphdr->seqno) + in tcp_receive()