usr/src/cmd/cmd-inet/usr.bin/netstat/netstat.c
7673
static char *typetoname(t_scalar_t);
usr/src/cmd/cmd-inet/usr.bin/netstat/netstat.c
7873
typetoname(t_scalar_t type)
usr/src/cmd/cmd-inet/usr.lib/in.mpathd/mpd_main.c
2973
if (ctlbuf.len < sizeof (t_scalar_t)) {
usr/src/head/xti.h
264
t_scalar_t addr; /* max size of protocol address */
usr/src/head/xti.h
265
t_scalar_t options; /* max size of protocol options */
usr/src/head/xti.h
266
t_scalar_t tsdu; /* max size of max transport service */
usr/src/head/xti.h
268
t_scalar_t etsdu; /* max size of max expedited tsdu */
usr/src/head/xti.h
269
t_scalar_t connect; /* max data for connection primitives */
usr/src/head/xti.h
270
t_scalar_t discon; /* max data for disconnect primitives */
usr/src/head/xti.h
271
t_scalar_t servtype; /* provider service type */
usr/src/head/xti.h
272
t_scalar_t flags; /* other info about transport providers */
usr/src/head/xti.h
319
t_scalar_t flags;
usr/src/head/xti.h
356
t_scalar_t error; /* error code */
usr/src/head/xti.h
422
#define _T_OPT_HALIGN_SZ (sizeof (t_scalar_t)) /* Hdr Alignment size */
usr/src/head/xti.h
474
#define T_ALIGN(p) (((uintptr_t)(p) + (sizeof (t_scalar_t) - 1))\
usr/src/head/xti.h
475
& ~(sizeof (t_scalar_t) - 1))
usr/src/lib/libnsl/nsl/_conn_util.c
218
if (ctlbufp->len < (int)sizeof (t_scalar_t)) {
usr/src/lib/libnsl/nsl/_utility.c
1106
char ctlbuf[sizeof (t_scalar_t)];
usr/src/lib/libnsl/nsl/_utility.c
184
t_scalar_t *rtn_offset)
usr/src/lib/libnsl/nsl/_utility.c
245
*(t_scalar_t *)cptr == T_DISCON_IND) {
usr/src/lib/libnsl/nsl/_utility.c
249
if (*(t_scalar_t *)tiptr->ti_lookbufs.tl_lookcbuf ==
usr/src/lib/libnsl/nsl/_utility.c
335
_t_is_ok(int fd, struct _ti_user *tiptr, t_scalar_t type)
usr/src/lib/libnsl/nsl/_utility.c
394
if (ctlbuf.len < (int)sizeof (t_scalar_t)) {
usr/src/lib/libnsl/nsl/_utility.c
508
t_scalar_t optsize;
usr/src/lib/libnsl/nsl/_utility.c
549
+ asize + (unsigned int)sizeof (t_scalar_t) +
usr/src/lib/libnsl/nsl/_utility.c
551
asize + (unsigned int)sizeof (t_scalar_t) +
usr/src/lib/libnsl/nsl/_utility.c
553
osize + (unsigned int)sizeof (t_scalar_t);
usr/src/lib/libnsl/nsl/_utility.c
596
_t_setsize(t_scalar_t infosize, boolean_t option)
usr/src/lib/libnsl/nsl/_utility.c
65
static unsigned int _t_setsize(t_scalar_t infosize, boolean_t option);
usr/src/lib/libnsl/nsl/t_accept.c
261
strfdinsert.offset = (int)sizeof (t_scalar_t);
usr/src/lib/libnsl/nsl/t_accept.c
62
t_scalar_t conn_res_prim;
usr/src/lib/libnsl/nsl/t_alloc.c
145
if (_alloc_buf(&p.call->udata, (t_scalar_t)dsize,
usr/src/lib/libnsl/nsl/t_alloc.c
263
_alloc_buf(struct netbuf *buf, t_scalar_t n, int fields, int api_semantics,
usr/src/lib/libnsl/nsl/t_alloc.c
48
static int _alloc_buf(struct netbuf *buf, t_scalar_t n, int fields,
usr/src/lib/libnsl/nsl/t_alloc.c
69
t_scalar_t optsize;
usr/src/lib/libnsl/nsl/t_listen.c
164
if (ctlbuf.len < (int)sizeof (t_scalar_t)) {
usr/src/lib/libnsl/nsl/t_look.c
148
(int)sizeof (t_scalar_t)))) {
usr/src/lib/libnsl/nsl/t_look.c
153
type = *((t_scalar_t *)tiptr->ti_lookbufs.tl_lookcbuf);
usr/src/lib/libnsl/nsl/t_look.c
85
t_scalar_t type;
usr/src/lib/libnsl/nsl/t_look.c
86
t_scalar_t ctltype;
usr/src/lib/libnsl/nsl/t_optmgmt.c
118
optlen < (t_scalar_t)sizeof (struct t_opthdr)) {
usr/src/lib/libnsl/nsl/t_optmgmt.c
215
optlen = (t_scalar_t)((uchar_t *)
usr/src/lib/libnsl/nsl/t_optmgmt.c
74
t_scalar_t optlen;
usr/src/lib/libnsl/nsl/t_rcv.c
137
if (*((t_scalar_t *)tlbs->tl_lookcbuf)
usr/src/lib/libnsl/nsl/t_rcv.c
198
if (ctlbuf.len < (int)sizeof (t_scalar_t)) {
usr/src/lib/libnsl/nsl/t_rcvdis.c
97
(*((t_scalar_t *)tiptr->ti_lookbufs.tl_lookcbuf) == T_DISCON_IND)) {
usr/src/lib/libnsl/nsl/t_rcvrel.c
104
(*((t_scalar_t *)tiptr->ti_lookbufs.tl_lookcbuf) == T_ORDREL_IND)) {
usr/src/lib/libnsl/nsl/t_rcvreldata.c
106
(*((t_scalar_t *)tiptr->ti_lookbufs.tl_lookcbuf) == T_ORDREL_IND)) {
usr/src/lib/libnsl/nsl/t_rcvudata.c
138
if (ctlbuf.len < (int)sizeof (t_scalar_t)) {
usr/src/lib/libnsl/nsl/t_rcvv.c
138
if (*((t_scalar_t *)tlbs->tl_lookcbuf)
usr/src/lib/libnsl/nsl/t_rcvv.c
213
if (ctlbuf.len < (int)sizeof (t_scalar_t)) {
usr/src/lib/libnsl/nsl/t_rcvvudata.c
148
if (ctlbuf.len < (int)sizeof (t_scalar_t)) {
usr/src/lib/libnsl/nsl/tx.h
289
extern int _t_aligned_copy(struct strbuf *, int, int, char *, t_scalar_t *);
usr/src/lib/libnsl/nsl/tx.h
293
extern int _t_is_ok(int, struct _ti_user *, t_scalar_t);
usr/src/lib/libnsl/nsl/tx.h
69
t_scalar_t ti_maxpsz; /* TIDU size */
usr/src/lib/libnsl/nsl/tx.h
70
t_scalar_t ti_tsdusize; /* TSDU size */
usr/src/lib/libnsl/nsl/tx.h
71
t_scalar_t ti_etsdusize; /* ETSDU size */
usr/src/lib/libnsl/nsl/tx.h
72
t_scalar_t ti_cdatasize; /* CDATA_size */
usr/src/lib/libnsl/nsl/tx.h
73
t_scalar_t ti_ddatasize; /* DDATA_size */
usr/src/lib/libnsl/nsl/tx.h
74
t_scalar_t ti_servtype; /* service type */
usr/src/lib/libnsl/nsl/tx.h
75
t_scalar_t ti_prov_flag; /* TPI PROVIDER_flag */
usr/src/lib/libnsl/rpc/clnt_generic.c
604
t_scalar_t servtype;
usr/src/lib/libnsl/rpc/rpc_generic.c
121
t_scalar_t size, /* Size requested */
usr/src/lib/libnsl/rpc/rpc_generic.c
122
t_scalar_t bufsize) /* Supported by the transport */
usr/src/lib/libnsl/rpc/rpc_generic.c
148
t_scalar_t size) /* normally tinfo.addr */
usr/src/lib/libnsl/rpc/svc_vc.c
111
t_scalar_t cf_tsdu;
usr/src/lib/libnsl/rpc/svc_vc.c
480
makefd_xprt(int fd, uint_t sendsize, uint_t recvsize, t_scalar_t tsdu,
usr/src/lib/libnsl/rpc/svc_vc.c
91
static SVCXPRT *makefd_xprt(int, uint_t, uint_t, t_scalar_t, char *);
usr/src/lib/libnsl/rpc/svc_vc.c
99
t_scalar_t cf_tsdu;
usr/src/uts/common/fs/sockfs/sockcommon.c
305
ASSERT(((uintptr_t)optval & (sizeof (t_scalar_t) - 1)) == 0);
usr/src/uts/common/fs/sockfs/sockstr.c
1019
sowaitokack(struct sonode *so, t_scalar_t request_prim)
usr/src/uts/common/fs/sockfs/sockstr.c
1043
*(t_scalar_t *)mp->b_rptr);
usr/src/uts/common/fs/sockfs/sockstr.c
1195
soflushconnind(struct sonode *so, t_scalar_t seqno)
usr/src/uts/common/fs/sockfs/sockstr.c
462
(t_scalar_t)sizeof (struct sockaddr_in6);
usr/src/uts/common/fs/sockfs/sockstr.c
465
(t_scalar_t)sizeof (struct sockaddr_in);
usr/src/uts/common/fs/sockfs/sockstr.c
523
sti->sti_addr_size = (t_scalar_t)(MAXPATHLEN +
usr/src/uts/common/fs/sockfs/sockstr.c
566
sti->sti_addr_size != (t_scalar_t)sizeof (struct sockaddr_in)) {
usr/src/uts/common/fs/sockfs/sockstr.c
574
sti->sti_addr_size != (t_scalar_t)sizeof (struct sockaddr_in6)) {
usr/src/uts/common/fs/sockfs/sockstr.c
936
sowaitprim(struct sonode *so, t_scalar_t request_prim, t_scalar_t ack_prim,
usr/src/uts/common/fs/sockfs/socktpi.c
1033
bind_req.ADDR_offset = (t_scalar_t)sizeof (bind_req);
usr/src/uts/common/fs/sockfs/socktpi.c
1521
sodisconnect(struct sonode *so, t_scalar_t seqno, int flags)
usr/src/uts/common/fs/sockfs/socktpi.c
1607
t_scalar_t PRIM_type;
usr/src/uts/common/fs/sockfs/socktpi.c
1608
t_scalar_t SEQ_number;
usr/src/uts/common/fs/sockfs/socktpi.c
2422
conn_req.DEST_offset = (t_scalar_t)sizeof (conn_req);
usr/src/uts/common/fs/sockfs/socktpi.c
2440
(t_scalar_t)(sizeof (toh) + _TPI_ALIGN_TOPT(srclen));
usr/src/uts/common/fs/sockfs/socktpi.c
2441
conn_req.OPT_offset = (t_scalar_t)(sizeof (conn_req) +
usr/src/uts/common/fs/sockfs/socktpi.c
2752
tdr.OPT_length = (t_scalar_t)sizeof (toh);
usr/src/uts/common/fs/sockfs/socktpi.c
2753
tdr.OPT_offset = (t_scalar_t)sizeof (tdr);
usr/src/uts/common/fs/sockfs/socktpi.c
2765
t_scalar_t size;
usr/src/uts/common/fs/sockfs/socktpi.c
2802
tudr.DEST_offset = (t_scalar_t)sizeof (tudr);
usr/src/uts/common/fs/sockfs/socktpi.c
2804
tudr.OPT_length = (t_scalar_t)sizeof (toh);
usr/src/uts/common/fs/sockfs/socktpi.c
2805
tudr.OPT_offset = (t_scalar_t)(sizeof (tudr) +
usr/src/uts/common/fs/sockfs/socktpi.c
2819
tudr.OPT_length = (t_scalar_t)(2 * sizeof (toh) +
usr/src/uts/common/fs/sockfs/socktpi.c
2821
tudr.OPT_offset = (t_scalar_t)(sizeof (tudr) +
usr/src/uts/common/fs/sockfs/socktpi.c
3538
tudr.DEST_offset = (t_scalar_t)sizeof (tudr);
usr/src/uts/common/fs/sockfs/socktpi.c
3540
tudr.OPT_length = (t_scalar_t)(optlen + sizeof (toh) +
usr/src/uts/common/fs/sockfs/socktpi.c
3544
tudr.OPT_offset = (t_scalar_t)(sizeof (tudr) +
usr/src/uts/common/fs/sockfs/socktpi.c
3688
tdr.OPT_offset = (t_scalar_t)sizeof (tdr);
usr/src/uts/common/fs/sockfs/socktpi.c
3880
tudr.DEST_offset = (t_scalar_t)sizeof (tudr);
usr/src/uts/common/fs/sockfs/socktpi.c
3903
tudr.OPT_length = (t_scalar_t)(sizeof (toh) +
usr/src/uts/common/fs/sockfs/socktpi.c
3905
tudr.OPT_offset = (t_scalar_t)(sizeof (tudr) +
usr/src/uts/common/fs/sockfs/socktpi.c
3949
sosend_svc(struct sonode *so, struct uio *uiop, t_scalar_t prim, int more,
usr/src/uts/common/fs/sockfs/socktpi.c
4320
t_scalar_t prim;
usr/src/uts/common/fs/sockfs/socktpi.c
4552
tudr.DEST_offset = (t_scalar_t)sizeof (tudr);
usr/src/uts/common/fs/sockfs/socktpi.c
5278
optmgmt_req.OPT_length = (t_scalar_t)(sizeof (oh) + maxlen);
usr/src/uts/common/fs/sockfs/socktpi.c
5279
optmgmt_req.OPT_offset = (t_scalar_t)sizeof (optmgmt_req);
usr/src/uts/common/fs/sockfs/socktpi.c
5386
optmgmt_req.OPT_length = (t_scalar_t)sizeof (oh) + optlen;
usr/src/uts/common/fs/sockfs/socktpi.c
5387
optmgmt_req.OPT_offset = (t_scalar_t)sizeof (optmgmt_req);
usr/src/uts/common/fs/sockfs/socktpi.c
626
t_scalar_t PRIM_type = O_T_BIND_REQ;
usr/src/uts/common/fs/sockfs/socktpi.h
173
t_scalar_t sti_addr_size;
usr/src/uts/common/fs/sockfs/socktpi.h
176
t_scalar_t sti_serv_type;
usr/src/uts/common/fs/sockfs/socktpi_impl.h
63
extern int sowaitprim(struct sonode *, t_scalar_t, t_scalar_t,
usr/src/uts/common/fs/sockfs/socktpi_impl.h
65
extern int sowaitokack(struct sonode *, t_scalar_t);
usr/src/uts/common/fs/sockfs/socktpi_impl.h
70
extern int soflushconnind(struct sonode *, t_scalar_t);
usr/src/uts/common/fs/sockfs/socktpi_impl.h
93
extern int sosend_svc(struct sonode *, struct uio *, t_scalar_t, int, int);
usr/src/uts/common/inet/dlpistub/dlpistub.c
181
ds_badprim(queue_t *q, mblk_t *mp, t_scalar_t prim)
usr/src/uts/common/inet/dlpistub/dlpistub.c
188
ds_outstate(queue_t *q, mblk_t *mp, t_scalar_t prim)
usr/src/uts/common/inet/dlpistub/dlpistub.c
200
t_scalar_t prim;
usr/src/uts/common/inet/dlpistub/dlpistub.c
205
if (MBLKL(mp) < sizeof (t_scalar_t)) {
usr/src/uts/common/inet/ip.h
1633
t_scalar_t ill_sap_length; /* Including sign (for position) */
usr/src/uts/common/inet/ip.h
3343
extern int conn_opt_get(conn_opt_arg_t *, t_scalar_t, t_scalar_t,
usr/src/uts/common/inet/ip.h
3345
extern int conn_opt_set(conn_opt_arg_t *, t_scalar_t, t_scalar_t, uint_t,
usr/src/uts/common/inet/ip.h
3352
extern int ip_opt_set_multicast_group(conn_t *, t_scalar_t,
usr/src/uts/common/inet/ip.h
3354
extern int ip_opt_set_multicast_sources(conn_t *, t_scalar_t,
usr/src/uts/common/inet/ip/conn_opt.c
1025
static int conn_opt_set_socket(conn_opt_arg_t *coa, t_scalar_t name,
usr/src/uts/common/inet/ip/conn_opt.c
1027
static int conn_opt_set_ip(conn_opt_arg_t *coa, t_scalar_t name,
usr/src/uts/common/inet/ip/conn_opt.c
1029
static int conn_opt_set_ipv6(conn_opt_arg_t *coa, t_scalar_t name,
usr/src/uts/common/inet/ip/conn_opt.c
1031
static int conn_opt_set_udp(conn_opt_arg_t *coa, t_scalar_t name,
usr/src/uts/common/inet/ip/conn_opt.c
1033
static int conn_opt_set_tcp(conn_opt_arg_t *coa, t_scalar_t name,
usr/src/uts/common/inet/ip/conn_opt.c
1046
conn_opt_set(conn_opt_arg_t *coa, t_scalar_t level, t_scalar_t name,
usr/src/uts/common/inet/ip/conn_opt.c
1080
conn_opt_set_socket(conn_opt_arg_t *coa, t_scalar_t name, uint_t inlen,
usr/src/uts/common/inet/ip/conn_opt.c
1210
conn_opt_set_ip(conn_opt_arg_t *coa, t_scalar_t name, uint_t inlen,
usr/src/uts/common/inet/ip/conn_opt.c
1546
conn_opt_set_ipv6(conn_opt_arg_t *coa, t_scalar_t name, uint_t inlen,
usr/src/uts/common/inet/ip/conn_opt.c
2060
conn_opt_set_udp(conn_opt_arg_t *coa, t_scalar_t name, uint_t inlen,
usr/src/uts/common/inet/ip/conn_opt.c
2095
conn_opt_set_tcp(conn_opt_arg_t *coa, t_scalar_t name, uint_t inlen,
usr/src/uts/common/inet/ip/conn_opt.c
614
conn_opt_get(conn_opt_arg_t *coa, t_scalar_t level, t_scalar_t name,
usr/src/uts/common/inet/ip/icmp.c
109
static void icmp_err_ack(queue_t *q, mblk_t *mp, t_scalar_t t_error,
usr/src/uts/common/inet/ip/icmp.c
111
static void icmp_err_ack_prim(queue_t *q, mblk_t *mp, t_scalar_t primitive,
usr/src/uts/common/inet/ip/icmp.c
1119
icmp_err_ack(queue_t *q, mblk_t *mp, t_scalar_t t_error, int sys_error)
usr/src/uts/common/inet/ip/icmp.c
112
t_scalar_t tlierr, int sys_error);
usr/src/uts/common/inet/ip/icmp.c
1127
icmp_err_ack_prim(queue_t *q, mblk_t *mp, t_scalar_t primitive,
usr/src/uts/common/inet/ip/icmp.c
1128
t_scalar_t t_error, int sys_error)
usr/src/uts/common/inet/ip/icmp.c
124
static boolean_t icmp_opt_allow_udr_set(t_scalar_t level, t_scalar_t name);
usr/src/uts/common/inet/ip/icmp.c
1329
t_scalar_t opt_length = sizeof (struct T_opthdr) +
usr/src/uts/common/inet/ip/icmp.c
137
static int icmp_snmp_set(queue_t *q, t_scalar_t level, t_scalar_t name,
usr/src/uts/common/inet/ip/icmp.c
139
static void icmp_ud_err(queue_t *q, mblk_t *mp, t_scalar_t err);
usr/src/uts/common/inet/ip/icmp.c
1808
icmp_opt_allow_udr_set(t_scalar_t level, t_scalar_t name)
usr/src/uts/common/inet/ip/icmp.c
1818
icmp_opt_default(queue_t *q, t_scalar_t level, t_scalar_t name, uchar_t *ptr)
usr/src/uts/common/inet/ip/icmp.c
2887
icmp_snmp_set(queue_t *q, t_scalar_t level, t_scalar_t name,
usr/src/uts/common/inet/ip/icmp.c
2904
icmp_ud_err(queue_t *q, mblk_t *mp, t_scalar_t err)
usr/src/uts/common/inet/ip/icmp.c
2909
t_scalar_t destlen;
usr/src/uts/common/inet/ip/icmp.c
2911
t_scalar_t optlen;
usr/src/uts/common/inet/ip/icmp.c
4365
icmp_ud_err(q, mp, (t_scalar_t)error);
usr/src/uts/common/inet/ip/icmp.c
4373
icmp_ud_err(q, mp, (t_scalar_t)error);
usr/src/uts/common/inet/ip/icmp.c
4743
if (mp->b_wptr - rptr < sizeof (t_scalar_t)) {
usr/src/uts/common/inet/ip/ip.c
6353
ip_opt_set_multicast_group(conn_t *connp, t_scalar_t name,
usr/src/uts/common/inet/ip/ip.c
6472
ip_opt_set_multicast_sources(conn_t *connp, t_scalar_t name,
usr/src/uts/common/inet/ip/ip6_if.c
2268
sizeof (t_scalar_t), DL_PHYS_ADDR_REQ);
usr/src/uts/common/inet/ip/ip6_if.c
2275
sizeof (t_scalar_t), DL_PHYS_ADDR_REQ);
usr/src/uts/common/inet/ip/ip6_if.c
2284
sizeof (t_scalar_t), DL_PHYS_ADDR_REQ);
usr/src/uts/common/inet/ip/ip6_if.c
2305
sizeof (t_scalar_t), DL_PHYS_ADDR_REQ);
usr/src/uts/common/inet/ip/ip_arp.c
57
t_scalar_t arp_mac_sap_length;
usr/src/uts/common/inet/ip/ip_if.c
4139
t_scalar_t sap_length;
usr/src/uts/common/inet/ip/ip_if.c
689
t_scalar_t sap_src, t_scalar_t sap_length, uchar_t *dst)
usr/src/uts/common/inet/ip/ip_if.c
722
t_scalar_t sap_length)
usr/src/uts/common/inet/ip/ip_if.c
726
t_scalar_t abs_sap_length; /* absolute value */
usr/src/uts/common/inet/ip/rts.c
114
static void rts_err_ack(queue_t *q, mblk_t *mp, t_scalar_t t_error,
usr/src/uts/common/inet/ip/rts.c
391
rts_err_ack(queue_t *q, mblk_t *mp, t_scalar_t t_error, int sys_error)
usr/src/uts/common/inet/ip/rts.c
458
tbr->ADDR_offset = (t_scalar_t)sizeof (struct T_bind_req);
usr/src/uts/common/inet/ip/rts.c
531
rts_opt_default(queue_t *q, t_scalar_t level, t_scalar_t name, uchar_t *ptr)
usr/src/uts/common/inet/ip/rts.c
725
rts_tpi_opt_get(queue_t *q, t_scalar_t level, t_scalar_t name, uchar_t *ptr)
usr/src/uts/common/inet/ip/rts.c
991
if ((mp->b_wptr - rptr) < sizeof (t_scalar_t)) {
usr/src/uts/common/inet/ip_if.h
167
extern mblk_t *ill_dlur_gen(uchar_t *, uint_t, t_uscalar_t, t_scalar_t);
usr/src/uts/common/inet/ipnet.h
158
t_scalar_t ipnet_family; /* protocol family of this instance */
usr/src/uts/common/inet/mi.c
1355
mi_tpi_addr_and_opt(MBLKP mp, char *addr, t_scalar_t addr_length,
usr/src/uts/common/inet/mi.c
1356
char *opt, t_scalar_t opt_length)
usr/src/uts/common/inet/mi.c
1370
tudi->SRC_offset = (t_scalar_t)(mp->b_wptr - mp->b_rptr);
usr/src/uts/common/inet/mi.c
1376
tudi->OPT_offset = (t_scalar_t)(mp->b_wptr - mp->b_rptr);
usr/src/uts/common/inet/mi.c
1385
mi_tpi_conn_con(MBLKP trailer_mp, char *src, t_scalar_t src_length, char *opt,
usr/src/uts/common/inet/mi.c
1386
t_scalar_t opt_length)
usr/src/uts/common/inet/mi.c
1400
mi_tpi_conn_ind(MBLKP trailer_mp, char *src, t_scalar_t src_length, char *opt,
usr/src/uts/common/inet/mi.c
1401
t_scalar_t opt_length, t_scalar_t seqnum)
usr/src/uts/common/inet/mi.c
1417
mi_tpi_extconn_ind(MBLKP trailer_mp, char *src, t_scalar_t src_length,
usr/src/uts/common/inet/mi.c
1418
char *opt, t_scalar_t opt_length, char *dst, t_scalar_t dst_length,
usr/src/uts/common/inet/mi.c
1419
t_scalar_t seqnum)
usr/src/uts/common/inet/mi.c
1432
(t_scalar_t)(mp->b_wptr - mp->b_rptr);
usr/src/uts/common/inet/mi.c
1444
mi_tpi_discon_ind(MBLKP trailer_mp, t_scalar_t reason, t_scalar_t seqnum)
usr/src/uts/common/inet/mi.c
1463
mi_tpi_err_ack_alloc(MBLKP mp, t_scalar_t tlierr, int unixerr)
usr/src/uts/common/inet/mi.c
1466
t_scalar_t error_prim;
usr/src/uts/common/inet/mi.c
1484
t_scalar_t correct_prim;
usr/src/uts/common/inet/mi.c
1517
mi_tpi_trailer_alloc(MBLKP trailer_mp, size_t size, t_scalar_t type)
usr/src/uts/common/inet/mi.c
1531
mi_tpi_uderror_ind(char *dest, t_scalar_t dest_length, char *opt,
usr/src/uts/common/inet/mi.c
1532
t_scalar_t opt_length, t_scalar_t error)
usr/src/uts/common/inet/mi.c
91
static void mi_tpi_addr_and_opt(MBLKP, char *, t_scalar_t, char *, t_scalar_t);
usr/src/uts/common/inet/mi.c
92
static MBLKP mi_tpi_trailer_alloc(MBLKP, size_t, t_scalar_t);
usr/src/uts/common/inet/mi.h
140
t_scalar_t src_length, char *opt, t_scalar_t opt_length);
usr/src/uts/common/inet/mi.h
142
t_scalar_t src_length, char *opt, t_scalar_t opt_length,
usr/src/uts/common/inet/mi.h
143
t_scalar_t seqnum);
usr/src/uts/common/inet/mi.h
145
t_scalar_t src_length, char *opt, t_scalar_t opt_length,
usr/src/uts/common/inet/mi.h
146
char *dst, t_scalar_t dst_length, t_scalar_t seqnum);
usr/src/uts/common/inet/mi.h
147
extern MBLKP mi_tpi_discon_ind(MBLKP trailer_mp, t_scalar_t reason,
usr/src/uts/common/inet/mi.h
148
t_scalar_t seqnum);
usr/src/uts/common/inet/mi.h
149
extern MBLKP mi_tpi_err_ack_alloc(MBLKP mp, t_scalar_t tlierr, int unixerr);
usr/src/uts/common/inet/mi.h
153
extern MBLKP mi_tpi_uderror_ind(char *dest, t_scalar_t dest_length,
usr/src/uts/common/inet/mi.h
154
char *opt, t_scalar_t opt_length, t_scalar_t error);
usr/src/uts/common/inet/optcom.c
1332
t_scalar_t optsize;
usr/src/uts/common/inet/optcom.c
1517
tpi_optcom_buf(queue_t *q, mblk_t *mp, t_scalar_t *opt_lenp,
usr/src/uts/common/inet/optcom.c
1518
t_scalar_t opt_offset, cred_t *cr, optdb_obj_t *dbobjp,
usr/src/uts/common/inet/optcom.c
1729
*opt_lenp = (t_scalar_t)(optr - init_optr);
usr/src/uts/common/inet/optcom.c
252
toa->OPT_offset = (t_scalar_t)sizeof (struct T_optmgmt_ack);
usr/src/uts/common/inet/optcom.c
316
toa->OPT_length = (t_scalar_t)((char *)opt - (char *)&toa[1]);
usr/src/uts/common/inet/optcom.c
410
toa->OPT_offset = (t_scalar_t)sizeof (struct T_optmgmt_ack);
usr/src/uts/common/inet/optcom.c
444
toa->OPT_length = (t_scalar_t)((uchar_t *)opt1 -
usr/src/uts/common/inet/optcom.c
517
t_scalar_t t_error;
usr/src/uts/common/inet/optcom.c
60
static t_scalar_t process_topthdrs_first_pass(mblk_t *, cred_t *, optdb_obj_t *,
usr/src/uts/common/inet/optcom.c
607
toa->OPT_length = (t_scalar_t)(toa_mp->b_wptr - (toa_mp->b_rptr +
usr/src/uts/common/inet/optcom.c
609
toa->OPT_offset = (t_scalar_t)sizeof (struct T_optmgmt_ack);
usr/src/uts/common/inet/optcom.c
62
static t_scalar_t do_options_second_pass(queue_t *q, mblk_t *reqmp,
usr/src/uts/common/inet/optcom.c
630
static t_scalar_t
usr/src/uts/common/inet/optcom.c
81
optcom_err_ack(queue_t *q, mblk_t *mp, t_scalar_t t_error, int sys_error)
usr/src/uts/common/inet/optcom.c
856
static t_scalar_t
usr/src/uts/common/inet/optcom.h
191
extern void optcom_err_ack(queue_t *, mblk_t *, t_scalar_t, int);
usr/src/uts/common/inet/optcom.h
194
extern int tpi_optcom_buf(queue_t *, mblk_t *, t_scalar_t *, t_scalar_t,
usr/src/uts/common/inet/rawip_impl.h
97
extern int icmp_opt_default(queue_t *, t_scalar_t, t_scalar_t, uchar_t *);
usr/src/uts/common/inet/rawip_impl.h
98
extern int icmp_tpi_opt_get(queue_t *, t_scalar_t, t_scalar_t, uchar_t *);
usr/src/uts/common/inet/rts_impl.h
100
extern int rts_tpi_opt_get(queue_t *, t_scalar_t, t_scalar_t, uchar_t *);
usr/src/uts/common/inet/rts_impl.h
103
extern int rts_opt_default(queue_t *q, t_scalar_t level, t_scalar_t name,
usr/src/uts/common/inet/sctp/sctp_output.c
114
tudr->OPT_offset = (t_scalar_t)(sizeof (*tudr) +
usr/src/uts/common/inet/tcp.h
323
t_scalar_t tcp_conn_req_seqnum; /* Incrementing pending conn req ID */
usr/src/uts/common/inet/tcp/tcp.c
1769
tcp_disconnect_common(tcp_t *tcp, t_scalar_t seqnum)
usr/src/uts/common/inet/tcp/tcp.c
1897
t_scalar_t seqnum;
usr/src/uts/common/inet/tcp/tcp_input.c
1003
(char *)&tcp, (t_scalar_t)sizeof (intptr_t),
usr/src/uts/common/inet/tcp/tcp_input.c
1004
(t_scalar_t)ltcp->tcp_conn_req_seqnum);
usr/src/uts/common/inet/tcp/tcp_input.c
1040
(char *)&tcp, (t_scalar_t)sizeof (intptr_t),
usr/src/uts/common/inet/tcp/tcp_input.c
1042
(t_scalar_t)ltcp->tcp_conn_req_seqnum);
usr/src/uts/common/inet/tcp/tcp_input.c
1046
(char *)&tcp, (t_scalar_t)sizeof (intptr_t),
usr/src/uts/common/inet/tcp/tcp_input.c
1047
(t_scalar_t)ltcp->tcp_conn_req_seqnum);
usr/src/uts/common/inet/tcp/tcp_input.c
1088
(t_scalar_t)sizeof (intptr_t), (char *)&sind,
usr/src/uts/common/inet/tcp/tcp_input.c
1089
sizeof (sin_t), (t_scalar_t)ltcp->tcp_conn_req_seqnum);
usr/src/uts/common/inet/tcp/tcp_input.c
1093
(char *)&tcp, (t_scalar_t)sizeof (intptr_t),
usr/src/uts/common/inet/tcp/tcp_input.c
1094
(t_scalar_t)ltcp->tcp_conn_req_seqnum);
usr/src/uts/common/inet/tcp/tcp_input.c
1163
tcp_eager_blowoff(tcp_t *listener, t_scalar_t seqnum)
usr/src/uts/common/inet/tcp/tcp_input.c
997
(t_scalar_t)sizeof (intptr_t),
usr/src/uts/common/inet/tcp/tcp_input.c
999
(t_scalar_t)ltcp->tcp_conn_req_seqnum);
usr/src/uts/common/inet/tcp/tcp_output.c
104
t_scalar_t type;
usr/src/uts/common/inet/tcp/tcp_output.c
141
if ((mp->b_wptr - rptr) >= sizeof (t_scalar_t)) {
usr/src/uts/common/inet/tcp/tcp_output.c
912
t_scalar_t type;
usr/src/uts/common/inet/tcp/tcp_output.c
929
if ((mp->b_wptr - rptr) >= sizeof (t_scalar_t)) {
usr/src/uts/common/inet/tcp/tcp_tpi.c
122
t_scalar_t *opt_lenp;
usr/src/uts/common/inet/tcp/tcp_tpi.c
123
t_scalar_t opt_offset;
usr/src/uts/common/inet/tcp/tcp_tpi.c
1303
t_scalar_t seqnum;
usr/src/uts/common/inet/tcp/tcp_tpi.c
149
opt_lenp = (t_scalar_t *)&tcreqp->OPT_length;
usr/src/uts/common/inet/tcp/tcp_tpi.c
155
opt_lenp = (t_scalar_t *)&tcresp->OPT_length;
usr/src/uts/common/inet/tcp/tcp_tpi.c
1699
t_scalar_t PRIM_type;
usr/src/uts/common/inet/tcp_impl.h
671
extern boolean_t tcp_eager_blowoff(tcp_t *, t_scalar_t);
usr/src/uts/common/inet/tcp_impl.h
794
extern int tcp_tpi_opt_get(queue_t *, t_scalar_t, t_scalar_t, uchar_t *);
usr/src/uts/common/inet/udp/udp.c
1193
t_scalar_t opt_length = sizeof (struct T_opthdr) +
usr/src/uts/common/inet/udp/udp.c
136
static void udp_err_ack(queue_t *q, mblk_t *mp, t_scalar_t t_error,
usr/src/uts/common/inet/udp/udp.c
138
static void udp_err_ack_prim(queue_t *q, mblk_t *mp, t_scalar_t primitive,
usr/src/uts/common/inet/udp/udp.c
139
t_scalar_t tlierr, int sys_error);
usr/src/uts/common/inet/udp/udp.c
1561
udp_opt_allow_udr_set(t_scalar_t level, t_scalar_t name)
usr/src/uts/common/inet/udp/udp.c
1571
udp_opt_default(queue_t *q, t_scalar_t level, t_scalar_t name, uchar_t *ptr)
usr/src/uts/common/inet/udp/udp.c
159
static boolean_t udp_opt_allow_udr_set(t_scalar_t level, t_scalar_t name);
usr/src/uts/common/inet/udp/udp.c
1610
udp_opt_get(conn_t *connp, t_scalar_t level, t_scalar_t name,
usr/src/uts/common/inet/udp/udp.c
1686
udp_tpi_opt_get(queue_t *q, t_scalar_t level, t_scalar_t name, uchar_t *ptr)
usr/src/uts/common/inet/udp/udp.c
178
static void udp_ud_err(queue_t *q, mblk_t *mp, t_scalar_t err);
usr/src/uts/common/inet/udp/udp.c
179
static void udp_ud_err_connected(conn_t *, t_scalar_t);
usr/src/uts/common/inet/udp/udp.c
2577
udp_ud_err(queue_t *q, mblk_t *mp, t_scalar_t err)
usr/src/uts/common/inet/udp/udp.c
2582
t_scalar_t destlen;
usr/src/uts/common/inet/udp/udp.c
2584
t_scalar_t optlen;
usr/src/uts/common/inet/udp/udp.c
3451
udp_ud_err_connected(conn_t *connp, t_scalar_t error)
usr/src/uts/common/inet/udp/udp.c
3557
udp_ud_err_connected(connp, (t_scalar_t)error);
usr/src/uts/common/inet/udp/udp.c
3795
udp_ud_err(q, mp, (t_scalar_t)error);
usr/src/uts/common/inet/udp/udp.c
3804
udp_ud_err(q, mp, (t_scalar_t)error);
usr/src/uts/common/inet/udp/udp.c
4229
if (mp->b_wptr - rptr < sizeof (t_scalar_t)) {
usr/src/uts/common/inet/udp/udp.c
938
udp_err_ack(queue_t *q, mblk_t *mp, t_scalar_t t_error, int sys_error)
usr/src/uts/common/inet/udp/udp.c
946
udp_err_ack_prim(queue_t *q, mblk_t *mp, t_scalar_t primitive,
usr/src/uts/common/inet/udp/udp.c
947
t_scalar_t t_error, int sys_error)
usr/src/uts/common/inet/udp/udp_stats.c
427
udp_snmp_set(queue_t *q, t_scalar_t level, t_scalar_t name,
usr/src/uts/common/inet/udp_impl.h
240
extern int udp_opt_default(queue_t *, t_scalar_t, t_scalar_t, uchar_t *);
usr/src/uts/common/inet/udp_impl.h
241
extern int udp_tpi_opt_get(queue_t *, t_scalar_t, t_scalar_t, uchar_t *);
usr/src/uts/common/inet/udp_impl.h
245
extern int udp_snmp_set(queue_t *, t_scalar_t, t_scalar_t, uchar_t *, int);
usr/src/uts/common/io/dld/dld_proto.c
408
t_scalar_t sap;
usr/src/uts/common/io/gld.c
3177
t_scalar_t off, len;
usr/src/uts/common/io/ib/clients/rds/rds_opt.c
39
rds_opt_default(queue_t *q, t_scalar_t level, t_scalar_t name, uchar_t *ptr)
usr/src/uts/common/io/ib/clients/rds/rds_opt.c
50
rds_opt_get(queue_t *q, t_scalar_t level, t_scalar_t name, uchar_t *ptr)
usr/src/uts/common/io/ib/clients/rds/rdsddi.c
390
rds_err_ack(queue_t *q, mblk_t *mp, t_scalar_t t_error, int sys_error)
usr/src/uts/common/io/ib/clients/rds/rdsddi.c
629
sizeof (t_scalar_t)) {
usr/src/uts/common/io/ppp/sppp/sppp.h
197
t_scalar_t sps_sap; /* bound sap */
usr/src/uts/common/io/ppp/sppp/sppp.h
363
extern mblk_t *sppp_dladdud(spppstr_t *, mblk_t *, t_scalar_t, boolean_t);
usr/src/uts/common/io/ppp/sppp/sppp.h
365
extern void sppp_dlprsendup(spppstr_t *, mblk_t *, t_scalar_t, boolean_t);
usr/src/uts/common/io/ppp/sppp/sppp_dlpi.c
1096
sppp_dladdether(spppstr_t *sps, mblk_t *mp, t_scalar_t proto)
usr/src/uts/common/io/ppp/sppp/sppp_dlpi.c
1099
t_scalar_t type;
usr/src/uts/common/io/ppp/sppp/sppp_dlpi.c
1138
sppp_dladdud(spppstr_t *sps, mblk_t *mp, t_scalar_t proto, boolean_t promisc)
usr/src/uts/common/io/ppp/sppp/sppp_dlpi.c
1143
t_scalar_t type;
usr/src/uts/common/io/ppp/sppp/sppp_dlpi.c
1205
sppp_dlprsendup(spppstr_t *sps, mblk_t *mp, t_scalar_t proto, boolean_t header)
usr/src/uts/common/io/ppp/sppp/sppp_dlpi.c
586
t_scalar_t sap;
usr/src/uts/common/io/ppp/sppp/sppp_dlpi.c
691
t_scalar_t sap;
usr/src/uts/common/io/ppp/sppp/sppp_dlpi.c
86
static mblk_t *sppp_dladdether(spppstr_t *, mblk_t *, t_scalar_t);
usr/src/uts/common/io/sundlpi.c
45
t_scalar_t sap,
usr/src/uts/common/io/suntpi.c
192
tpi_ack_alloc(mblk_t *mp, size_t size, uchar_t db_type, t_scalar_t prim)
usr/src/uts/common/io/timod.c
1197
(t_scalar_t)sizeof (mblk_t));
usr/src/uts/common/io/timod.c
145
t_scalar_t tim_mymaxlen;
usr/src/uts/common/io/timod.c
146
t_scalar_t tim_mylen;
usr/src/uts/common/io/timod.c
148
t_scalar_t tim_peermaxlen;
usr/src/uts/common/io/timod.c
149
t_scalar_t tim_peerlen;
usr/src/uts/common/io/timod.c
161
t_scalar_t tim_saved_prim; /* Primitive from message */
usr/src/uts/common/io/timod.c
1683
error = miocpullup(mp, sizeof (t_scalar_t));
usr/src/uts/common/io/timod.c
1935
if (MBLKL(mp) < sizeof (t_scalar_t)) {
usr/src/uts/common/io/timod.c
2158
tilog(char *str, t_scalar_t arg)
usr/src/uts/common/io/timod.c
245
static void tim_send_reply(queue_t *, mblk_t *, struct tim_tim *, t_scalar_t);
usr/src/uts/common/io/timod.c
2542
tim_recover(queue_t *q, mblk_t *mp, t_scalar_t size)
usr/src/uts/common/io/timod.c
2790
t_scalar_t error_prim;
usr/src/uts/common/io/timod.c
2862
tim_send_reply(queue_t *q, mblk_t *mp, struct tim_tim *tp, t_scalar_t prim)
usr/src/uts/common/io/timod.c
299
static void tilog(char *, t_scalar_t);
usr/src/uts/common/io/timod.c
305
static void tim_recover(queue_t *, mblk_t *, t_scalar_t);
usr/src/uts/common/io/timod.c
598
if (MBLKL(mp) < sizeof (t_scalar_t)) {
usr/src/uts/common/io/timod.c
748
if (blen < sizeof (t_scalar_t)) {
usr/src/uts/common/io/tirdwr.c
270
if ((mp->b_wptr - mp->b_rptr) < sizeof (t_scalar_t)) {
usr/src/uts/common/io/tirdwr.c
388
if ((mp->b_wptr - mp->b_rptr) < sizeof (t_scalar_t))
usr/src/uts/common/io/tl.c
1033
tl_tidusz = strmsgsz != 0 ? (t_scalar_t)strmsgsz : TL_TIDUSZ;
usr/src/uts/common/io/tl.c
2357
tl_error_ack(queue_t *wq, mblk_t *mp, t_scalar_t tli_err,
usr/src/uts/common/io/tl.c
2358
t_scalar_t unix_err, t_scalar_t type)
usr/src/uts/common/io/tl.c
2389
tl_ok_ack(queue_t *wq, mblk_t *mp, t_scalar_t type)
usr/src/uts/common/io/tl.c
2435
t_scalar_t alen, aoff;
usr/src/uts/common/io/tl.c
2439
t_scalar_t tli_err = 0, unix_err = 0;
usr/src/uts/common/io/tl.c
2440
t_scalar_t save_prim_type = bind->PRIM_type;
usr/src/uts/common/io/tl.c
2441
t_scalar_t save_state = tep->te_state;
usr/src/uts/common/io/tl.c
2565
(aoff >= (t_scalar_t)(sizeof (struct T_bind_req))))) {
usr/src/uts/common/io/tl.c
2710
b_ack->ADDR_offset = (t_scalar_t)sizeof (struct T_bind_ack);
usr/src/uts/common/io/tl.c
2897
t_scalar_t alen, aoff, olen, ooff, err = 0;
usr/src/uts/common/io/tl.c
3009
if (!(aoff >= (t_scalar_t)sizeof (struct T_conn_req))) {
usr/src/uts/common/io/tl.c
3144
t_scalar_t olen = creq->OPT_length;
usr/src/uts/common/io/tl.c
3145
t_scalar_t ooff = creq->OPT_offset;
usr/src/uts/common/io/tl.c
3196
olen = (t_scalar_t) sizeof (struct opthdr) +
usr/src/uts/common/io/tl.c
3201
olen = (t_scalar_t)sizeof (struct opthdr) +
usr/src/uts/common/io/tl.c
3335
ci->SRC_offset = (t_scalar_t)sizeof (struct T_conn_ind);
usr/src/uts/common/io/tl.c
3343
ci->OPT_offset = (t_scalar_t)T_ALIGN(ci->SRC_offset +
usr/src/uts/common/io/tl.c
3351
ci->OPT_offset = (t_scalar_t)T_ALIGN(ci->SRC_offset +
usr/src/uts/common/io/tl.c
3418
t_scalar_t olen, ooff, err = 0;
usr/src/uts/common/io/tl.c
3419
t_scalar_t prim = cres->PRIM_type;
usr/src/uts/common/io/tl.c
3678
olen = (t_scalar_t)sizeof (struct opthdr) +
usr/src/uts/common/io/tl.c
3681
olen = (t_scalar_t)sizeof (struct opthdr) +
usr/src/uts/common/io/tl.c
3821
cc->RES_offset = (t_scalar_t)sizeof (struct T_conn_con);
usr/src/uts/common/io/tl.c
3826
cc->OPT_offset = (t_scalar_t)T_ALIGN(cc->RES_offset +
usr/src/uts/common/io/tl.c
3957
t_scalar_t save_state, new_state;
usr/src/uts/common/io/tl.c
415
#define T_ALIGN(p) P2ROUNDUP((p), sizeof (t_scalar_t))
usr/src/uts/common/io/tl.c
4325
taa->LOCADDR_offset = (t_scalar_t)sizeof (*taa);
usr/src/uts/common/io/tl.c
4381
taa->LOCADDR_offset = (t_scalar_t)sizeof (*taa);
usr/src/uts/common/io/tl.c
4389
taa->REMADDR_offset = (t_scalar_t)T_ALIGN(taa->LOCADDR_offset +
usr/src/uts/common/io/tl.c
450
sizeof (t_scalar_t),
usr/src/uts/common/io/tl.c
4604
if (msz < sizeof (t_scalar_t)) {
usr/src/uts/common/io/tl.c
496
t_scalar_t ta_alen; /* length of abuf */
usr/src/uts/common/io/tl.c
4993
tl_uderr(queue_t *wq, mblk_t *mp, t_scalar_t err)
usr/src/uts/common/io/tl.c
4999
t_scalar_t alen;
usr/src/uts/common/io/tl.c
5000
t_scalar_t olen;
usr/src/uts/common/io/tl.c
5038
(t_scalar_t)sizeof (struct T_uderror_ind);
usr/src/uts/common/io/tl.c
5047
(t_scalar_t)T_ALIGN(sizeof (struct T_uderror_ind) +
usr/src/uts/common/io/tl.c
5097
t_scalar_t alen, aoff, olen, ooff;
usr/src/uts/common/io/tl.c
5098
t_scalar_t oldolen = 0;
usr/src/uts/common/io/tl.c
5193
if (!(aoff >= (t_scalar_t)sizeof (struct T_unitdata_req))) {
usr/src/uts/common/io/tl.c
5277
olen = (t_scalar_t)sizeof (struct opthdr) +
usr/src/uts/common/io/tl.c
5282
olen = (t_scalar_t)sizeof (struct opthdr) +
usr/src/uts/common/io/tl.c
5287
olen += (t_scalar_t)sizeof (struct T_opthdr) +
usr/src/uts/common/io/tl.c
5335
(t_scalar_t)T_ALIGN(udind->SRC_offset + udind->SRC_length));
usr/src/uts/common/io/tl.c
5382
udind->SRC_offset = (t_scalar_t)sizeof (struct T_unitdata_ind);
usr/src/uts/common/io/tl.c
5387
(t_scalar_t)T_ALIGN(udind->SRC_offset + udind->SRC_length);
usr/src/uts/common/io/tl.c
549
t_scalar_t ti_seqno; /* Sequence number */
usr/src/uts/common/io/tl.c
5514
t_scalar_t alen;
usr/src/uts/common/io/tl.c
5875
tl_discon_ind_alloc(uint32_t reason, t_scalar_t seqnum)
usr/src/uts/common/io/tl.c
5916
tl_icon_find(tl_endpt_t *tep, t_scalar_t seqno)
usr/src/uts/common/io/tl.c
5935
tl_icon_queuemsg(tl_endpt_t *tep, t_scalar_t seqno, mblk_t *nmp)
usr/src/uts/common/io/tl.c
5987
tl_icon_hasprim(tl_endpt_t *tep, t_scalar_t seqno, t_scalar_t prim)
usr/src/uts/common/io/tl.c
799
static t_scalar_t tl_tidusz;
usr/src/uts/common/io/tl.c
899
static void tl_error_ack(queue_t *, mblk_t *, t_scalar_t, t_scalar_t,
usr/src/uts/common/io/tl.c
900
t_scalar_t);
usr/src/uts/common/io/tl.c
903
static void tl_ok_ack(queue_t *, mblk_t *mp, t_scalar_t);
usr/src/uts/common/io/tl.c
921
static void tl_uderr(queue_t *, mblk_t *, t_scalar_t);
usr/src/uts/common/io/tl.c
929
static mblk_t *tl_discon_ind_alloc(uint32_t, t_scalar_t);
usr/src/uts/common/io/tl.c
931
static tl_icon_t *tl_icon_find(tl_endpt_t *, t_scalar_t);
usr/src/uts/common/io/tl.c
932
static void tl_icon_queuemsg(tl_endpt_t *, t_scalar_t, mblk_t *);
usr/src/uts/common/io/tl.c
933
static boolean_t tl_icon_hasprim(tl_endpt_t *, t_scalar_t, t_scalar_t);
usr/src/uts/common/ipp/dlcosmk/dlcosmk_impl.h
85
t_scalar_t dl_max;
usr/src/uts/common/ipp/dlcosmk/dlcosmk_impl.h
98
t_scalar_t dl_max; /* corresponding dl_max */
usr/src/uts/common/ktli/t_kalloc.c
169
_alloc_buf(struct netbuf *buf, t_scalar_t n)
usr/src/uts/common/ktli/t_kalloc.c
64
static void _alloc_buf(struct netbuf *, t_scalar_t);
usr/src/uts/common/ktli/t_kalloc.c
79
t_scalar_t dsize;
usr/src/uts/common/ktli/t_kconnect.c
108
creq->DEST_length = (t_scalar_t)sndcall->addr.len;
usr/src/uts/common/ktli/t_kconnect.c
109
creq->OPT_length = (t_scalar_t)sndcall->opt.len;
usr/src/uts/common/ktli/t_kconnect.c
113
creq->DEST_offset = (t_scalar_t)msgsz;
usr/src/uts/common/ktli/t_kconnect.c
116
creq->DEST_offset = (t_scalar_t)0;
usr/src/uts/common/ktli/t_kconnect.c
120
creq->OPT_offset = (t_scalar_t)msgsz;
usr/src/uts/common/ktli/t_kconnect.c
123
creq->OPT_offset = (t_scalar_t)0;
usr/src/uts/common/ktli/t_kopen.c
265
static t_scalar_t
usr/src/uts/common/ktli/t_kopen.c
266
_t_setsize(t_scalar_t infosize)
usr/src/uts/common/ktli/t_kopen.c
66
static t_scalar_t _t_setsize(t_scalar_t);
usr/src/uts/common/ktli/t_koptmgmt.c
73
t_scalar_t optlen;
usr/src/uts/common/ktli/t_koptmgmt.c
85
if (optlen < (t_scalar_t)sizeof (struct T_opthdr)) {
usr/src/uts/common/ktli/t_ksndudat.c
160
udreq->DEST_offset = (t_scalar_t)msgsz;
usr/src/uts/common/ktli/t_ksndudat.c
168
udreq->OPT_offset = (t_scalar_t)msgsz;
usr/src/uts/common/rpc/clnt_clts.c
2103
udreq->DEST_offset = (t_scalar_t)msgsz;
usr/src/uts/common/rpc/clnt_cots.c
3791
waitforack(calllist_t *e, t_scalar_t ack_prim, const struct timeval *waitp,
usr/src/uts/common/rpc/clnt_cots.c
422
static int waitforack(calllist_t *, t_scalar_t, const struct timeval *, bool_t);
usr/src/uts/common/rpc/rpc_com.h
78
extern uint_t __rpc_get_t_size(t_scalar_t, t_scalar_t);
usr/src/uts/common/rpc/rpc_com.h
79
extern uint_t __rpc_get_a_size(t_scalar_t);
usr/src/uts/common/rpc/rpcmod.c
1363
if (MBLKL(mp) < sizeof (t_scalar_t)) {
usr/src/uts/common/sys/dlpi.h
1592
extern void dlbindack(queue_t *, mblk_t *, t_scalar_t, const void *,
usr/src/uts/common/sys/dlpi.h
442
t_scalar_t dl_target_value; /* bits/second desired */
usr/src/uts/common/sys/dlpi.h
443
t_scalar_t dl_accept_value; /* min. ok bits/second */
usr/src/uts/common/sys/dlpi.h
454
t_scalar_t dl_target_value; /* desired value of service */
usr/src/uts/common/sys/dlpi.h
455
t_scalar_t dl_accept_value; /* min. ok value of service */
usr/src/uts/common/sys/dlpi.h
463
t_scalar_t dl_min;
usr/src/uts/common/sys/dlpi.h
464
t_scalar_t dl_max;
usr/src/uts/common/sys/dlpi.h
478
t_scalar_t dl_min;
usr/src/uts/common/sys/dlpi.h
479
t_scalar_t dl_max;
usr/src/uts/common/sys/dlpi.h
489
t_scalar_t dl_disc_prob; /* prob. of provider init DISC */
usr/src/uts/common/sys/dlpi.h
490
t_scalar_t dl_reset_prob; /* prob. of provider init RESET */
usr/src/uts/common/sys/dlpi.h
543
t_scalar_t dl_residual_error;
usr/src/uts/common/sys/dlpi.h
549
t_scalar_t dl_rcv_throughput;
usr/src/uts/common/sys/dlpi.h
550
t_scalar_t dl_rcv_trans_delay;
usr/src/uts/common/sys/dlpi.h
551
t_scalar_t dl_xmt_throughput;
usr/src/uts/common/sys/dlpi.h
552
t_scalar_t dl_xmt_trans_delay;
usr/src/uts/common/sys/dlpi.h
553
t_scalar_t dl_priority;
usr/src/uts/common/sys/dlpi.h
554
t_scalar_t dl_protection;
usr/src/uts/common/sys/dlpi.h
555
t_scalar_t dl_residual_error;
usr/src/uts/common/sys/dlpi.h
564
t_scalar_t dl_residual_error;
usr/src/uts/common/sys/dlpi.h
569
t_scalar_t dl_trans_delay;
usr/src/uts/common/sys/dlpi.h
570
t_scalar_t dl_priority;
usr/src/uts/common/sys/dlpi.h
571
t_scalar_t dl_protection;
usr/src/uts/common/sys/dlpi.h
572
t_scalar_t dl_residual_error;
usr/src/uts/common/sys/dlpi.h
763
t_scalar_t dl_sap_length; /* length of DLSAP SAP part */
usr/src/uts/common/sys/socketvar.h
993
t_scalar_t si_serv_type;
usr/src/uts/common/sys/suntpi.h
71
extern mblk_t *tpi_ack_alloc(mblk_t *, size_t, uchar_t, t_scalar_t);
usr/src/uts/common/sys/tihdr.h
219
t_scalar_t PRIM_type; /* always T_CONN_REQ */
usr/src/uts/common/sys/tihdr.h
220
t_scalar_t DEST_length; /* dest addr length */
usr/src/uts/common/sys/tihdr.h
221
t_scalar_t DEST_offset; /* dest addr offset */
usr/src/uts/common/sys/tihdr.h
222
t_scalar_t OPT_length; /* options length */
usr/src/uts/common/sys/tihdr.h
223
t_scalar_t OPT_offset; /* options offset */
usr/src/uts/common/sys/tihdr.h
239
t_scalar_t PRIM_type; /* T_CONN_RES (or O_T_CONN_RES) */
usr/src/uts/common/sys/tihdr.h
241
t_scalar_t OPT_length; /* options length */
usr/src/uts/common/sys/tihdr.h
242
t_scalar_t OPT_offset; /* options offset */
usr/src/uts/common/sys/tihdr.h
243
t_scalar_t SEQ_number; /* sequence number */
usr/src/uts/common/sys/tihdr.h
249
t_scalar_t PRIM_type; /* always T_DISCON_REQ */
usr/src/uts/common/sys/tihdr.h
250
t_scalar_t SEQ_number; /* sequnce number */
usr/src/uts/common/sys/tihdr.h
256
t_scalar_t PRIM_type; /* always T_DATA_REQ */
usr/src/uts/common/sys/tihdr.h
257
t_scalar_t MORE_flag; /* more data */
usr/src/uts/common/sys/tihdr.h
263
t_scalar_t PRIM_type; /* always T_EXDATA_REQ */
usr/src/uts/common/sys/tihdr.h
264
t_scalar_t MORE_flag; /* more data */
usr/src/uts/common/sys/tihdr.h
270
t_scalar_t PRIM_type; /* always T_INFO_REQ */
usr/src/uts/common/sys/tihdr.h
276
t_scalar_t PRIM_type; /* T_BIND_REQ (or O_T_BIND_REQ) */
usr/src/uts/common/sys/tihdr.h
277
t_scalar_t ADDR_length; /* addr length */
usr/src/uts/common/sys/tihdr.h
278
t_scalar_t ADDR_offset; /* addr offset */
usr/src/uts/common/sys/tihdr.h
285
t_scalar_t PRIM_type; /* always T_UNBIND_REQ */
usr/src/uts/common/sys/tihdr.h
291
t_scalar_t PRIM_type; /* always T_UNITDATA_REQ */
usr/src/uts/common/sys/tihdr.h
292
t_scalar_t DEST_length; /* dest addr length */
usr/src/uts/common/sys/tihdr.h
293
t_scalar_t DEST_offset; /* dest addr offset */
usr/src/uts/common/sys/tihdr.h
294
t_scalar_t OPT_length; /* options length */
usr/src/uts/common/sys/tihdr.h
295
t_scalar_t OPT_offset; /* options offset */
usr/src/uts/common/sys/tihdr.h
301
t_scalar_t PRIM_type; /* T_OPTMGMT_REQ or */
usr/src/uts/common/sys/tihdr.h
303
t_scalar_t OPT_length; /* options length */
usr/src/uts/common/sys/tihdr.h
304
t_scalar_t OPT_offset; /* options offset */
usr/src/uts/common/sys/tihdr.h
305
t_scalar_t MGMT_flags; /* options flags */
usr/src/uts/common/sys/tihdr.h
311
t_scalar_t PRIM_type; /* always T_ORDREL_REQ */
usr/src/uts/common/sys/tihdr.h
317
t_scalar_t PRIM_type; /* always T_ADDR_REQ */
usr/src/uts/common/sys/tihdr.h
323
t_scalar_t PRIM_type; /* always T_CONN_IND */
usr/src/uts/common/sys/tihdr.h
324
t_scalar_t SRC_length; /* src addr length */
usr/src/uts/common/sys/tihdr.h
325
t_scalar_t SRC_offset; /* src addr offset */
usr/src/uts/common/sys/tihdr.h
326
t_scalar_t OPT_length; /* option length */
usr/src/uts/common/sys/tihdr.h
327
t_scalar_t OPT_offset; /* option offset */
usr/src/uts/common/sys/tihdr.h
328
t_scalar_t SEQ_number; /* sequnce number */
usr/src/uts/common/sys/tihdr.h
334
t_scalar_t PRIM_type; /* always T_CONN_CON */
usr/src/uts/common/sys/tihdr.h
335
t_scalar_t RES_length; /* responding addr length */
usr/src/uts/common/sys/tihdr.h
336
t_scalar_t RES_offset; /* responding addr offset */
usr/src/uts/common/sys/tihdr.h
337
t_scalar_t OPT_length; /* option length */
usr/src/uts/common/sys/tihdr.h
338
t_scalar_t OPT_offset; /* option offset */
usr/src/uts/common/sys/tihdr.h
344
t_scalar_t PRIM_type; /* always T_DISCON_IND */
usr/src/uts/common/sys/tihdr.h
345
t_scalar_t DISCON_reason; /* disconnect reason */
usr/src/uts/common/sys/tihdr.h
346
t_scalar_t SEQ_number; /* sequnce number */
usr/src/uts/common/sys/tihdr.h
352
t_scalar_t PRIM_type; /* always T_DATA_IND */
usr/src/uts/common/sys/tihdr.h
353
t_scalar_t MORE_flag; /* more data */
usr/src/uts/common/sys/tihdr.h
359
t_scalar_t PRIM_type; /* always T_EXDATA_IND */
usr/src/uts/common/sys/tihdr.h
360
t_scalar_t MORE_flag; /* more data */
usr/src/uts/common/sys/tihdr.h
366
t_scalar_t PRIM_type; /* always T_INFO_ACK */
usr/src/uts/common/sys/tihdr.h
367
t_scalar_t TSDU_size; /* max TSDU size */
usr/src/uts/common/sys/tihdr.h
368
t_scalar_t ETSDU_size; /* max ETSDU size */
usr/src/uts/common/sys/tihdr.h
369
t_scalar_t CDATA_size; /* max connect data size */
usr/src/uts/common/sys/tihdr.h
370
t_scalar_t DDATA_size; /* max discon data size */
usr/src/uts/common/sys/tihdr.h
371
t_scalar_t ADDR_size; /* address size */
usr/src/uts/common/sys/tihdr.h
372
t_scalar_t OPT_size; /* options size */
usr/src/uts/common/sys/tihdr.h
373
t_scalar_t TIDU_size; /* max TIDU size */
usr/src/uts/common/sys/tihdr.h
374
t_scalar_t SERV_type; /* provider service type */
usr/src/uts/common/sys/tihdr.h
375
t_scalar_t CURRENT_state; /* current state */
usr/src/uts/common/sys/tihdr.h
376
t_scalar_t PROVIDER_flag; /* provider flags */
usr/src/uts/common/sys/tihdr.h
411
t_scalar_t PRIM_type; /* always T_BIND_ACK */
usr/src/uts/common/sys/tihdr.h
412
t_scalar_t ADDR_length; /* addr length */
usr/src/uts/common/sys/tihdr.h
413
t_scalar_t ADDR_offset; /* addr offset */
usr/src/uts/common/sys/tihdr.h
420
t_scalar_t PRIM_type; /* always T_ERROR_ACK */
usr/src/uts/common/sys/tihdr.h
421
t_scalar_t ERROR_prim; /* primitive in error */
usr/src/uts/common/sys/tihdr.h
422
t_scalar_t TLI_error; /* TLI error code */
usr/src/uts/common/sys/tihdr.h
423
t_scalar_t UNIX_error; /* UNIX error code */
usr/src/uts/common/sys/tihdr.h
429
t_scalar_t PRIM_type; /* always T_OK_ACK */
usr/src/uts/common/sys/tihdr.h
430
t_scalar_t CORRECT_prim; /* correct primitive */
usr/src/uts/common/sys/tihdr.h
436
t_scalar_t PRIM_type; /* always T_UNITDATA_IND */
usr/src/uts/common/sys/tihdr.h
437
t_scalar_t SRC_length; /* source addr length */
usr/src/uts/common/sys/tihdr.h
438
t_scalar_t SRC_offset; /* source addr offset */
usr/src/uts/common/sys/tihdr.h
439
t_scalar_t OPT_length; /* options length */
usr/src/uts/common/sys/tihdr.h
440
t_scalar_t OPT_offset; /* options offset */
usr/src/uts/common/sys/tihdr.h
446
t_scalar_t PRIM_type; /* always T_UDERROR_IND */
usr/src/uts/common/sys/tihdr.h
447
t_scalar_t DEST_length; /* dest addr length */
usr/src/uts/common/sys/tihdr.h
448
t_scalar_t DEST_offset; /* dest addr offset */
usr/src/uts/common/sys/tihdr.h
449
t_scalar_t OPT_length; /* options length */
usr/src/uts/common/sys/tihdr.h
450
t_scalar_t OPT_offset; /* options offset */
usr/src/uts/common/sys/tihdr.h
451
t_scalar_t ERROR_type; /* error type */
usr/src/uts/common/sys/tihdr.h
457
t_scalar_t PRIM_type; /* always T_OPTMGMT_ACK */
usr/src/uts/common/sys/tihdr.h
458
t_scalar_t OPT_length; /* options length */
usr/src/uts/common/sys/tihdr.h
459
t_scalar_t OPT_offset; /* options offset */
usr/src/uts/common/sys/tihdr.h
460
t_scalar_t MGMT_flags; /* managment flags */
usr/src/uts/common/sys/tihdr.h
466
t_scalar_t PRIM_type; /* always T_ORDREL_IND */
usr/src/uts/common/sys/tihdr.h
473
t_scalar_t PRIM_type; /* always T_ADDR_ACK */
usr/src/uts/common/sys/tihdr.h
474
t_scalar_t LOCADDR_length; /* length of local address */
usr/src/uts/common/sys/tihdr.h
475
t_scalar_t LOCADDR_offset; /* offset of local address */
usr/src/uts/common/sys/tihdr.h
476
t_scalar_t REMADDR_length; /* length of remote address */
usr/src/uts/common/sys/tihdr.h
477
t_scalar_t REMADDR_offset; /* offset of remote address */
usr/src/uts/common/sys/tihdr.h
486
t_scalar_t PRIM_type; /* always T_CAPABILITY_REQ */
usr/src/uts/common/sys/tihdr.h
491
t_scalar_t PRIM_type; /* always T_CAPABILITY_ACK */
usr/src/uts/common/sys/tihdr.h
511
t_scalar_t PRIM_type; /* always T_OPTDATA_REQ */
usr/src/uts/common/sys/tihdr.h
512
t_scalar_t DATA_flag; /* flags like "more data" */
usr/src/uts/common/sys/tihdr.h
513
t_scalar_t OPT_length; /* options length */
usr/src/uts/common/sys/tihdr.h
514
t_scalar_t OPT_offset; /* options offset */
usr/src/uts/common/sys/tihdr.h
519
t_scalar_t PRIM_type; /* always T_OPTDATA_IND */
usr/src/uts/common/sys/tihdr.h
520
t_scalar_t DATA_flag; /* flags like "more data" */
usr/src/uts/common/sys/tihdr.h
521
t_scalar_t OPT_length; /* options length */
usr/src/uts/common/sys/tihdr.h
522
t_scalar_t OPT_offset; /* options offset */
usr/src/uts/common/sys/tihdr.h
527
t_scalar_t PRIM_type; /* always T_EXTCONN_IND */
usr/src/uts/common/sys/tihdr.h
528
t_scalar_t SRC_length; /* src addr length */
usr/src/uts/common/sys/tihdr.h
529
t_scalar_t SRC_offset; /* src addr offset */
usr/src/uts/common/sys/tihdr.h
530
t_scalar_t OPT_length; /* option length */
usr/src/uts/common/sys/tihdr.h
531
t_scalar_t OPT_offset; /* option offset */
usr/src/uts/common/sys/tihdr.h
532
t_scalar_t SEQ_number; /* sequnce number */
usr/src/uts/common/sys/tihdr.h
533
t_scalar_t DEST_length; /* dest addr length */
usr/src/uts/common/sys/tihdr.h
534
t_scalar_t DEST_offset; /* dest addr offset */
usr/src/uts/common/sys/tihdr.h
542
t_scalar_t type; /* primitive type */
usr/src/uts/common/sys/tihdr.h
624
#define __TPI_ALIGN_SIZE (sizeof (t_scalar_t))
usr/src/uts/common/sys/timod.h
83
t_scalar_t PRIM_type;
usr/src/uts/common/sys/timod.h
84
t_scalar_t TSDU_size;
usr/src/uts/common/sys/timod.h
85
t_scalar_t ETSDU_size;
usr/src/uts/common/sys/timod.h
86
t_scalar_t CDATA_size;
usr/src/uts/common/sys/timod.h
87
t_scalar_t DDATA_size;
usr/src/uts/common/sys/timod.h
88
t_scalar_t ADDR_size;
usr/src/uts/common/sys/timod.h
89
t_scalar_t OPT_size;
usr/src/uts/common/sys/timod.h
90
t_scalar_t TIDU_size;
usr/src/uts/common/sys/timod.h
91
t_scalar_t SERV_type;
usr/src/uts/common/sys/timod.h
92
t_scalar_t CURRENT_state;
usr/src/uts/common/sys/timod.h
93
t_scalar_t PROVIDER_flag;
usr/src/uts/common/sys/tiuser.h
116
t_scalar_t flags;
usr/src/uts/common/sys/tiuser.h
153
t_scalar_t error; /* error code */
usr/src/uts/common/sys/tiuser.h
75
t_scalar_t addr; /* size of protocol address */
usr/src/uts/common/sys/tiuser.h
76
t_scalar_t options; /* size of protocol options */
usr/src/uts/common/sys/tiuser.h
77
t_scalar_t tsdu; /* size of max transport service data unit */
usr/src/uts/common/sys/tiuser.h
78
t_scalar_t etsdu; /* size of max expedited tsdu */
usr/src/uts/common/sys/tiuser.h
79
t_scalar_t connect; /* max data for connection primitives */
usr/src/uts/common/sys/tiuser.h
80
t_scalar_t discon; /* max data for disconnect primitives */
usr/src/uts/common/sys/tiuser.h
81
t_scalar_t servtype; /* provider service type */
usr/src/uts/common/sys/xti_inet.h
106
t_scalar_t kp_onoff; /* option on/off */
usr/src/uts/common/sys/xti_inet.h
107
t_scalar_t kp_timeout; /* timeout in minutes */
usr/src/uts/common/sys/xti_osi.h
90
t_scalar_t targetvalue; /* target value */
usr/src/uts/common/sys/xti_osi.h
91
t_scalar_t minacceptvalue; /* value of minimum */
usr/src/uts/common/sys/xti_xtiopt.h
67
t_scalar_t l_onoff; /* option on/off */
usr/src/uts/common/sys/xti_xtiopt.h
68
t_scalar_t l_linger; /* linger time */