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

  /external/android-clat/
dns64.h 21 int plat_prefix(const char *ipv4_name, unsigned net_id, struct in6_addr *prefix);
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);
config.h 43 unsigned 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);
301 * net_id - (optional) netId to use, NETID_UNSET indicates use of default network
304 unsigned net_id) {
359 dns64_detection(net_id);
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)) {
506 configure_interface(uplink_interface, plat_prefix, &tunnel, net_id);
  /hardware/qcom/wlan/qcwcn/wifi_hal/
gscancommand.h 94 int net_id,
  /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...]
  /hardware/libhardware_legacy/include/hardware_legacy/
gscan.h 414 int net_id, // network block identifier for the matched network
  /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) {

Completed in 118 milliseconds