#include <stdio.h>
#include <string.h>
#include <arpa/inet.h>
#include <errno.h>
#include <unistd.h>
#include <sys/select.h>
#include <sys/time.h>
#include "rdk_dynamic_logger.h"
Go to the source code of this file.
|
#define | DL_PORT 12035 |
|
#define | DL_SIGNATURE "COMC" |
|
#define | DL_SIGNATURE_LEN 4 |
|
|
static char * | rdk_dyn_log_logLevelToString (unsigned char log_level) |
|
static void | rdk_dyn_log_validateComponentName (const unsigned char *buf) |
|
void | rdk_dyn_log_processPendingRequest () |
|
void | rdk_dyn_log_init () |
|
void | rdk_dyn_log_deInit () |
|
|
static int | g_dl_socket = -1 |
|
char * | __progname |
|