Home
last modified time | relevance | path

Searched refs:tp_info (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/ktli/
H A Dt_kalloc.c93 _alloc_buf(&p.bind->addr, tiptr->tp_info.addr); in t_kalloc()
100 _alloc_buf(&p.call->addr, tiptr->tp_info.addr); in t_kalloc()
102 _alloc_buf(&p.call->opt, tiptr->tp_info.options); in t_kalloc()
104 dsize = MAX(tiptr->tp_info.connect, in t_kalloc()
105 tiptr->tp_info.discon); in t_kalloc()
114 _alloc_buf(&p.opt->opt, tiptr->tp_info.options); in t_kalloc()
121 _alloc_buf(&p.dis->udata, tiptr->tp_info.discon); in t_kalloc()
128 _alloc_buf(&p.udata->addr, tiptr->tp_info.addr); in t_kalloc()
133 _alloc_buf(&p.udata->opt, tiptr->tp_info.options); in t_kalloc()
140 p.udata->udata.maxlen = tiptr->tp_info.tsdu; in t_kalloc()
[all …]
H A Dt_kopen.c250 ntiptr->tp_info.addr = _t_setsize(inforeq.ADDR_size); in t_kopen()
251 ntiptr->tp_info.options = _t_setsize(inforeq.OPT_size); in t_kopen()
252 ntiptr->tp_info.tsdu = _t_setsize(inforeq.TSDU_size); in t_kopen()
253 ntiptr->tp_info.etsdu = _t_setsize(inforeq.ETSDU_size); in t_kopen()
254 ntiptr->tp_info.connect = _t_setsize(inforeq.CDATA_size); in t_kopen()
255 ntiptr->tp_info.discon = _t_setsize(inforeq.DDATA_size); in t_kopen()
256 ntiptr->tp_info.servtype = inforeq.SERV_type; in t_kopen()
H A Dt_kbind.c88 bindsz = MAX(bindsz, tiptr->tp_info.addr); in t_kbind()
/illumos-gate/usr/src/uts/common/sys/
H A Dt_kuser.h61 struct t_info tp_info; /* Transport provider Info. */ member
/illumos-gate/usr/src/lib/smbclnt/libfknsmb/common/
H A Dfake_ktli.c167 rc = t_getinfo(fd, &tiu->tp_info); in t_kopen()
/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_gen.c246 if (tiptr->tp_info.addr == sizeof (struct sockaddr_in6)) { in bindresvport()
H A Dclnt_cots.c2268 if (tiptr->tp_info.servtype == T_COTS_ORD) in connmgr_get()