Lines Matching defs:nd_prefix
245 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;
256 u_int32_t ndpr_stateflags; /* actual state flags */
259 u_char ndpr_plen;
260 int ndpr_refcnt; /* reference couter from addresses */