Home
last modified time | relevance | path

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

/dflybsd-src/sys/netinet6/
H A Dnd6.h245 struct nd_prefix { struct
247 LIST_ENTRY(nd_prefix) ndpr_entry; argument
248 struct sockaddr_in6 ndpr_prefix; /* prefix */
249 struct in6_addr ndpr_mask; /* netmask derived from the prefix */
250 struct in6_addr ndpr_addr; /* address that is derived from the prefix */
251 u_int32_t ndpr_vltime; /* advertised valid lifetime */
252 u_int32_t ndpr_pltime; /* advertised preferred lifetime */
253 time_t ndpr_expire; /* expiration time of the prefix */
254 time_t ndpr_preferred; /* preferred time of the prefix */
255 struct prf_ra ndpr_flags;
[all …]
H A Dnd6.c142 struct nd_prhead nd_prefix = { 0 }; variable