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

  /external/android-clat/
config.h 33 char default_pdp_interface[PROP_VALUE_MAX]; member in struct:clat_config
config.c 244 strncpy(Global_Clatd_Config.default_pdp_interface, uplink_interface, sizeof(Global_Clatd_Config.default_pdp_interface));
246 if(!subnet_from_interface(root,Global_Clatd_Config.default_pdp_interface))
301 logmsg(ANDROID_LOG_DEBUG,"default_pdp_interface = %s",Global_Clatd_Config.default_pdp_interface);
clatd.c 167 interface_ip = getinterface_ip(Global_Clatd_Config.default_pdp_interface, AF_INET6);
169 logmsg(ANDROID_LOG_WARN,"unable to find an ipv6 ip on interface %s",Global_Clatd_Config.default_pdp_interface);
276 Global_Clatd_Config.mtu = getifmtu(Global_Clatd_Config.default_pdp_interface);

Completed in 158 milliseconds