HomeSort by relevance Sort by last modified time
    Searched full:net_id (Results 1 - 8 of 8) sorted by null

  /external/android-clat/
dns64.c 35 * net_id - (optional) netId to use, NETID_UNSET indicates use of default network
38 int plat_prefix(const char *ipv4_name, unsigned net_id, struct in6_addr *prefix) {
49 status = android_getaddrinfofornet(ipv4_name, NULL, &hints, net_id, MARK_UNSET, &result);
dns64.h 21 int plat_prefix(const char *ipv4_name, unsigned net_id, struct in6_addr *prefix);
config.h 42 unsigned net_id);
clatd.c 321 * net_id - NetID to use, NETID_UNSET indicates use of default network
323 void configure_interface(const char *uplink_interface, const char *plat_prefix, struct tun_data *tunnel, unsigned net_id) {
326 if(!read_config("/system/etc/clatd.conf", uplink_interface, plat_prefix, net_id)) {
480 unsigned net_id = NETID_UNSET; local
512 if (net_id_str != NULL && !parse_unsigned(net_id_str, &net_id)) {
550 configure_interface(uplink_interface, plat_prefix, &tunnel, net_id);
config.c 166 * net_id - (optional) netId to use, NETID_UNSET indicates use of default network
168 void dns64_detection(unsigned net_id) {
175 status = plat_prefix(Global_Clatd_Config.plat_from_dns64_hostname,net_id,&tmp_ptr);
298 * net_id - (optional) netId to use, NETID_UNSET indicates use of default network
301 unsigned net_id) {
356 dns64_detection(net_id);
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers.c 1645 char *iface = NULL, *net_id = NULL; local
1759 char *iface = NULL, *net_id = NULL; local
1812 char *iface = NULL, *net_id = NULL; local
    [all...]
dbus_old_handlers.c 836 char *iface = NULL, *net_id = NULL; local
848 iface = wpas_dbus_decompose_object_path(op, &net_id, NULL);
860 id = strtoul(net_id, NULL, 10);
884 os_free(net_id);
    [all...]
  /external/dnsmasq/contrib/webmin/
dnsmasq.wbm 276 net_id=Network/Client ID
    [all...]

Completed in 596 milliseconds