Searched refs:SETFN_OPTCOM_CHECKONLY (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drds_opt.c88 case SETFN_OPTCOM_CHECKONLY:
114 ASSERT((optset_context != SETFN_OPTCOM_CHECKONLY) ||
115 (optset_context == SETFN_OPTCOM_CHECKONLY && inlen != 0));
/illumos-gate/usr/src/uts/common/inet/
H A Doptcom.h183 #define SETFN_OPTCOM_CHECKONLY 1 /* "checkonly" semantics T_CHECK */ macro
H A Doptcom.c129 * - SETFN_OPTCOM_CHECKONLY
960 optset_context = SETFN_OPTCOM_CHECKONLY;
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_opt_data.c512 case SETFN_OPTCOM_CHECKONLY:
557 ASSERT((optset_context != SETFN_OPTCOM_CHECKONLY) ||
558 (optset_context == SETFN_OPTCOM_CHECKONLY && inlen != 0));
/illumos-gate/usr/src/uts/common/inet/ip/
H A Drts.c674 case SETFN_OPTCOM_CHECKONLY:
709 ASSERT((optset_context != SETFN_OPTCOM_CHECKONLY) ||
710 (optset_context == SETFN_OPTCOM_CHECKONLY && inlen != 0));
H A Dicmp.c2181 case SETFN_OPTCOM_CHECKONLY:
2222 ASSERT((optset_context != SETFN_OPTCOM_CHECKONLY) ||
2223 (optset_context == SETFN_OPTCOM_CHECKONLY && inlen != 0));
/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp.c1744 case SETFN_OPTCOM_CHECKONLY:
1785 ASSERT((optset_context != SETFN_OPTCOM_CHECKONLY) ||
1786 (optset_context == SETFN_OPTCOM_CHECKONLY && inlen != 0));

Completed in 96 milliseconds