Home
last modified time | relevance | path

Searched defs:nd_prefix (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/netinet6/
H A Dnd6.h221 struct nd_prefix { struct
223 LIST_ENTRY(nd_prefix) ndpr_entry; argument
224 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 …]
/f-stack/tools/compat/include/netinet6/
H A Dnd6.h221 struct nd_prefix { struct
223 LIST_ENTRY(nd_prefix) ndpr_entry; argument
224 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 …]