Query: t_unbind
OS: hpux
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
t_unbind(3) Library Functions Manual t_unbind(3)NAMEt_unbind() - disable a transport endpointSYNOPSISDESCRIPTIONThe function disables the transport endpoint specified by fd which was previously bound by On completion of this call, no further data or events destined for this transport endpoint will be accepted by the transport provider. Note Users can access XTI versions of the routines by linking with For more information on XTI, see TLI supports any transport provider which is compliant with TPI (Transport Provider Interface). Users can access TLI versions of the t_* routines by linking with For more information on TLI, see the TLI section of the Valid States Fork Safety is not fork-safe.RETURN VALUEUpon successful completion, a value of 0 is returned. Otherwise, a value of -1 is returned and is set to indicate an error.ERRORSOn failure, is set to the following: [TBADF] The specified identifier does not refer to a transport endpoint. [TOUTSTATE] The function was issued in the wrong sequence. [TLOOK] An asynchronous event has occurred on this transport endpoint. [TSYSERR] A system error has occurred during execution of this function.SEE ALSOt_bind(3), thread_safety(5).STANDARDS CONFORMANCEt_unbind(3)
Related Man Pages |
---|
t_unbind(3nsl) - v7 |
t_unbind(3nsl) - minix |
t_unbind(3nsl) - centos |
t_unbind(3nsl) - osx |
t_unbind(3nsl) - suse |
Similar Topics in the Unix Linux Community |
---|
HELP!! TLI vs Sockets? |
What is the difference between softerrors,harderrors,transport errors? |
Capture linking failures |