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
256 t_scalar_t PRIM_type; /* always T_DATA_REQ */ member
270 t_scalar_t PRIM_type; /* always T_INFO_REQ */ member
301 t_scalar_t PRIM_type; /* T_OPTMGMT_REQ or */ member
317 t_scalar_t PRIM_type; /* always T_ADDR_REQ */ member
323 t_scalar_t PRIM_type; /* always T_CONN_IND */ member
334 t_scalar_t PRIM_type; /* always T_CONN_CON */ member
352 t_scalar_t PRIM_type; /* always T_DATA_IND */ member
366 t_scalar_t PRIM_type; /* always T_INFO_ACK */ member
411 t_scalar_t PRIM_type; /* always T_BIND_ACK */ 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.c1044 PRIM_type = T_BIND_REQ; in sotpi_bindlisten()
1046 bind_req.PRIM_type = PRIM_type; in sotpi_bindlisten()
1622 t_scalar_t PRIM_type; in sotpi_accept() local
1885 PRIM_type = T_CONN_RES; in sotpi_accept()
1989 PRIM_type = O_T_CONN_RES; in sotpi_accept()
1993 PRIM_type = T_CONN_RES; in sotpi_accept()
2442 conn_req.PRIM_type = T_CONN_REQ; in sotpi_connect()
2771 tdr.PRIM_type = T_OPTDATA_REQ; in so_unix_close()
3560 tudr.PRIM_type = T_UNITDATA_REQ; in sosend_dgramcmsg()
3694 tdr.PRIM_type = T_OPTDATA_REQ; in sosend_svccmsg()
[all …]
/illumos-gate/usr/src/uts/common/io/
H A Dtl.c2707 b_ack->PRIM_type = T_BIND_ACK; in tl_bind()
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()
4137 di->PRIM_type = T_DISCON_IND; in tl_discon_req()
4223 di->PRIM_type = T_DISCON_IND; in tl_discon_req()
4318 taa->PRIM_type = T_ADDR_ACK; in tl_addr_req()
5030 uderr->PRIM_type = T_UDERROR_IND; in tl_uderr()
5871 tdi->PRIM_type = T_DISCON_IND; in tl_discon_ind_alloc()
[all …]
/illumos-gate/usr/src/uts/common/rpc/
H A Dsvc_gen.c147 tinfo.PRIM_type = T_INFO_REQ; in svc_tli_kcreate()

123