Searched defs:nd_prefix (Results 1 – 1 of 1) sorted by relevance
220 struct nd_prefix { struct222 LIST_ENTRY(nd_prefix) ndpr_entry; argument223 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;[all …]