Home
last modified time | relevance | path

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

/illumos-gate/usr/src/head/
H A Dndpd.h85 typedef struct ndpd_prefix_info_s { struct
86 uint_t prefix_info_type;
87 uint_t prefix_info_version;
88 struct in6_addr prefix_prefix; /* Used to indentify prefix */
89 uint_t prefix_len; /* Num bits valid */
90 uint_t prefix_flags; /* IFF_ flags */
91 uint_t prefix_phyint_index;
92 uint_t prefix_ValidLifetime; /* In ms w/ 2 hour rule */
93 uint_t prefix_PreferredLifetime; /* In millseconds */
94 uint_t prefix_OnLinkLifetime; /* ms valid w/o 2 hour rule */
[all …]