Searched defs:nd_prefix (Results 1 – 1 of 1) sorted by relevance
225 struct nd_prefix { struct227 LIST_ENTRY(nd_prefix) ndpr_entry; argument228 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 …]