Home
last modified time | relevance | path

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: in rds_opt_set()
114 ASSERT((optset_context != SETFN_OPTCOM_CHECKONLY) || in rds_opt_set()
115 (optset_context == SETFN_OPTCOM_CHECKONLY && inlen != 0)); in rds_opt_set()
/illumos-gate/usr/src/uts/common/inet/
H A Doptcom.h183 #define SETFN_OPTCOM_CHECKONLY 1 /* "checkonly" semantics T_CHECK */ macro
H A Doptcom.c960 optset_context = SETFN_OPTCOM_CHECKONLY; in do_options_second_pass()
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_opt_data.c543 case SETFN_OPTCOM_CHECKONLY: in tcp_opt_set()
588 ASSERT((optset_context != SETFN_OPTCOM_CHECKONLY) || in tcp_opt_set()
589 (optset_context == SETFN_OPTCOM_CHECKONLY && inlen != 0)); in tcp_opt_set()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Drts.c676 case SETFN_OPTCOM_CHECKONLY: in rts_opt_set()
711 ASSERT((optset_context != SETFN_OPTCOM_CHECKONLY) || in rts_opt_set()
712 (optset_context == SETFN_OPTCOM_CHECKONLY && inlen != 0)); in rts_opt_set()
H A Dicmp.c2188 case SETFN_OPTCOM_CHECKONLY: in icmp_opt_set()
2229 ASSERT((optset_context != SETFN_OPTCOM_CHECKONLY) || in icmp_opt_set()
2230 (optset_context == SETFN_OPTCOM_CHECKONLY && inlen != 0)); in icmp_opt_set()
/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp.c1852 case SETFN_OPTCOM_CHECKONLY: in udp_opt_set()
1893 ASSERT((optset_context != SETFN_OPTCOM_CHECKONLY) || in udp_opt_set()
1894 (optset_context == SETFN_OPTCOM_CHECKONLY && inlen != 0)); in udp_opt_set()