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

  /external/dnsmasq/src/
network.c 933 struct irec *old_iface, *new_iface, *prev_interfaces; local
985 for (old_iface = prev_interfaces; old_iface; old_iface=old_iface->next) {
988 if (sockaddr_isequal(&old_iface->addr, &new_iface->addr)) {
999 prettyprint_addr(&old_iface->addr, debug_buff);
1003 close_bound_listener(old_iface);
1017 for (old_iface = prev_interfaces; old_iface; old_iface = old_iface->next)
    [all...]
  /external/wpa_supplicant_8/src/fst/
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) :
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::__anon39568
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);
515 if (iface != s->data.old_iface) {
593 fst_iface_get_name(s->data.old_iface),
    [all...]

Completed in 303 milliseconds