Home | History | Annotate | Download | only in netinet

Lines Matching refs:SCTP_SSN_GT

944 #define SCTP_SSN_GT(a, b) (((a < b) && ((uint16_t)(b - a) > (1U<<15))) || \
946 #define SCTP_SSN_GE(a, b) (SCTP_SSN_GT(a, b) || (a == b))