OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:plat_subnet
(Results
1 - 3
of
3
) sorted by null
/external/android-clat/
config.h
35
struct in6_addr
plat_subnet
;
member in struct:clat_config
config.c
165
memcpy(&Global_Clatd_Config.
plat_subnet
, &tmp_ptr, sizeof(struct in6_addr));
262
if(inet_pton(AF_INET6, plat_prefix, &Global_Clatd_Config.
plat_subnet
) <= 0) {
271
if(!config_item_ip6(root, "
plat_subnet
", NULL, &Global_Clatd_Config.
plat_subnet
)) {
272
logmsg(ANDROID_LOG_FATAL, "plat_from_dns64 disabled, but no
plat_subnet
specified");
304
logmsg(ANDROID_LOG_DEBUG,"
plat_subnet
= %s",inet_ntop(AF_INET6, &Global_Clatd_Config.
plat_subnet
, charbuffer, sizeof(charbuffer)));
translate.c
67
return (addr6 != NULL) && (memcmp(addr6, &Global_Clatd_Config.
plat_subnet
, 12) == 0);
100
addr6 = Global_Clatd_Config.
plat_subnet
;
Completed in 182 milliseconds