Home
last modified time | relevance | path

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

/freebsd/sys/netinet6/
H A Dnd6.h225 struct nd_prefix { struct
227 LIST_ENTRY(nd_prefix) ndpr_entry; argument
228 struct sockaddr_in6 ndpr_prefix; /* prefix */
229 struct in6_addr ndpr_mask; /* netmask derived from the prefix */
231 u_int32_t ndpr_vltime; /* advertised valid lifetime */
232 u_int32_t ndpr_pltime; /* advertised preferred lifetime */
234 time_t ndpr_expire; /* expiration time of the prefix */
235 time_t ndpr_preferred; /* preferred time of the prefix */
236 time_t ndpr_lastupdate; /* reception time of last advertisement */
238 struct prf_ra ndpr_flags;
[all …]