HP-UX Reference (11i v1 00/12) - 3 Library Functions N-Z (vol 7)
__________________________________________________________________________________________________________________________________________________________________________________________________
__________________________________________________________________________________________________________________________________________________________________________________________________
STANDARD Printed by: Nora Chuang [nchuang] STANDARD
/build/1111/BRICK/man3/nan.3m
________________________________________________________________
___ ___
t
t_rcvconnect(3) t_rcvconnect(3)
ERRORS
On failure, t_errno is set to one of the following:
[TBADF] The specified identifier does not refer to a transport endpoint.
[TBUFOVFLW] The number of bytes allocated for an incoming argument is not sufficient to store the
value of that argument and the connect information to be returned in call will be dis-
carded. The provider’s state, as seen by the user, will be changed to T_DATAXFER.
[TNODATA] O_NONBLOCK was set, but a connect confirmation has not yet arrived.
[TLOOK] An asynchronous event has occurred on this transport endpoint and requires immedi-
ate attention.
[TNOTSUPPORT] This function is not supported by the underlying transport provider.
[TOUTSTATE] This function was issued in the wrong sequence on the transport endpoint referenced
by fd.
[TSYSERR] A system error has occurred during execution of this function.
[TPROTO] (XTI only) This error indicates that a communication problem has been detected
between XTI and the transport provider for which there is no existing XTI
(t_errno).
FILES
/usr/include/xti.h
XTI data structure
/usr/include/tiuser.h
TLI data structure
SEE ALSO
fcntl(2), t_accept(3), t_alloc(3), t_bind(3), t_connect(3), t_listen(3), t_open(3).
STANDARDS CONFORMANCE
t_rcvconnect(): SVID2, XPG3, XPG4
HP-UX Release 11i: December 2000 − 2 − Section 3−−945
___
___