Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Dsctp_constants.h859 #define SCTP_UINT16_GE(a, b) (SCTP_UINT16_GT(a, b) || (a == b)) macro
865 #define SCTP_SSN_GE(a, b) SCTP_UINT16_GE(a, b)
869 #define SCTP_MID_GE(i, a, b) (((i) == 1) ? SCTP_UINT32_GE(a, b) : SCTP_UINT16_GE((uint16_t)a, (uint…
/f-stack/freebsd/netinet/
H A Dsctp_constants.h859 #define SCTP_UINT16_GE(a, b) (SCTP_UINT16_GT(a, b) || (a == b)) macro
865 #define SCTP_SSN_GE(a, b) SCTP_UINT16_GE(a, b)
869 #define SCTP_MID_GE(i, a, b) (((i) == 1) ? SCTP_UINT32_GE(a, b) : SCTP_UINT16_GE((uint16_t)a, (uint…