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

  /external/android-clat/
clatd.conf 11 # get the plat_subnet from dns lookups (requires DNS64)
18 #plat_subnet 2001:db8:1:2:3:4::
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)));
config.h 35 struct in6_addr plat_subnet; member in struct:clat_config
translate.c 67 return (addr6 != NULL) && (memcmp(addr6, &Global_Clatd_Config.plat_subnet, 12) == 0);
100 addr6 = Global_Clatd_Config.plat_subnet;

Completed in 34 milliseconds