Lines Matching defs:nd_ifinfo
66 struct nd_ifinfo { struct
67 u_int32_t linkmtu; /* LinkMTU */
68 u_int32_t maxmtu; /* Upper bound of LinkMTU */
69 u_int32_t basereachable; /* BaseReachableTime */
70 u_int32_t reachable; /* Reachable Time */
71 u_int32_t retrans; /* Retrans Timer */
72 u_int32_t flags; /* Flags */
73 int recalctm; /* BaseReacable re-calculation timer */
74 u_int8_t chlim; /* CurHopLimit */
75 u_int8_t initialized; /* Flag to see the entry is initialized */
77 u_int8_t randomseed0[8]; /* upper 64 bits of MD5 digest */
78 u_int8_t randomseed1[8]; /* lower 64 bits (usually the EUI64 IFID) */
102 (((struct in6_ifextra *)(ifp)->if_afdata[AF_INET6])->nd_ifinfo) argument