Home | History | Annotate | Download | only in src

Lines Matching full:irec

122 static int iface_allowed(struct irec **irecp, int if_index, 
125 struct irec *iface;
196 if ((iface = whine_malloc(sizeof(struct irec))))
237 return iface_allowed((struct irec **)vparam, if_index, &addr, netmask);
255 return iface_allowed((struct irec **)vparam, if_index, &addr, netmask);
406 * for a single given irec (interface name and address) create
417 void create_bound_listener(struct listener **listeners, struct irec *iface)
499 * If a listener has a struct irec pointer whose address matches the newly
500 * malloc()d struct irec's address, update its pointer to refer to this new
501 * struct irec instance.
509 void fixup_possible_existing_listener(struct irec *new_iface) {
513 struct irec *listener_iface = l->iface;
569 irec *iface)
575 struct irec *listener_iface = (*l)->iface;
596 struct irec *iface;
883 struct irec *iface;
966 struct irec *old_iface, *new_iface, *prev_interfaces;
1062 struct irec *tmp_irec = prev_interfaces->next;