Searched defs:TCP_SEQ_LEQ (Results 1 - 1 of 1) sorted by relevance

/external/syslinux/core/lwip/src/include/lwip/
H A 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))

Completed in 91 milliseconds