OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InterfaceConfig
(Results
1 - 2
of
2
) sorted by null
/system/core/nexus/
InterfaceConfig.cpp
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)
[
all
...]
InterfaceConfig.h
28
class
InterfaceConfig
{
30
friend class
InterfaceConfig
::InterfaceDnsProperty;
47
InterfaceConfig
(bool propertiesReadOnly);
48
virtual ~
InterfaceConfig
();
71
InterfaceConfig
*mCfg;
73
InterfaceDnsProperty(
InterfaceConfig
*cfg, bool ro);
Completed in 69 milliseconds