Searched refs:ti_lookbufs (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/nsl/
H A Dt_rcvdis.c99 (*((t_scalar_t *)tiptr->ti_lookbufs.tl_lookcbuf) == T_DISCON_IND)) {
103 ctlbuf.len = tiptr->ti_lookbufs.tl_lookclen;
104 ctlbuf.buf = tiptr->ti_lookbufs.tl_lookcbuf;
107 databuf.len = tiptr->ti_lookbufs.tl_lookdlen;
108 databuf.buf = tiptr->ti_lookbufs.tl_lookdbuf;
H A Dt_rcv.c136 tlbs = &tiptr->ti_lookbufs;
297 tiptr->ti_lookbufs.tl_lookdbuf +
298 tiptr->ti_lookbufs.tl_lookdlen;
328 tiptr->ti_lookbufs.tl_lookdlen +=
H A Dt_rcvv.c137 tlbs = &tiptr->ti_lookbufs;
315 tiptr->ti_lookbufs.tl_lookdbuf +
316 tiptr->ti_lookbufs.tl_lookdlen;
346 tiptr->ti_lookbufs.tl_lookdlen +=
H A D_utility.c249 if (*(t_scalar_t *)tiptr->ti_lookbufs.tl_lookcbuf ==
258 tlbs = &tiptr->ti_lookbufs;
583 tiptr->ti_lookbufs.tl_lookclen = 0;
584 tiptr->ti_lookbufs.tl_lookcbuf = lookcbuf;
585 tiptr->ti_lookbufs.tl_lookdlen = 0;
586 tiptr->ti_lookbufs.tl_lookdbuf = lookdbuf;
639 tiptr->ti_lookbufs.tl_lookdbuf = NULL;
640 tiptr->ti_lookbufs.tl_lookcbuf = NULL;
641 tiptr->ti_lookbufs.tl_lookdlen = 0;
642 tiptr->ti_lookbufs
[all...]
H A Dt_rcvuderr.c73 ctlbuf.len = tiptr->ti_lookbufs.tl_lookclen;
74 ctlbuf.buf = tiptr->ti_lookbufs.tl_lookcbuf;
H A Dt_look.c153 type = *((t_scalar_t *)tiptr->ti_lookbufs.tl_lookcbuf);
H A Dt_rcvrel.c106 (*((t_scalar_t *)tiptr->ti_lookbufs.tl_lookcbuf) == T_ORDREL_IND)) {
H A Dt_rcvreldata.c108 (*((t_scalar_t *)tiptr->ti_lookbufs.tl_lookcbuf) == T_ORDREL_IND)) {
H A Dtx.h60 struct _ti_lookbufs ti_lookbufs; /* head of list of look buffers */ member in struct:_ti_user

Completed in 50 milliseconds