sipxportlib  Version 3.3
Macros | Functions | Variables
OsSocket.cpp File Reference
#include "os/OsIntTypes.h"
#include <assert.h>
#include <stdio.h>
#include <fcntl.h>
#include <os/OsSocket.h>
#include <os/OsSysLog.h>
#include <utl/UtlRscTrace.h>
#include <os/HostAdapterAddress.h>
Include dependency graph for OsSocket.cpp:

Macros

#define DOMAIN_NAME_LENGTH   512
 
#define HOST_NAME_LENGTH   512
 

Functions

unsigned long osSocketGetDefaultBindAddress ()
 

Variables

const char * socketType_UNKNOWN = "UNKNOWN"
 
const char * socketType_TCP = "TCP"
 
const char * socketType_UDP = "UDP"
 
const char * socketType_MULTICAST = "MULTICAST"
 
const char * socketType_SSL = "TLS"
 
const char * socketType_custom = "CUSTOM"
 
const char * socketType_invalid = "INVALID"
 

Macro Definition Documentation

#define DOMAIN_NAME_LENGTH   512
#define HOST_NAME_LENGTH   512

Function Documentation

unsigned long osSocketGetDefaultBindAddress ( )

Variable Documentation

const char* socketType_UNKNOWN = "UNKNOWN"
const char* socketType_TCP = "TCP"
const char* socketType_UDP = "UDP"
const char* socketType_MULTICAST = "MULTICAST"
const char* socketType_SSL = "TLS"
const char* socketType_custom = "CUSTOM"
const char* socketType_invalid = "INVALID"