Home | History | Annotate | Download | only in netatalk

Lines Matching refs:bot

698  * Add a route for a range of networks from bot to top - 1.
711 aa_dorangeroute(struct ifaddr *ifa, u_int bot, u_int top, int cmd)
721 if (bot > top)
731 while (bot <= top) {
733 while (((bot & ~mask1) >= bot)
734 && ((bot | mask1) <= top)) {
740 addr.s_net = htons(bot);
750 bot = (bot | mask1) + 1;