|
sipxportlib
Version 3.3
|
#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>
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" |
| #define DOMAIN_NAME_LENGTH 512 |
| #define HOST_NAME_LENGTH 512 |
| unsigned long osSocketGetDefaultBindAddress | ( | ) |
| 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" |
1.8.11