Home | History | Annotate | Download | only in android-clat

Lines Matching refs:plat_subnet

177       memcpy(&Global_Clatd_Config.plat_subnet, &tmp_ptr, sizeof(struct in6_addr));
193 * plat_subnet - NAT64 prefix
196 struct in6_addr *plat_subnet) {
209 uint32_t c2 = ip_checksum_add(0, plat_subnet, sizeof(*plat_subnet)) +
284 &Global_Clatd_Config.plat_subnet);
338 if(inet_pton(AF_INET6, plat_prefix, &Global_Clatd_Config.plat_subnet) <= 0) {
347 if(!config_item_ip6(root, "plat_subnet", NULL, &Global_Clatd_Config.plat_subnet)) {
348 logmsg(ANDROID_LOG_FATAL, "plat_from_dns64 disabled, but no plat_subnet specified");
393 logmsg(ANDROID_LOG_DEBUG,"plat_subnet = %s",inet_ntop(AF_INET6, &Global_Clatd_Config.plat_subnet, charbuffer, sizeof(charbuffer)));