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

  /external/selinux/libsepol/src/
iface_record.c 202 sepol_iface_t *new_iface = NULL; local
203 if (sepol_iface_create(handle, &new_iface) < 0)
206 if (sepol_iface_set_name(handle, new_iface, iface->name) < 0)
211 (handle, iface->netif_con, &new_iface->netif_con) < 0))
216 (handle, iface->netmsg_con, &new_iface->netmsg_con) < 0))
219 *iface_ptr = new_iface;
224 sepol_iface_free(new_iface);
  /art/tools/wrapagentproperties/
wrapagentproperties.cc 210 ExtraJvmtiInterface* new_iface = nullptr; local
212 reinterpret_cast<unsigned char**>(&new_iface))) {
216 memcpy(new_iface, real_env->functions, sizeof(jvmtiInterface_1_));
217 new_iface->proxy_vm = vm;
218 new_iface->original_interface = real_env->functions;
221 new_iface->DisposeEnvironment = WrapDisposeEnvironment;
222 new_iface->GetSystemProperty = WrapGetSystemProperty;
223 new_iface->GetSystemProperties = WrapGetSystemProperties;
224 new_iface->SetSystemProperty = WrapSetSystemProperty;
228 *out_iface = new_iface;
    [all...]
  /external/dnsmasq/src/
network.c 496 void fixup_possible_existing_listener(struct irec *new_iface) {
502 if (sockaddr_isequal(&listener_iface->addr, &new_iface->addr)) {
503 l->iface = new_iface;
933 struct irec *old_iface, *new_iface, *prev_interfaces; local
987 for (new_iface = daemon->interfaces; new_iface; new_iface = new_iface->next) {
988 if (sockaddr_isequal(&old_iface->addr, &new_iface->addr)) {
995 fixup_possible_existing_listener(new_iface);
    [all...]
  /external/wpa_supplicant_8/src/fst/
fst_ctrl_iface.c 174 struct fst_iface *new_iface, *old_iface; local
188 new_iface = fst_session_get_iface(s, FALSE);
200 new_iface ? fst_iface_get_name(new_iface) :
fst_session.c 41 (is_old) ? (s)->data.old_iface : (s)->data.new_iface, \
61 struct fst_iface *new_iface; member in struct:fst_session::__anon44777
279 old_iface ? s->data.old_iface : s->data.new_iface;
340 WPA_ASSERT(s->data.new_iface != NULL);
364 struct fst_iface *new_iface = NULL; local
402 new_iface = fst_group_get_peer_other_connection(iface, mgmt->sa,
405 if (!new_iface) {
412 fst_iface_get_name(new_iface),
480 fst_iface_get_name(new_iface));
486 fst_session_set_iface(s, new_iface, FALSE)
    [all...]
  /external/wpa_supplicant_8/src/ap/
hostapd.c 2310 struct hostapd_iface *new_iface = NULL, *iface = NULL; local
2673 struct hostapd_iface *hapd_iface = NULL, *new_iface = NULL; local
    [all...]

Completed in 135 milliseconds