#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. | |
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.
Definition in file dnxUdp.h.
| 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.
| [out] | ptxAlloc | - the address of storage in which to return the address of the UDP channel object constructor (dnxUdpNew). |
Definition at line 524 of file dnxUdp.c.
References DNX_OK, DNX_PT_MUTEX_INIT, dnxUdpNew(), and udpMutex.
1.5.6