Home | History | Annotate | Download | only in nexus

Lines Matching defs:InterfaceConfig

20 #define LOG_TAG "InterfaceConfig"
23 #include "InterfaceConfig.h"
26 InterfaceConfig::InterfaceConfig(bool propertiesReadOnly) {
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::setBroadcast(struct in_addr *addr) {
58 void InterfaceConfig::setDns(int idx, struct in_addr *addr) {
62 int InterfaceConfig::attachProperties(PropertyManager *pm, const char *nsName) {
71 int InterfaceConfig::detachProperties(PropertyManager *pm, const char *nsName) {
80 InterfaceConfig::InterfaceDnsProperty::InterfaceDnsProperty(InterfaceConfig *c,
86 int InterfaceConfig::InterfaceDnsProperty::set(int idx, struct in_addr *value) {
90 int InterfaceConfig::InterfaceDnsProperty::get(int idx, struct in_addr *buf) {