RDK Documentation (Open Sourced RDK Components)
Netsrvmgr

Description

Modules

 Iarm api's.
 Describe the details about netSrvMgr Iarm api's.
 
 Netsermgr
 

Files

file  netsrvmgrUtiles.cpp
 DeviceInfo X_RDKCENTRAL-COM_xBlueTooth API Implementation.
 

Macros

#define IN_IS_ADDR_LINKLOCAL(a)   (((a) & htonl(0xffff0000)) == htonl (0xa9fe0000))
 
#define INTERFACE_SIZE   10
 
#define TRIGGER_DHCP_LEASE_FILE   "/lib/rdk/triggerDhcpLease.sh"
 
#define MAX_TIME_LENGTH   32
 
#define INTERFACE_STATUS_FILE_PATH_BUFFER   100
 
#define INTERFACE_STATUS_FILE_PATH   "/sys/class/net/%s/operstate"
 
#define ETHERNET_UP_STATUS   "UP"
 
#define STRCPY_S(dest, size, source)   strcpy(dest, source);
 

Functions

static bool loadKeyFile (const char *filename, GKeyFile *keyFile)
 
static bool writeKeyFile (const char *filename, GKeyFile *keyFile)