Searched defs:InterfaceConfig (Results 1 - 2 of 2) sorted by relevance

/system/core/nexus/
H A DInterfaceConfig.cpp20 #define LOG_TAG "InterfaceConfig"
23 #include "InterfaceConfig.h"
26 InterfaceConfig::InterfaceConfig(bool propertiesReadOnly) { function in class:InterfaceConfig
34 InterfaceConfig::~InterfaceConfig() {
42 void InterfaceConfig::setIp(struct in_addr *addr) {
46 void InterfaceConfig::setNetmask(struct in_addr *addr) {
50 void InterfaceConfig::setGateway(struct in_addr *addr) {
54 void InterfaceConfig
[all...]
H A DInterfaceConfig.h28 class InterfaceConfig { class
30 friend class InterfaceConfig::InterfaceDnsProperty;
47 InterfaceConfig(bool propertiesReadOnly);
48 virtual ~InterfaceConfig();
71 InterfaceConfig *mCfg;
73 InterfaceDnsProperty(InterfaceConfig *cfg, bool ro);

Completed in 51 milliseconds