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

  /external/android-clat/
clatd.c 439 char *uplink_interface = NULL, *plat_prefix = NULL, *net_id_str = NULL, *mark_str = NULL; local
453 net_id_str = optarg;
472 if (net_id_str != NULL && !parse_unsigned(net_id_str, &net_id)) {
473 logmsg(ANDROID_LOG_FATAL, "invalid NetID %s", net_id_str);
490 net_id_str ? net_id_str : "(none)",
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers_p2p.c 335 char *net_id_str; local
344 &net_id_str);
345 if (iface == NULL || net_id_str == NULL ||
354 group_id = strtoul(net_id_str, NULL, 10);
706 char *net_id_str; local
715 &net_id_str);
716 if (iface == NULL || net_id_str == NULL ||
724 group_id = strtoul(net_id_str, NULL, 10);
    [all...]

Completed in 58 milliseconds