/titanic_44/usr/src/lib/libbc/inc/include/nettli/ |
H A D | tihdr.h | 152 long PRIM_type; /* always T_CONN_REQ */ member 162 long PRIM_type; /* always T_CONN_RES */ member 172 long PRIM_type; /* always T_DISCON_REQ */ member 179 long PRIM_type; /* always T_DATA_REQ */ member 186 long PRIM_type; /* always T_EXDATA_REQ */ member 193 long PRIM_type; /* always T_INFO_REQ */ member 199 long PRIM_type; /* always T_BIND_REQ */ member 208 long PRIM_type; /* always T_UNBIND_REQ */ member 214 long PRIM_type; /* always T_UNITDATA_REQ */ member 224 long PRIM_type; /* always T_OPTMGMT_REQ */ member [all …]
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | tihdr.h | 256 t_scalar_t PRIM_type; /* always T_CONN_REQ */ member 276 t_scalar_t PRIM_type; /* T_CONN_RES (or O_T_CONN_RES) */ member 286 t_scalar_t PRIM_type; /* always T_DISCON_REQ */ member 293 t_scalar_t PRIM_type; /* always T_DATA_REQ */ member 300 t_scalar_t PRIM_type; /* always T_EXDATA_REQ */ member 307 t_scalar_t PRIM_type; /* always T_INFO_REQ */ member 313 t_scalar_t PRIM_type; /* T_BIND_REQ (or O_T_BIND_REQ) */ member 322 t_scalar_t PRIM_type; /* always T_UNBIND_REQ */ member 328 t_scalar_t PRIM_type; /* always T_UNITDATA_REQ */ member 338 t_scalar_t PRIM_type; /* T_OPTMGMT_REQ or */ member [all …]
|
H A D | timod.h | 85 t_scalar_t PRIM_type; member
|
/titanic_44/usr/src/cmd/rpcsvc/rpc.bootparamd/ |
H A D | bootparam_ip_route.c | 87 tor->PRIM_type = T_SVR4_OPTMGMT_REQ; in mibget() 130 (toa->PRIM_type == T_OPTMGMT_ACK) && in mibget() 141 tea->PRIM_type == T_ERROR_ACK) { in mibget() 152 toa->PRIM_type != T_OPTMGMT_ACK || in mibget() 156 j, getcode, ctlbuf.len, toa->PRIM_type); in mibget() 157 if (toa->PRIM_type == T_OPTMGMT_ACK) in mibget()
|
/titanic_44/usr/src/uts/common/ktli/ |
H A D | t_kunbind.c | 95 unbind_req->PRIM_type = T_UNBIND_REQ; in t_kunbind() 118 ok_ack->PRIM_type != T_OK_ACK || in t_kunbind()
|
H A D | t_kgtstate.c | 86 inforeq.PRIM_type = T_INFO_REQ; in t_kgetstate()
|
H A D | t_kbind.c | 96 bind_req->PRIM_type = T_BIND_REQ; in t_kbind()
|
H A D | t_ksndudat.c | 155 udreq->PRIM_type = T_UNITDATA_REQ; in t_ksndudata()
|
/titanic_44/usr/src/lib/libnsl/nsl/ |
H A D | t_snd.c | 157 datareq.PRIM_type = T_EXDATA_REQ; in _tx_snd() 161 datareq.PRIM_type = T_DATA_REQ; in _tx_snd()
|
H A D | t_bind.c | 109 bind_reqp->PRIM_type = T_BIND_REQ; in _tx_bind() 112 bind_reqp->PRIM_type = O_T_BIND_REQ; in _tx_bind()
|
H A D | t_sndv.c | 158 datareq.PRIM_type = T_EXDATA_REQ; in _tx_sndv() 162 datareq.PRIM_type = T_DATA_REQ; in _tx_sndv()
|
H A D | t_optmgmt.c | 228 optreq->PRIM_type = T_OPTMGMT_REQ; in _tx_optmgmt() 230 optreq->PRIM_type = T_SVR4_OPTMGMT_REQ; in _tx_optmgmt()
|
H A D | t_accept.c | 195 cres->PRIM_type = conn_res_prim = T_CONN_RES; in _tx_accept() 199 cres->PRIM_type = conn_res_prim = O_T_CONN_RES; in _tx_accept()
|
H A D | t_sndrel.c | 86 orreq.PRIM_type = T_ORDREL_REQ; in _tx_sndrel()
|
H A D | t_sndreldata.c | 93 orreq.PRIM_type = T_ORDREL_REQ; in _tx_sndreldata()
|
H A D | t_unbind.c | 115 unbind_reqp->PRIM_type = T_UNBIND_REQ; in _tx_unbind_locked()
|
H A D | t_getinfo.c | 81 inforeqp->PRIM_type = T_INFO_REQ; in _tx_getinfo()
|
H A D | t_snddis.c | 144 dreq.PRIM_type = T_DISCON_REQ; in _tx_snddis()
|
H A D | t_sndudata.c | 116 udreq->PRIM_type = T_UNITDATA_REQ; in _tx_sndudata()
|
/titanic_44/usr/src/uts/common/inet/tcp/ |
H A D | tcp_tpi.c | 286 tbr->PRIM_type != O_T_BIND_REQ); in tcp_tpi_bind() 289 tbr->PRIM_type != O_T_BIND_REQ); in tcp_tpi_bind() 308 tbr->PRIM_type = T_BIND_ACK; in tcp_tpi_bind() 598 ntcr->PRIM_type = T_CONN_REQ; in tcp_tpi_connect() 913 taa->PRIM_type = T_ADDR_ACK; in tcp_addr_req() 1694 t_scalar_t PRIM_type; in tcp_tpi_accept() local 1724 switch (conn_res->PRIM_type) { in tcp_tpi_accept() 1739 PRIM_type = conn_res->PRIM_type; in tcp_tpi_accept() 1743 ok->PRIM_type = T_OK_ACK; in tcp_tpi_accept() 1744 ok->CORRECT_prim = PRIM_type; in tcp_tpi_accept()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/ncaconfd/ |
H A D | ncaconfd.c | 567 tor->PRIM_type = T_SVR4_OPTMGMT_REQ; in mibget() 613 toa->PRIM_type == T_OPTMGMT_ACK && in mibget() 625 tea->PRIM_type == T_ERROR_ACK) { in mibget() 636 toa->PRIM_type != T_OPTMGMT_ACK || in mibget() 640 j, getcode, ctlbuf.len, toa->PRIM_type); in mibget() 641 if (toa->PRIM_type == T_OPTMGMT_ACK) { in mibget()
|
/titanic_44/usr/src/uts/common/inet/ |
H A D | snmpcom.c | 252 toa->PRIM_type = T_OPTMGMT_ACK; in snmpcom_req() 290 toa->PRIM_type = T_OPTMGMT_ACK; in snmpcom_req()
|
/titanic_44/usr/src/cmd/rpcsvc/ |
H A D | rstat_proc.c | 456 tor->PRIM_type = T_SVR4_OPTMGMT_REQ; in mibget() 500 (toa->PRIM_type == T_OPTMGMT_ACK) && in mibget() 512 (tea->PRIM_type == T_ERROR_ACK)) { in mibget() 525 (toa->PRIM_type != T_OPTMGMT_ACK) || in mibget() 530 j, getcode, ctlbuf.len, toa->PRIM_type); in mibget() 531 if (toa->PRIM_type == T_OPTMGMT_ACK) in mibget()
|
/titanic_44/usr/src/uts/common/fs/sockfs/ |
H A D | socktpi.c | 638 t_scalar_t PRIM_type = O_T_BIND_REQ; in sotpi_bindlisten() local 1071 PRIM_type = T_BIND_REQ; in sotpi_bindlisten() 1073 bind_req.PRIM_type = PRIM_type; in sotpi_bindlisten() 1094 error = sowaitprim(so, PRIM_type, T_BIND_ACK, in sotpi_bindlisten() 1428 unbind_req.PRIM_type = T_UNBIND_REQ; in sotpi_unbind() 1601 discon_req.PRIM_type = T_DISCON_REQ; in sodisconnect() 1654 t_scalar_t PRIM_type; in sotpi_accept() local 1915 conn_res->PRIM_type = T_CONN_RES; in sotpi_accept() 1917 PRIM_type = T_CONN_RES; in sotpi_accept() 2053 conn_res->PRIM_type = O_T_CONN_RES; in sotpi_accept() [all …]
|
/titanic_44/usr/src/uts/common/rpc/ |
H A D | svc_gen.c | 147 tinfo.PRIM_type = T_INFO_REQ; in svc_tli_kcreate()
|