bot 55 lib/libsa/bootp.c static time_t bot;
bot 85 lib/libsa/bootp.c if (!bot)
bot 86 lib/libsa/bootp.c bot = getsecs();
bot 133 lib/libsa/bootp.c bp->bp_secs = htons((u_short)(getsecs() - bot));
bot 560 netatalk/at_control.c aa_dorangeroute(struct ifaddr *ifa, u_int bot, u_int top, int cmd)
bot 570 netatalk/at_control.c if (bot > top) return (EINVAL);
bot 579 netatalk/at_control.c while (bot <= top) {
bot 581 netatalk/at_control.c while ((( bot & ~mask1) >= bot)
bot 582 netatalk/at_control.c && (( bot | mask1) <= top)) {
bot 588 netatalk/at_control.c addr.s_net = htons(bot);
bot 598 netatalk/at_control.c bot = (bot | mask1) + 1;