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

  /external/selinux/libsepol/src/
iface_record.c 194 sepol_iface_t *new_iface = NULL; local
195 if (sepol_iface_create(handle, &new_iface) < 0)
198 if (sepol_iface_set_name(handle, new_iface, iface->name) < 0)
203 (handle, iface->netif_con, &new_iface->netif_con) < 0))
208 (handle, iface->netmsg_con, &new_iface->netmsg_con) < 0))
211 *iface_ptr = new_iface;
216 sepol_iface_free(new_iface);
  /external/wpa_supplicant_8/src/fst/
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::__anon27162
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
405 new_iface = fst_group_get_new_iface_by_stie_and_mbie(
408 if (new_iface)
412 fst_iface_get_name(new_iface),
416 if (!new_iface) {
417 new_iface = fst_group_find_new_iface_by_stie
    [all...]
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) :
  /external/dnsmasq/src/
network.c 509 void fixup_possible_existing_listener(struct irec *new_iface) {
515 if (sockaddr_isequal(&listener_iface->addr, &new_iface->addr)) {
516 l->iface = new_iface;
966 struct irec *old_iface, *new_iface, *prev_interfaces; local
1020 for (new_iface = daemon->interfaces; new_iface; new_iface = new_iface->next) {
1021 if (sockaddr_isequal(&old_iface->addr, &new_iface->addr)) {
1028 fixup_possible_existing_listener(new_iface);
    [all...]
  /external/wpa_supplicant_8/src/ap/
hostapd.c 2027 struct hostapd_iface *new_iface = NULL, *iface = NULL; local
2390 struct hostapd_iface *hapd_iface = NULL, *new_iface = NULL; local
    [all...]

Completed in 1216 milliseconds