- RB_ENTRY(if_llreach) lr_link; /* RB tree links */
- struct ifnet *lr_ifp; /* back pointer to ifnet */
- u_int32_t lr_refcnt; /* reference count */
- u_int32_t lr_reqcnt; /* RB tree request count */
- u_int32_t lr_debug; /* see ifa_debug flags */
- u_int32_t lr_probes; /* number of probes so far */
- u_int64_t lr_basecal; /* base calendar time */
- u_int64_t lr_baseup; /* base uptime */
- u_int64_t lr_lastrcvd; /* last-heard-of timestamp */
- u_int32_t lr_basereachable; /* baseline time */
- u_int32_t lr_reachable; /* reachable time */
+ RB_ENTRY(if_llreach) lr_link; /* RB tree links */
+ struct ifnet *lr_ifp; /* back pointer to ifnet */
+ u_int32_t lr_refcnt; /* reference count */
+ u_int32_t lr_reqcnt; /* RB tree request count */
+ u_int32_t lr_debug; /* see ifa_debug flags */
+ u_int32_t lr_probes; /* number of probes so far */
+ u_int64_t lr_basecal; /* base calendar time */
+ u_int64_t lr_baseup; /* base uptime */
+ u_int64_t lr_lastrcvd; /* last-heard-of timestamp */
+ u_int32_t lr_basereachable; /* baseline time */
+ u_int32_t lr_reachable; /* reachable time */