Home | History | Annotate | Download | only in netatalk

Lines Matching refs:ifaddr

56 static int aa_dorangeroute(struct ifaddr * ifa,
58 static int aa_addsingleroute(struct ifaddr * ifa,
60 static int aa_delsingleroute(struct ifaddr * ifa,
62 static int aa_dosingleroute(struct ifaddr * ifa, struct at_addr * addr,
209 * and the ifaddr itself, link them al together
326 at_purgeaddr(struct ifaddr *ifa)
338 * remove the ifaddr from the interface
494 * set the node part of the address into the ifaddr. If it's
594 * pointer in the ifaddr to it. probably pointless, but what the
711 aa_dorangeroute(struct ifaddr *ifa, u_int bot, u_int top, int cmd)
756 aa_addsingleroute(struct ifaddr *ifa, struct at_addr *addr, struct at_addr *mask)
775 aa_delsingleroute(struct ifaddr *ifa, struct at_addr *addr, struct at_addr *mask)
794 aa_dosingleroute(struct ifaddr *ifa, struct at_addr *at_addr, struct at_addr *at_mask, int cmd, int flags)
829 struct ifaddr *ifa;