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

/darwin-on-arm/xnu/bsd/net/
H A Dif_llreach.c48 * HW address of the sender, the "last heard from" timestamp (lr_lastrcvd) and
62 * Otherwise, the lr_lastrcvd timestamp of the record is updated.
73 * of, check if lr_lastrcvd is "recent." If so, simply send the packet;
78 * on the same network interface, we can't rely on lr_lastrcvd alone, as
80 * node for which we don't have a link-layer record. If lr_lastrcvd is
83 * "recent", relative to lr_lastrcvd. If so, simply send the packet;
103 * from the old node would trigger the record's lr_lastrcvd to be
229 expire = lr->lr_lastrcvd + lr->lr_reachable;
284 lr->lr_lastrcvd = net_uptime();
312 lr->lr_lastrcvd
[all...]
H A Dif_llreach.h93 u_int64_t lr_lastrcvd; /* last-heard-of timestamp */ member in struct:if_llreach
/darwin-on-arm/xnu/bsd/netinet/
H A Din_arp.c412 (lr->lr_lastrcvd ? (int64_t)(now - lr->lr_lastrcvd) : -1));

Completed in 21 milliseconds