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;
Indexes created Sun Oct 19 02:09:48 GMT 2025