dnxUdp.h File Reference

Types and definitions for UDP transport layer. More...

#include "dnxTSPI.h"

Go to the source code of this file.

Functions

int dnxUdpInit (int(**ptxAlloc)(char *url, iDnxChannel **icpp))
 Initialize the UDP transport sub-system; return UDP channel contructor.
void dnxUdpDeInit (void)
 Clean up global resources allocated by the UDP transport sub-system.


Detailed Description

Types and definitions for UDP transport layer.

This file is temporary till we get loadable transport libraries. Once that is finished, then dnxTSPI.h will act as a proper header file for all loadable transports.

Author:
Robert W. Ingraham (dnx-devel@lists.sourceforge.net)
Attention:
Please submit patches to http://dnx.sourceforge.net

Definition in file dnxUdp.h.


Function Documentation

void dnxUdpDeInit ( void   ) 

Clean up global resources allocated by the UDP transport sub-system.

Definition at line 537 of file dnxUdp.c.

References DNX_PT_MUTEX_DESTROY, and udpMutex.

int dnxUdpInit ( int(**)(char *url, iDnxChannel **icpp)  ptxAlloc  ) 

Initialize the UDP transport sub-system; return UDP channel contructor.

Parameters:
[out] ptxAlloc - the address of storage in which to return the address of the UDP channel object constructor (dnxUdpNew).
Returns:
Always returns zero.

Definition at line 524 of file dnxUdp.c.

References DNX_OK, DNX_PT_MUTEX_INIT, dnxUdpNew(), and udpMutex.


Generated on Tue Apr 13 15:48:08 2010 for DNX by  doxygen 1.5.6