Home
last modified time | relevance | path

Searched refs:lr_lastrcvd (Results 1 – 3 of 3) sorted by relevance

/xnu-10063.101.15/bsd/net/
H A Dif_llreach.c204 expire = lr->lr_lastrcvd + lr->lr_reachable; in iflr_reachable()
260 lr->lr_lastrcvd = net_uptime(); in ifnet_llreach_set_reachable()
289 lr->lr_lastrcvd = net_uptime(); /* current approx. uptime */ in ifnet_llreach_alloc()
314 lr->lr_lastrcvd = net_uptime(); /* current approx. uptime */ in ifnet_llreach_alloc()
315 lr->lr_baseup = lr->lr_lastrcvd; /* base uptime */ in ifnet_llreach_alloc()
552 iflri->iflri_rcv_expire = ifnet_llreach_up2upexp(lr, lr->lr_lastrcvd); in ifnet_lr2iflri()
588 lri->lri_expire = ifnet_llreach_up2calexp(lr, lr->lr_lastrcvd); in ifnet_lr2lri()
H A Dif_llreach.h82 u_int64_t lr_lastrcvd; /* last-heard-of timestamp */ member
/xnu-10063.101.15/bsd/netinet/
H A Din_arp.c537 (lr->lr_lastrcvd ? (int64_t)(now - lr->lr_lastrcvd) : -1)); in arp_llreach_reachable()