Searched defs:nd_prefix (Results 1 – 2 of 2) sorted by relevance
245 struct nd_prefix { struct247 LIST_ENTRY(nd_prefix) ndpr_entry; argument248 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 …]
142 struct nd_prhead nd_prefix = { 0 }; variable