HomeSort by relevance Sort by last modified time
    Searched refs:ipv4_local_subnet (Results 1 - 5 of 5) sorted by null

  /external/android-clat/
clatd.conf 6 ipv4_local_subnet 192.0.0.4
config.h 31 struct in_addr ipv4_local_subnet; member in struct:clat_config
config.c 255 if(!config_item_ip(root, "ipv4_local_subnet", DEFAULT_IPV4_LOCAL_SUBNET, &Global_Clatd_Config.ipv4_local_subnet))
299 logmsg(ANDROID_LOG_DEBUG,"ipv4_local_subnet = %s",inet_ntop(AF_INET, &Global_Clatd_Config.ipv4_local_subnet, charbuffer, sizeof(charbuffer)));
translate.c 89 return Global_Clatd_Config.ipv4_local_subnet.s_addr;
104 if (addr4 == Global_Clatd_Config.ipv4_local_subnet.s_addr) {
clatd.c 201 status = add_address(tunnel->device4, AF_INET, &Global_Clatd_Config.ipv4_local_subnet,
202 32, &Global_Clatd_Config.ipv4_local_subnet);

Completed in 51 milliseconds