*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->IRIX man pages -> t_unbind (3n)              
Title
Content
Arch
Section
 

Contents


t_unbind(3N)							  t_unbind(3N)


NAME    [Toc]    [Back]

     t_unbind -	disable	a transport endpoint

SYNOPSIS    [Toc]    [Back]

     #ifdef _XOPEN_SOURCE
     #include <xti.h>
     #else
     #include <tiuser.h>
     #endif

     int t_unbind (int fd);

DESCRIPTION    [Toc]    [Back]

     The t_unbind function disables the	transport endpoint specified by	fd
     which was previously bound	by t_bind(3N).	On completion of this call, no
     further data or events destined for this transport	endpoint will be
     accepted by the transport provider.

     This function resides within both the X/Open compliant libxnet and	the
     SVR4 compliant libnsl Network Services libraries.	Network	Services
     applications which	require	X/Open compliance must link-load with -lxnet.
     Network Services applications which require SVR4 compliance must linkload
 with -lnsl.

     On	failure, t_errno may be	set to one of the following:

     TBADF	    The	specified file descriptor 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 ALSO    [Toc]    [Back]

      
      
     t_bind(3N)

DIAGNOSTICS    [Toc]    [Back]

     t_unbind returns 0	on success and -1 on failure and t_errno is set	to
     indicate the error.


									PPPPaaaaggggeeee 1111
[ Back ]
 Similar pages
Name OS Title
t_unbind Tru64 Disable a transport endpoint.
t_close Tru64 Close a transport endpoint.
t_close IRIX close a transport endpoint
t_open HP-UX establish a transport endpoint
t_close HP-UX close a transport endpoint
t_open IRIX establish a transport endpoint
t_open Tru64 Establishes a transport endpoint
t_bind HP-UX bind an address to a transport endpoint
t_bind Tru64 Bind an address to a transport endpoint
t_look Tru64 Look at the current event on a transport endpoint.
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service