Searched defs:nd_ifinfo (Results 1 – 2 of 2) sorted by relevance
65 struct nd_ifinfo { struct66 u_int32_t linkmtu; /* LinkMTU */67 u_int32_t maxmtu; /* Upper bound of LinkMTU */68 u_int32_t basereachable; /* BaseReachableTime */69 u_int32_t reachable; /* Reachable Time */70 u_int32_t retrans; /* Retrans Timer */71 u_int32_t flags; /* Flags */72 int recalctm; /* BaseReacable re-calculation timer */73 u_int8_t chlim; /* CurHopLimit */74 u_int8_t initialized; /* Flag to see the entry is initialized */[all …]
105 struct nd_ifinfo *nd_ifinfo; member