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

  /external/android-clat/
clatd.conf 9 ipv6_local_address fe80::c000:0004
config.h 31 struct in6_addr ipv6_local_address; member in struct:clat_config
config.c 255 if(!config_item_ip6(root, "ipv6_local_address", DEFAULT_IPV6_LOCAL_ADDRESS, &Global_Clatd_Config.ipv6_local_address))
298 logmsg(ANDROID_LOG_DEBUG,"ipv6_local_address = %s",inet_ntop(AF_INET6, &Global_Clatd_Config.ipv6_local_address, charbuffer, sizeof(charbuffer)));

Completed in 177 milliseconds