HomeSort by relevance Sort by last modified time
    Searched refs:mGateway (Results 1 - 4 of 4) sorted by null

  /system/core/nexus/
InterfaceConfig.h 42 struct in_addr mGateway;
55 const struct in_addr &getGateway() const { return mGateway; }
InterfaceConfig.cpp 29 mStaticProperties.propGateway = new IPV4AddressPropertyHelper("Gateway", propertiesReadOnly, &mGateway);
51 memcpy(&mGateway, addr, sizeof(struct in_addr));
VpnController.h 75 struct in_addr mGateway;
VpnController.cpp 36 &mGateway);

Completed in 698 milliseconds