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

  /external/android-clat/
clatd.c 282 * net_id - NetID to use, NETID_UNSET indicates use of default network
284 void configure_interface(const char *uplink_interface, const char *plat_prefix, struct tun_data *tunnel, unsigned net_id) {
287 if(!read_config("/system/etc/clatd.conf", uplink_interface, plat_prefix, net_id)) {
440 unsigned net_id = NETID_UNSET; local
472 if (net_id_str != NULL && !parse_unsigned(net_id_str, &net_id)) {
510 configure_interface(uplink_interface, plat_prefix, &tunnel, net_id);
  /hardware/interfaces/wifi/supplicant/1.0/vts/functional/
supplicant_sta_network_hidl_test.cpp 94 uint32_t net_id; local
97 net_id = network_id;
99 sta_iface->removeNetwork(net_id, [](const SupplicantStatus& status) {
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_old_handlers.c 756 char *iface = NULL, *net_id = NULL; local
768 iface = wpas_dbus_decompose_object_path(op, &net_id, NULL);
769 if (iface == NULL || net_id == NULL) {
780 id = strtoul(net_id, NULL, 10);
797 os_free(net_id);
    [all...]
dbus_new_handlers.c 1684 char *iface, *net_id; local
1782 char *iface, *net_id; local
1836 char *iface, *net_id; local
    [all...]

Completed in 215 milliseconds