Searched refs:kPPPExternalIP4Address (Results 1 - 4 of 4) sorted by relevance

/system/connectivity/shill/
H A Dppp_device.h33 static const char kPPPExternalIP4Address[] = "EXTERNAL_IP4_ADDRESS"; member in namespace:shill
H A Dppp_device_unittest.cc51 config[kPPPExternalIP4Address] = "33.44.55.66";
H A Dppp_device.cc95 } else if (key == kPPPExternalIP4Address) {
/system/connectivity/shill/shims/
H A Dppp.cc119 dict[kPPPExternalIP4Address] = ConvertIPToText(&ipcp_hisoptions[0].hisaddr);
121 dict[kPPPGatewayAddress] = dict[kPPPExternalIP4Address];

Completed in 147 milliseconds