Searched refs:lr_lastrcvd (Results 1 – 3 of 3) sorted by relevance
205 expire = lr->lr_lastrcvd + lr->lr_reachable; in iflr_reachable()262 lr->lr_lastrcvd = net_uptime(); in ifnet_llreach_set_reachable()292 lr->lr_lastrcvd = net_uptime(); /* current approx. uptime */ in ifnet_llreach_alloc()317 lr->lr_lastrcvd = net_uptime(); /* current approx. uptime */ in ifnet_llreach_alloc()318 lr->lr_baseup = lr->lr_lastrcvd; /* base uptime */ in ifnet_llreach_alloc()555 iflri->iflri_rcv_expire = ifnet_llreach_up2upexp(lr, lr->lr_lastrcvd); in ifnet_lr2iflri()591 lri->lri_expire = ifnet_llreach_up2calexp(lr, lr->lr_lastrcvd); in ifnet_lr2lri()
82 u_int64_t lr_lastrcvd; /* last-heard-of timestamp */ member
524 (lr->lr_lastrcvd ? (int64_t)(now - lr->lr_lastrcvd) : -1)); in arp_llreach_reachable()