Lines Matching defs:ntiptr
871 struct _ti_user *ntiptr;
963 ntiptr = add_tilink(fd);
964 if (ntiptr == NULL) {
973 if (_t_alloc_bufs(fd, ntiptr, tiap) < 0) {
983 ntiptr->ti_lookcnt = 0;
984 ntiptr->ti_flags = USED;
985 ntiptr->ti_state = T_UNINIT;
986 ntiptr->ti_ocnt = 0;
989 ntiptr->ti_maxpsz = tiap->TIDU_size;
991 ntiptr->ti_tsdusize = tiap->TSDU_size;
993 ntiptr->ti_etsdusize = tiap->ETSDU_size;
995 ntiptr->ti_cdatasize = tiap->CDATA_size;
997 ntiptr->ti_ddatasize = tiap->DDATA_size;
998 ntiptr->ti_servtype = tiap->SERV_type;
999 ntiptr->ti_prov_flag = tiap->PROVIDER_flag;
1002 ntiptr->acceptor_id = tcap->ACCEPTOR_id;
1003 ntiptr->ti_flags |= V_ACCEPTOR_ID;
1006 ntiptr->ti_flags &= ~V_ACCEPTOR_ID;
1014 ntiptr->ti_state = T_UNBND;
1024 ntiptr->ti_state = rstate;
1028 ntiptr->ti_state = T_INCON;
1032 ntiptr->ti_state = T_OUTCON;
1042 ntiptr->ti_state = rstate;
1046 ntiptr->ti_state = T_OUTREL;
1056 ntiptr->ti_state = rstate;
1097 ntiptr->ti_qlen = tsap->tsa_qlen;
1099 return (ntiptr);