Searched refs:SCTP_MID_GE (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/netinet/
H A Dsctp_constants.h881 #define SCTP_MID_GE(i, a, b) (((i) == 1) ? SCTP_UINT32_GE(a, b) : SCTP_UINT16_GE((uint16_t)a, (uint16_t)b)) macro
H A Dsctp_indata.c2008 SCTP_MID_GE(asoc->idata_supported, asoc->strmin[sid].last_mid_delivered, mid)) {
5275 if (SCTP_MID_GE(asoc->idata_supported, mid, control->mid)) {
5685 if (SCTP_MID_GE(asoc->idata_supported, mid, control->mid)) {
5692 if (SCTP_MID_GE(asoc->idata_supported, mid, control->mid)) {

Completed in 115 milliseconds