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 352 char *net_id_str; local
361 &net_id_str);
362 if (iface == NULL || net_id_str == NULL ||
371 group_id = strtoul(net_id_str, NULL, 10);
724 char *net_id_str; local
733 &net_id_str);
734 if (iface == NULL || net_id_str == NULL ||
742 group_id = strtoul(net_id_str, NULL, 10);
    [all...]

Completed in 199 milliseconds