Searched refs:age (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dbridgestp.c719 /* rearm the age timer */
1831 int age = 0; local
1837 age = bp->bp_desg_fdelay / BSTP_TICK_VAL;
1841 age = 0;
1847 (*bs->bs_rtage_cb)(bp->bp_ifp, age); local
H A Dif_bridge.c4646 bridge_rtable_expire(struct ifnet *ifp, int age) argument
4654 * If the age is zero then flush, otherwise set all the expiry times to
4655 * age for the interface
4657 if (age == 0) {
4664 /* Cap the expiry time to 'age' */
4666 brt->brt_expire > (unsigned long)now.tv_sec + age &&
4669 (unsigned long)now.tv_sec + age;

Completed in 43 milliseconds