Searched defs:nd_ifinfo90 (Results 1 – 1 of 1) sorted by relevance
34 struct nd_ifinfo90 { struct35 u_int32_t linkmtu; /* LinkMTU */36 u_int32_t maxmtu; /* Upper bound of LinkMTU */37 u_int32_t basereachable; /* BaseReachableTime */38 u_int32_t reachable; /* Reachable Time */39 u_int32_t retrans; /* Retrans Timer */40 u_int32_t flags; /* Flags */41 int recalctm; /* BaseReacable re-calculation timer */42 u_int8_t chlim; /* CurHopLimit */43 u_int8_t initialized; /* Flag to see the entry is initialized */[all …]