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));
196 * plat_subnet - NAT64 prefix
199 struct in6_addr *plat_subnet) {
212 uint32_t c2 = ip_checksum_add(0, plat_subnet, sizeof(*plat_subnet)) +
287 &Global_Clatd_Config.plat_subnet);
341 if(inet_pton(AF_INET6, plat_prefix, &Global_Clatd_Config.plat_subnet) <= 0) {
350 if(!config_item_ip6(root, "plat_subnet", NULL, &Global_Clatd_Config.plat_subnet)) {
351 logmsg(ANDROID_LOG_FATAL, "plat_from_dns64 disabled, but no plat_subnet specified");
396 logmsg(ANDROID_LOG_DEBUG,"plat_subnet = %s",inet_ntop(AF_INET6, &Global_Clatd_Config.plat_subnet, charbuffer, sizeof(charbuffer)));