OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:config_item_ip6
(Results
1 - 1
of
1
) sorted by null
/external/android-clat/
config.c
118
/* function:
config_item_ip6
125
struct in6_addr *
config_item_ip6
(cnode *root, const char *item_name, const char *defaultvar, struct in6_addr *ret_val_ptr) {
function
204
if(!
config_item_ip6
(root, "ipv6_host_id", "::200:5E10:0:0", &Global_Clatd_Config.ipv6_host_id))
258
if(!
config_item_ip6
(root, "ipv6_local_address", DEFAULT_IPV6_LOCAL_ADDRESS, &Global_Clatd_Config.ipv6_local_address))
271
if(!
config_item_ip6
(root, "plat_subnet", NULL, &Global_Clatd_Config.plat_subnet)) {
Completed in 555 milliseconds