Searched refs:net_id_str (Results 1 – 2 of 2) sorted by relevance
/external/android-clat/ |
D | clatd.c | 439 char *uplink_interface = NULL, *plat_prefix = NULL, *net_id_str = NULL, *mark_str = NULL; in main() local 453 net_id_str = optarg; in main() 472 if (net_id_str != NULL && !parse_unsigned(net_id_str, &net_id)) { in main() 473 logmsg(ANDROID_LOG_FATAL, "invalid NetID %s", net_id_str); in main() 490 net_id_str ? net_id_str : "(none)", in main()
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
D | dbus_new_handlers_p2p.c | 352 char *net_id_str; in wpas_dbus_handler_p2p_group_add() local 361 &net_id_str); in wpas_dbus_handler_p2p_group_add() 362 if (iface == NULL || net_id_str == NULL || in wpas_dbus_handler_p2p_group_add() 371 group_id = strtoul(net_id_str, NULL, 10); in wpas_dbus_handler_p2p_group_add() 724 char *net_id_str; in wpas_dbus_handler_p2p_invite() local 733 &net_id_str); in wpas_dbus_handler_p2p_invite() 734 if (iface == NULL || net_id_str == NULL || in wpas_dbus_handler_p2p_invite() 742 group_id = strtoul(net_id_str, NULL, 10); in wpas_dbus_handler_p2p_invite()
|