Home | History | Annotate | Download | only in src

Lines Matching defs:old_iface

933     struct irec *old_iface, *new_iface, *prev_interfaces;
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) {
1018 if(sockaddr_isequal(&old_iface->addr, &new_iface->addr)) {