Home
last modified time | relevance | path

Searched refs:PRIM_type (Results 1 – 25 of 70) sorted by relevance

123

/illumos-gate/usr/src/uts/common/sys/
H A Dtihdr.h219 t_scalar_t PRIM_type; /* always T_CONN_REQ */ member
239 t_scalar_t PRIM_type; /* T_CONN_RES (or O_T_CONN_RES) */ member
249 t_scalar_t PRIM_type; /* always T_DISCON_REQ */ member
256 t_scalar_t PRIM_type; /* always T_DATA_REQ */ member
263 t_scalar_t PRIM_type; /* always T_EXDATA_REQ */ member
270 t_scalar_t PRIM_type; /* always T_INFO_REQ */ member
276 t_scalar_t PRIM_type; /* T_BIND_REQ (or O_T_BIND_REQ) */ member
285 t_scalar_t PRIM_type; /* always T_UNBIND_REQ */ member
291 t_scalar_t PRIM_type; /* always T_UNITDATA_REQ */ member
301 t_scalar_t PRIM_type; /* T_OPTMGMT_REQ or */ member
[all …]
H A Dtimod.h83 t_scalar_t PRIM_type; member
/illumos-gate/usr/src/cmd/rpcsvc/rpc.bootparamd/
H A Dbootparam_ip_route.c85 tor->PRIM_type = T_SVR4_OPTMGMT_REQ; in mibget()
128 (toa->PRIM_type == T_OPTMGMT_ACK) && in mibget()
139 tea->PRIM_type == T_ERROR_ACK) { in mibget()
150 toa->PRIM_type != T_OPTMGMT_ACK || in mibget()
154 j, getcode, ctlbuf.len, toa->PRIM_type); in mibget()
155 if (toa->PRIM_type == T_OPTMGMT_ACK) in mibget()
/illumos-gate/usr/src/uts/common/ktli/
H A Dt_kunbind.c93 unbind_req->PRIM_type = T_UNBIND_REQ; in t_kunbind()
116 ok_ack->PRIM_type != T_OK_ACK || in t_kunbind()
H A Dt_koptmgmt.c100 opt_req->PRIM_type = T_OPTMGMT_REQ; in t_koptmgmt()
134 if (opt_ack->PRIM_type != T_OPTMGMT_ACK) { in t_koptmgmt()
H A Dt_kgtstate.c84 inforeq.PRIM_type = T_INFO_REQ; in t_kgetstate()
H A Dt_kbind.c94 bind_req->PRIM_type = T_BIND_REQ; in t_kbind()
H A Dt_ksndudat.c155 udreq->PRIM_type = T_UNITDATA_REQ; in t_ksndudata()
/illumos-gate/usr/src/cmd/connstat/
H A Dconnstat_mib.c71 req.req.PRIM_type = T_OPTMGMT_REQ; in conn_walk()
119 ack.ack.PRIM_type != T_OPTMGMT_ACK || in conn_walk()
/illumos-gate/usr/src/lib/libnsl/nsl/
H A Dt_snd.c155 datareq.PRIM_type = T_EXDATA_REQ; in _tx_snd()
159 datareq.PRIM_type = T_DATA_REQ; in _tx_snd()
H A Dt_bind.c107 bind_reqp->PRIM_type = T_BIND_REQ; in _tx_bind()
110 bind_reqp->PRIM_type = O_T_BIND_REQ; in _tx_bind()
H A Dt_sndv.c158 datareq.PRIM_type = T_EXDATA_REQ; in _tx_sndv()
162 datareq.PRIM_type = T_DATA_REQ; in _tx_sndv()
H A Dt_optmgmt.c226 optreq->PRIM_type = T_OPTMGMT_REQ; in _tx_optmgmt()
228 optreq->PRIM_type = T_SVR4_OPTMGMT_REQ; in _tx_optmgmt()
H A Dt_accept.c193 cres->PRIM_type = conn_res_prim = T_CONN_RES; in _tx_accept()
197 cres->PRIM_type = conn_res_prim = O_T_CONN_RES; in _tx_accept()
H A Dt_sndrel.c84 orreq.PRIM_type = T_ORDREL_REQ; in _tx_sndrel()
H A Dt_sndreldata.c91 orreq.PRIM_type = T_ORDREL_REQ; in _tx_sndreldata()
H A Dt_unbind.c113 unbind_reqp->PRIM_type = T_UNBIND_REQ; in _tx_unbind_locked()
H A Dt_getinfo.c79 inforeqp->PRIM_type = T_INFO_REQ; in _tx_getinfo()
H A Dt_snddis.c142 dreq.PRIM_type = T_DISCON_REQ; in _tx_snddis()
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_tpi.c290 tbr->PRIM_type != O_T_BIND_REQ); in tcp_tpi_bind()
293 tbr->PRIM_type != O_T_BIND_REQ); in tcp_tpi_bind()
312 tbr->PRIM_type = T_BIND_ACK; in tcp_tpi_bind()
604 ntcr->PRIM_type = T_CONN_REQ; in tcp_tpi_connect()
919 taa->PRIM_type = T_ADDR_ACK; in tcp_addr_req()
1700 t_scalar_t PRIM_type; in tcp_tpi_accept() local
1730 switch (conn_res->PRIM_type) { in tcp_tpi_accept()
1745 PRIM_type = conn_res->PRIM_type; in tcp_tpi_accept()
1749 ok->PRIM_type = T_OK_ACK; in tcp_tpi_accept()
1750 ok->CORRECT_prim = PRIM_type; in tcp_tpi_accept()
/illumos-gate/usr/src/uts/common/inet/
H A Dsnmpcom.c252 toa->PRIM_type = T_OPTMGMT_ACK; in snmpcom_req()
290 toa->PRIM_type = T_OPTMGMT_ACK; in snmpcom_req()
/illumos-gate/usr/src/cmd/rpcsvc/
H A Drstat_proc.c454 tor->PRIM_type = T_SVR4_OPTMGMT_REQ; in mibget()
498 (toa->PRIM_type == T_OPTMGMT_ACK) && in mibget()
510 (tea->PRIM_type == T_ERROR_ACK)) { in mibget()
523 (toa->PRIM_type != T_OPTMGMT_ACK) || in mibget()
528 j, getcode, ctlbuf.len, toa->PRIM_type); in mibget()
529 if (toa->PRIM_type == T_OPTMGMT_ACK) in mibget()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c642 t_scalar_t PRIM_type = O_T_BIND_REQ; in sotpi_bindlisten() local
1045 PRIM_type = T_BIND_REQ; in sotpi_bindlisten()
1047 bind_req.PRIM_type = PRIM_type; in sotpi_bindlisten()
1068 error = sowaitprim(so, PRIM_type, T_BIND_ACK, in sotpi_bindlisten()
1397 unbind_req.PRIM_type = T_UNBIND_REQ; in sotpi_unbind()
1570 discon_req.PRIM_type = T_DISCON_REQ; in sodisconnect()
1623 t_scalar_t PRIM_type; in sotpi_accept() local
1884 conn_res->PRIM_type = T_CONN_RES; in sotpi_accept()
1886 PRIM_type = T_CONN_RES; in sotpi_accept()
1989 conn_res->PRIM_type = O_T_CONN_RES; in sotpi_accept()
[all …]
/illumos-gate/usr/src/uts/common/io/
H A Dtl.c2440 t_scalar_t save_prim_type = bind->PRIM_type; in tl_bind()
2460 ASSERT((bind->PRIM_type == O_T_BIND_REQ) || in tl_bind()
2461 (bind->PRIM_type == T_BIND_REQ)); in tl_bind()
2490 ASSERT(bind->PRIM_type == O_T_BIND_REQ); in tl_bind()
2707 b_ack->PRIM_type = T_BIND_ACK; in tl_bind()
3253 ((struct T_conn_con *)(confmp->b_rptr))->PRIM_type = in tl_conn_req_ser()
3334 ci->PRIM_type = T_CONN_IND; in tl_conn_req_ser()
3419 t_scalar_t prim = cres->PRIM_type; in tl_conn_res()
3745 di->PRIM_type = T_DISCON_IND; in tl_conn_res()
3820 cc->PRIM_type = T_CONN_CON; in tl_conn_res()
[all …]
/illumos-gate/usr/src/uts/common/rpc/
H A Dsvc_gen.c147 tinfo.PRIM_type = T_INFO_REQ; in svc_tli_kcreate()

123