OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kPPPInternalIP4Address
(Results
1 - 4
of
4
) sorted by null
/system/connectivity/shill/
ppp_device.h
36
static const char
kPPPInternalIP4Address
[] = "INTERNAL_IP4_ADDRESS";
ppp_device_unittest.cc
50
config[
kPPPInternalIP4Address
] = "4.5.6.7";
ppp_device.cc
93
if (key ==
kPPPInternalIP4Address
) {
/system/connectivity/shill/shims/
ppp.cc
118
dict[
kPPPInternalIP4Address
] = ConvertIPToText(&ipcp_gotoptions[0].ouraddr);
Completed in 39 milliseconds