Home
last modified time | relevance | path

Searched defs:nd_ifinfo (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/netinet6/
H A Dnd6.h65 struct nd_ifinfo { struct
66 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 …]
H A Din6_var.h105 struct nd_ifinfo *nd_ifinfo; member