Home
last modified time | relevance | path

Searched defs:SCTP_MID_EQ (Results 1 – 2 of 2) sorted by relevance

/f-stack/tools/compat/include/netinet/
H A Dsctp_constants.h870 #define SCTP_MID_EQ(i, a, b) (((i) == 1) ? a == b : (uint16_t)a == (uint16_t)b) macro
/f-stack/freebsd/netinet/
H A Dsctp_constants.h870 #define SCTP_MID_EQ(i, a, b) (((i) == 1) ? a == b : (uint16_t)a == (uint16_t)b) macro