Home | History | Annotate | Download | only in src

Lines Matching full:irec

118 static int iface_allowed(struct irec **irecp, int if_index, 
121 struct irec *iface;
191 if ((iface = whine_malloc(sizeof(struct irec))))
224 return iface_allowed((struct irec **)vparam, if_index, &addr, netmask);
242 return iface_allowed((struct irec **)vparam, if_index, &addr, netmask);
391 * for a single given irec (interface name and address) create
402 void create_bound_listener(struct listener **listeners, struct irec *iface)
482 * If a listener has a struct irec pointer whose address matches the newly
483 * malloc()d struct irec's address, update its pointer to refer to this new
484 * struct irec instance.
492 void fixup_possible_existing_listener(struct irec *new_iface) {
496 struct irec *listener_iface = l->iface;
516 int close_bound_listener(struct irec *interface)
521 struct irec *listener_iface = (*l)->iface;
559 struct irec *iface;
846 struct irec *iface;
929 struct irec *old_iface, *new_iface, *prev_interfaces;
1025 struct irec *tmp_irec = prev_interfaces->next;