Home
last modified time | relevance | path

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

/titanic_50/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()
/titanic_50/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()
/titanic_50/usr/src/uts/common/inet/tcp/
H A Dtcp_opt_data.c512 case SETFN_OPTCOM_CHECKONLY: in tcp_opt_set()
557 ASSERT((optset_context != SETFN_OPTCOM_CHECKONLY) || in tcp_opt_set()
558 (optset_context == SETFN_OPTCOM_CHECKONLY && inlen != 0)); in tcp_opt_set()
/titanic_50/usr/src/uts/common/inet/ip/
H A Drts.c674 case SETFN_OPTCOM_CHECKONLY: in rts_opt_set()
709 ASSERT((optset_context != SETFN_OPTCOM_CHECKONLY) || in rts_opt_set()
710 (optset_context == SETFN_OPTCOM_CHECKONLY && inlen != 0)); in rts_opt_set()
H A Dicmp.c2181 case SETFN_OPTCOM_CHECKONLY: in icmp_opt_set()
2222 ASSERT((optset_context != SETFN_OPTCOM_CHECKONLY) || in icmp_opt_set()
2223 (optset_context == SETFN_OPTCOM_CHECKONLY && inlen != 0)); in icmp_opt_set()
/titanic_50/usr/src/uts/common/inet/udp/
H A Dudp.c1810 case SETFN_OPTCOM_CHECKONLY: in udp_opt_set()
1851 ASSERT((optset_context != SETFN_OPTCOM_CHECKONLY) || in udp_opt_set()
1852 (optset_context == SETFN_OPTCOM_CHECKONLY && inlen != 0)); in udp_opt_set()