Searched defs:discon (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libnsl/nsl/
H A Dt_sndreldata.c47 _tx_sndreldata(int fd, struct t_discon *discon, int api_semantics) argument
87 if (discon && discon->udata.len) {
H A Dt_rcvdis.c48 _tx_rcvdis(int fd, struct t_discon *discon, int api_semantics) argument
94 * Is there a discon in look buffer as the first
213 if (discon != NULL) {
214 if (_T_IS_TLI(api_semantics) || discon->udata.maxlen > 0) {
215 if (databuf.len > (int)discon->udata.maxlen) {
219 (void) memcpy(discon->udata.buf, databuf.buf,
221 discon->udata.len = databuf.len;
223 discon->reason = pptr->discon_ind.DISCON_reason;
224 discon->sequence = pptr->discon_ind.SEQ_number;
H A Dt_rcvreldata.c51 _tx_rcvreldata(int fd, struct t_discon *discon, int api_semantics) argument
H A Dtli_wrappers.c141 t_rcvdis(int fd, struct t_discon *discon) argument
143 return (_tx_rcvdis(fd, discon, TX_TLI_API));
H A Dxti_wrappers.c160 _xti_rcvdis(int fd, struct t_discon *discon) argument
162 return (_tx_rcvdis(fd, discon, TX_XTI_API));
172 _xti_rcvreldata(int fd, struct t_discon *discon) argument
174 return (_tx_rcvreldata(fd, discon, TX_XTI_XNS5_API));
229 _xti_sndreldata(int fd, struct t_discon *discon) argument
231 return (_tx_sndreldata(fd, discon, TX_XTI_XNS5_API));

Completed in 28 milliseconds