Lines Matching defs:nd_prefix
220 struct nd_prefix { struct
222 LIST_ENTRY(nd_prefix) ndpr_entry; argument
223 struct sockaddr_in6 ndpr_prefix; /* prefix */
224 struct in6_addr ndpr_mask; /* netmask derived from the prefix */
226 u_int32_t ndpr_vltime; /* advertised valid lifetime */
227 u_int32_t ndpr_pltime; /* advertised preferred lifetime */
229 time_t ndpr_expire; /* expiration time of the prefix */
230 time_t ndpr_preferred; /* preferred time of the prefix */
231 time_t ndpr_lastupdate; /* reception time of last advertisement */
233 struct prf_ra ndpr_flags;
234 u_int32_t ndpr_stateflags; /* actual state flags */
259 VNET_DECLARE(struct nd_prhead, nd_prefix); argument