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

  man pages->IRIX man pages -> dmnet/dmnetconnect (3d)              
Title
Content
Arch
Section
 

Contents


DMNETCONNECT(3dm)					     DMNETCONNECT(3dm)


NAME    [Toc]    [Back]

     dmNetConnect, dmNetListen,	dmNetAccept, dmNetRegisterPool -
     DMNetConnection connection	management

SYNOPSIS    [Toc]    [Back]

     #include <dmedia/dmnet.h>

     DMstatus dmNetConnect(DMNetConnection connection, DMParams* params);

     DMstatus dmNetListen(DMNETConnection connection, DMParams*	params);

     DMstatus dmNetAccept(DMNetConnection connection, DMParams*	params);

DESCRIPTION    [Toc]    [Back]

     dmNetConnect is the sender	side routine which sets	up a control
     connection.  It opens a socket descriptor and tries to connect to the
     specified address.	It calls connect and sets appropriate socket options.
     It	requires a port	and a hostname,	specified through the parameters
     DMNET_PORT	and DMNET_REMOTE_HOSTNAME.

     dmNetListen and dmNetAccept are the receiver side calls that set up a
     control connection.  dmNetListen opens a socket descriptor	for control,
     sets socket options as appropriate, calls bind to bind the	control	socket
     to	a specified port and calls listen for an incoming connect request.
     dmNetAccept blocks	until a	connection is made.

DIAGNOSTICS    [Toc]    [Back]

     dmNetListen , dmNetAccept and dmNetConnect	return DM_SUCCESS if a
     connection	to the remote socket is	made and the apropriate	socket options
     were set successfully and DM_FAILURE otherwise.

     dmNetListen returns DM_FAILURE and	sets errno to EADDRINUSE if it cannot
     bind to the specified port. dmNetListen is	idempotent, and	can be called
     more than once, to	bind to	different ports, for instance.	dmNetAccept
     must be called only after dmNetListen returns DM_SUCCESS.

SEE ALSO    [Toc]    [Back]

      
      
     dmBufferCreatePool(3dm), dmParamsCreate(3dm), dmNetOpen(3dm),
DMNETCONNECT(3dm)					     DMNETCONNECT(3dm)


NAME    [Toc]    [Back]

     dmNetConnect, dmNetListen,	dmNetAccept, dmNetRegisterPool -
     DMNetConnection connection	management

SYNOPSIS    [Toc]    [Back]

     #include <dmedia/dmnet.h>

     DMstatus dmNetConnect(DMNetConnection connection, DMParams* params);

     DMstatus dmNetListen(DMNETConnection connection, DMParams*	params);

     DMstatus dmNetAccept(DMNetConnection connection, DMParams*	params);

DESCRIPTION    [Toc]    [Back]

     dmNetConnect is the sender	side routine which sets	up a control
     connection.  It opens a socket descriptor and tries to connect to the
     specified address.	It calls connect and sets appropriate socket options.
     It	requires a port	and a hostname,	specified through the parameters
     DMNET_PORT	and DMNET_REMOTE_HOSTNAME.

     dmNetListen and dmNetAccept are the receiver side calls that set up a
     control connection.  dmNetListen opens a socket descriptor	for control,
     sets socket options as appropriate, calls bind to bind the	control	socket
     to	a specified port and calls listen for an incoming connect request.
     dmNetAccept blocks	until a	connection is made.

DIAGNOSTICS    [Toc]    [Back]

     dmNetListen , dmNetAccept and dmNetConnect	return DM_SUCCESS if a
     connection	to the remote socket is	made and the apropriate	socket options
     were set successfully and DM_FAILURE otherwise.

     dmNetListen returns DM_FAILURE and	sets errno to EADDRINUSE if it cannot
     bind to the specified port. dmNetListen is	idempotent, and	can be called
     more than once, to	bind to	different ports, for instance.	dmNetAccept
     must be called only after dmNetListen returns DM_SUCCESS.

SEE ALSO    [Toc]    [Back]

      
      
     dmBufferCreatePool(3dm), dmParamsCreate(3dm), dmNetOpen(3dm),


									PPPPaaaaggggeeee 1111
[ Back ]
 Similar pages
Name OS Title
EvmConnection Tru64 Connection to the Event Management daemon
isdnd FreeBSD isdn4bsd ISDN connection management daemon
cfg_disconnect Tru64 remove the connection to a remote configuration management server
isdnd.rc FreeBSD isdn4bsd ISDN connection management daemon config file format
dmnetdatafd IRIX return FD associated with a DMNetConnection
dmnetgetparams IRIX Get DMparams associated with a DMNetConnection
armtech Tru64 Aurema's ARMTech (Active Resource Management Technology) resource management suite
aurema Tru64 Aurema's ARMTech (Active Resource Management Technology) resource management suite
SSL_get_cipher Tru64 Get SSL_CIPHER of a connection
SSL_get_cipher_bits Tru64 Get SSL_CIPHER of a connection
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service