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

  /external/wpa_supplicant_8/src/fst/
fst_session.c 41 (is_old) ? (s)->data.old_iface : (s)->data.new_iface, \
62 struct fst_iface *old_iface; member in struct:fst_session::__anon27162
270 static int fst_session_send_action(struct fst_session *s, Boolean old_iface,
279 old_iface ? s->data.old_iface : s->data.new_iface;
291 old_iface ? "old" : "new",
314 old_iface ? s->data.old_peer_addr :
339 WPA_ASSERT(s->data.old_iface != NULL);
534 if (iface != s->data.old_iface) {
612 fst_iface_get_name(s->data.old_iface),
    [all...]
fst_ctrl_iface.c 174 struct fst_iface *new_iface, *old_iface; local
189 old_iface = fst_session_get_iface(s, TRUE);
202 old_iface ? fst_iface_get_name(old_iface) :
  /external/dnsmasq/src/
network.c 966 struct irec *old_iface, *new_iface, *prev_interfaces; local
1018 for (old_iface = prev_interfaces; old_iface; old_iface=old_iface->next) {
1021 if (sockaddr_isequal(&old_iface->addr, &new_iface->addr)) {
1032 prettyprint_addr(&old_iface->addr, debug_buff);
1036 close_bound_listener(old_iface);
1050 for (old_iface = prev_interfaces; old_iface; old_iface = old_iface->next)
    [all...]
  /external/selinux/libsemanage/src/
pywrap-test.py 771 (status, old_iface) = semanage.semanage_iface_query_local(sh, key)
802 status = semanage.semanage_iface_modify_local(sh, key, old_iface)
815 if exists: semanage.semanage_iface_free(old_iface)
    [all...]

Completed in 323 milliseconds