Searched defs:nd_prefix (Results 1 – 2 of 2) sorted by relevance
221 struct nd_prefix { struct223 LIST_ENTRY(nd_prefix) ndpr_entry; argument224 struct sockaddr_in6 ndpr_prefix; /* prefix */227 u_int32_t ndpr_vltime; /* advertised valid lifetime */230 time_t ndpr_expire; /* expiration time of the prefix */231 time_t ndpr_preferred; /* preferred time of the prefix */234 struct prf_ra ndpr_flags;235 u_int32_t ndpr_stateflags; /* actual state flags */238 u_char ndpr_plen;239 int ndpr_addrcnt; /* count of derived addresses */[all …]