/titanic_44/usr/src/lib/libbc/inc/include/nettli/ |
H A D | tihdr.h | 155 long OPT_length; /* options length */ member 164 long OPT_length; /* options length */ member 217 long OPT_length; /* options length */ member 225 long OPT_length; /* options length */ member 242 long OPT_length; /* option length */ member 253 long OPT_length; /* option length */ member 325 long OPT_length; /* options length */ member 335 long OPT_length; /* options length */ member 344 long OPT_length; /* options length */ member
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | tihdr.h | 259 t_scalar_t OPT_length; /* options length */ member 278 t_scalar_t OPT_length; /* options length */ member 331 t_scalar_t OPT_length; /* options length */ member 340 t_scalar_t OPT_length; /* options length */ member 363 t_scalar_t OPT_length; /* option length */ member 374 t_scalar_t OPT_length; /* option length */ member 476 t_scalar_t OPT_length; /* options length */ member 486 t_scalar_t OPT_length; /* options length */ member 495 t_scalar_t OPT_length; /* options length */ member 550 t_scalar_t OPT_length; /* options length */ member [all …]
|
/titanic_44/usr/src/lib/libnsl/nsl/ |
H A D | _conn_util.c | 82 creq->OPT_length = call->opt.len; in _t_snd_conn_req() 110 size = creq->OPT_offset + creq->OPT_length; in _t_snd_conn_req() 234 (pptr->conn_con.OPT_length != 0 && in _t_rcv_conn_con() 235 (ctlbufp->len < (int)(pptr->conn_con.OPT_length + in _t_rcv_conn_con() 259 if (TLEN_GT_NLEN(pptr->conn_con.OPT_length, in _t_rcv_conn_con() 266 (size_t)pptr->conn_con.OPT_length); in _t_rcv_conn_con() 267 call->opt.len = pptr->conn_con.OPT_length; in _t_rcv_conn_con()
|
H A D | t_optmgmt.c | 232 optreq->OPT_length = optlen; in _tx_optmgmt() 247 size = optreq->OPT_offset + optreq->OPT_length; in _tx_optmgmt() 263 if (TLEN_GT_NLEN(optack->OPT_length, ret->opt.maxlen)) { in _tx_optmgmt() 269 (unsigned int) optack->OPT_length); in _tx_optmgmt() 270 ret->opt.len = optack->OPT_length; in _tx_optmgmt()
|
H A D | t_rcvudata.c | 155 (pptr->unitdata_ind.OPT_length && in _tx_rcvudata() 156 (ctlbuf.len < (int)(pptr->unitdata_ind.OPT_length in _tx_rcvudata() 180 if (TLEN_GT_NLEN(pptr->unitdata_ind.OPT_length, in _tx_rcvudata() 188 (size_t)pptr->unitdata_ind.OPT_length); in _tx_rcvudata() 190 pptr->unitdata_ind.OPT_length; in _tx_rcvudata()
|
H A D | t_rcvvudata.c | 164 (pptr->unitdata_ind.OPT_length && in _tx_rcvvudata() 165 (ctlbuf.len < (int)(pptr->unitdata_ind.OPT_length in _tx_rcvvudata() 185 if (TLEN_GT_NLEN(pptr->unitdata_ind.OPT_length, in _tx_rcvvudata() 192 (size_t)pptr->unitdata_ind.OPT_length); in _tx_rcvvudata() 194 pptr->unitdata_ind.OPT_length; in _tx_rcvvudata()
|
H A D | t_listen.c | 179 (ctlbuf.len < (int)(pptr->conn_ind.OPT_length in _tx_listen() 212 if (TLEN_GT_NLEN(pptr->conn_ind.OPT_length, in _tx_listen() 219 (size_t)pptr->conn_ind.OPT_length); in _tx_listen() 220 call->opt.len = pptr->conn_ind.OPT_length; in _tx_listen()
|
H A D | t_rcvuderr.c | 163 if (TLEN_GT_NLEN(pptr->uderror_ind.OPT_length, in _tx_rcvuderr() 170 (size_t)pptr->uderror_ind.OPT_length); in _tx_rcvuderr() 172 (unsigned int)pptr->uderror_ind.OPT_length; in _tx_rcvuderr()
|
H A D | t_sndudata.c | 119 udreq->OPT_length = unitdata->opt.len; in _tx_sndudata() 149 size = udreq->OPT_offset + udreq->OPT_length; in _tx_sndudata()
|
H A D | t_sndvudata.c | 120 udreq->OPT_length = unitdata->opt.len; in _tx_sndvudata() 150 size = udreq->OPT_offset + udreq->OPT_length; in _tx_sndvudata()
|
H A D | t_accept.c | 190 cres->OPT_length = call->opt.len; in _tx_accept() 215 size = cres->OPT_offset + cres->OPT_length; in _tx_accept()
|
/titanic_44/usr/src/uts/common/ktli/ |
H A D | t_krcvudat.c | 125 hdrsz < (pptr->unitdata_ind.OPT_length + in t_krcvudata() 143 len = MIN(pptr->unitdata_ind.OPT_length, in t_krcvudata() 240 hdrsz < (pptr->uderror_ind.OPT_length + in t_krcvudata() 251 pptr->uderror_ind.OPT_length > in t_krcvudata() 268 (size_t)pptr->uderror_ind.OPT_length); in t_krcvudata() 269 unitdata->opt.len = pptr->uderror_ind.OPT_length; in t_krcvudata()
|
H A D | t_kconnect.c | 109 creq->OPT_length = (t_scalar_t)sndcall->opt.len; in t_kconnect() 178 hdrsz < (pptr->conn_con.OPT_length + in t_kconnect() 197 len = MIN(pptr->conn_con.OPT_length, in t_kconnect()
|
H A D | t_ksndudat.c | 165 udreq->OPT_length = unitdata->opt.len; in t_ksndudata()
|
/titanic_44/usr/src/uts/common/inet/ |
H A D | snmpcom.c | 188 tor->OPT_offset, tor->OPT_length))) in snmpcom_req() 212 tor->OPT_length); in snmpcom_req() 254 toa->OPT_length = sizeof (struct opthdr); in snmpcom_req() 292 toa->OPT_length = sizeof (struct opthdr); in snmpcom_req()
|
H A D | optcom.c | 316 toa->OPT_length = (t_scalar_t)((char *)opt - (char *)&toa[1]); in svr4_optcom_req() 331 tor->OPT_offset, tor->OPT_length)) == NULL) in svr4_optcom_req() 337 tor->OPT_length); in svr4_optcom_req() 444 toa->OPT_length = (t_scalar_t)((uchar_t *)opt1 - in svr4_optcom_req() 607 toa->OPT_length = (t_scalar_t)(toa_mp->b_wptr - (toa_mp->b_rptr + in tpi_optcom_req() 648 mi_offset_param(mp, tor->OPT_offset, tor->OPT_length)) == NULL) { in process_topthdrs_first_pass() 654 opt_end = (struct T_opthdr *)((uchar_t *)opt_start + tor->OPT_length); in process_topthdrs_first_pass() 657 opt = _TPI_TOPT_NEXTHDR(opt_start, tor->OPT_length, opt)) { in process_topthdrs_first_pass() 874 tor->OPT_offset, tor->OPT_length); in do_options_second_pass() 877 opt_end = (struct T_opthdr *)((uchar_t *)opt_start + tor->OPT_length); in do_options_second_pass() [all …]
|
/titanic_44/usr/src/uts/common/inet/tcp/ |
H A D | tcp_tpi.c | 149 opt_lenp = (t_scalar_t *)&tcreqp->OPT_length; in tcp_conprim_opt_process() 155 opt_lenp = (t_scalar_t *)&tcresp->OPT_length; in tcp_conprim_opt_process() 438 ((struct T_conn_req *)mp->b_rptr)->OPT_length; in tcp_conn_con() 591 tcr->OPT_length, BPRI_HI); in tcp_tpi_connect() 617 if (tcr->OPT_length != 0) { in tcp_tpi_connect() 618 ntcr->OPT_length = tcr->OPT_length; in tcp_tpi_connect() 622 tcr->OPT_length); in tcp_tpi_connect() 623 nmp->b_wptr += tcr->OPT_length; in tcp_tpi_connect() 658 if (tcr->OPT_length != 0) { in tcp_tpi_connect() 699 if (tcr->OPT_length != 0) { /* there are resulting options */ in tcp_tpi_connect() [all …]
|
/titanic_44/usr/src/uts/common/rpc/ |
H A D | svc_clts.c | 304 pptr->unitdata_ind.OPT_length) || in svc_clts_krecv() 330 if (pptr->unitdata_ind.OPT_length && pptr->unitdata_ind.OPT_offset) { in svc_clts_krecv() 550 udreq->OPT_length = sizeof (struct T_opthdr) + in svc_clts_ksend() 553 size = udreq->OPT_length + udreq->OPT_offset; in svc_clts_ksend() 564 opthdr->len = udreq->OPT_length; in svc_clts_ksend()
|
/titanic_44/usr/src/uts/common/fs/sockfs/ |
H A D | socktpi.c | 1693 optlen = conn_ind->OPT_length; in sotpi_accept() 1699 &opt, conn_ind->OPT_length); in sotpi_accept() 1911 conn_res->OPT_length = optlen; in sotpi_accept() 2061 conn_res->OPT_length = 0; in sotpi_accept() 2499 conn_req.OPT_length = 0; in sotpi_connect() 2514 conn_req.OPT_length = in sotpi_connect() 2828 tdr.OPT_length = (t_scalar_t)sizeof (toh); in so_unix_close() 2892 tudr.OPT_length = (t_scalar_t)sizeof (toh); in so_unix_close() 2896 size = tudr.OPT_offset + tudr.OPT_length; in so_unix_close() 2907 tudr.OPT_length = (t_scalar_t)(2 * sizeof (toh) + in so_unix_close() [all …]
|
H A D | sockstr.c | 169 if (conn_ind->OPT_length == 0 && in so_sock2stream() 219 conn_ind->OPT_length = 0; in so_sock2stream() 1750 tudi->OPT_length != 0) { in strsock_proto() 1752 t_uscalar_t optlen = tudi->OPT_length; in strsock_proto() 1897 tudi->OPT_length != 0) { in strsock_proto() 1903 t_uscalar_t optlen = tudi->OPT_length; in strsock_proto() 1956 tdi->OPT_length != 0) { in strsock_proto() 1965 t_uscalar_t optlen = tdi->OPT_length; in strsock_proto()
|
/titanic_44/usr/src/cmd/rpcsvc/rpc.bootparamd/ |
H A D | bootparam_ip_route.c | 89 tor->OPT_length = sizeof (struct opthdr); in mibget() 97 ctlbuf.len = tor->OPT_length + tor->OPT_offset; in mibget()
|
/titanic_44/usr/src/uts/common/io/ |
H A D | timod.c | 2430 up->OPT_length = 0; in tim_filladdr() 2446 bp = allocb(sizeof (struct T_unitdata_req) + up->OPT_length + in tim_filladdr() 2460 if (up->OPT_length == 0) { in tim_filladdr() 2461 nup->OPT_length = 0; in tim_filladdr() 2464 nup->OPT_length = up->OPT_length; in tim_filladdr() 2468 up->OPT_length); in tim_filladdr() 2469 bp->b_wptr += up->OPT_length; in tim_filladdr()
|
H A D | tl.c | 2863 olen = creq->OPT_length; in tl_conn_req() 3055 t_scalar_t olen = creq->OPT_length; in tl_conn_req_ser() 3256 ci->OPT_length = olen; /* because only 1 option */ in tl_conn_req_ser() 3264 ci->OPT_length = olen; in tl_conn_req_ser() 3269 ci->OPT_length = 0; in tl_conn_req_ser() 3395 olen = cres->OPT_length; in tl_conn_res() 3738 cc->OPT_length = olen; in tl_conn_res() 3744 cc->OPT_length = 0; in tl_conn_res() 4917 olen = udreq->OPT_length; in tl_uderr() 4942 uderr->OPT_length = olen; in tl_uderr() [all …]
|
/titanic_44/usr/src/uts/common/io/ib/clients/rds/ |
H A D | rdsddi.c | 324 tudi->OPT_length = udi_size; in rds_deliver_new_msg() 772 if (tudr->OPT_length != 0) { in rds_wput_data()
|
/titanic_44/usr/src/uts/common/inet/ip/ |
H A D | icmp.c | 647 if (tcr->OPT_length != 0) { in icmp_tpi_connect() 1352 tudi->OPT_length = opt_length; in icmp_icmp_error_ipv6() 2689 tudi->OPT_length = udi_size; in icmp_input() 2805 tudi->OPT_length = udi_size; in icmp_input() 2919 optaddr + tudr->OPT_length < mp->b_rptr || in icmp_ud_err() 2920 optaddr + tudr->OPT_length > mp->b_wptr) { in icmp_ud_err() 2924 optlen = tudr->OPT_length; in icmp_ud_err() 3415 &tudr->OPT_length, tudr->OPT_offset, cr, &icmp_opt_obj, in icmp_output_ancillary() 4233 if (tudr->OPT_length != 0) { in icmp_wput() 4309 if (tudr->OPT_length != 0) { in icmp_wput()
|