Lines Matching defs:nd_ifinfo
64 struct nd_ifinfo { struct
65 u_int32_t linkmtu; /* LinkMTU */
66 u_int32_t maxmtu; /* Upper bound of LinkMTU */
67 u_int32_t basereachable; /* BaseReachableTime */
68 u_int32_t reachable; /* Reachable Time */
69 u_int32_t retrans; /* Retrans Timer */
70 u_int32_t flags; /* Flags */
71 int recalctm; /* BaseReacable re-calculation timer */
72 u_int8_t chlim; /* CurHopLimit */
73 u_int8_t initialized; /* Flag to see the entry is initialized */
97 (((struct in6_ifextra *)(ifp)->if_afdata[AF_INET6])->nd_ifinfo) argument