tables.h (b0f490f4) tables.h (69bb4bb4)
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 189 unchanged lines hidden (view full) ---

198 uint_t pr_ValidLifetime; /* In ms w/ 2 hour rule */
199 uint_t pr_PreferredLifetime; /* In millseconds */
200 uint_t pr_OnLinkLifetime; /* ms valid w/o 2 hour rule */
201 boolean_t pr_OnLinkFlag;
202 boolean_t pr_AutonomousFlag;
203
204 uint_t pr_CreateTime; /* tmpaddr creation time */
205 /* in SECONDS */
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 189 unchanged lines hidden (view full) ---

198 uint_t pr_ValidLifetime; /* In ms w/ 2 hour rule */
199 uint_t pr_PreferredLifetime; /* In millseconds */
200 uint_t pr_OnLinkLifetime; /* ms valid w/o 2 hour rule */
201 boolean_t pr_OnLinkFlag;
202 boolean_t pr_AutonomousFlag;
203
204 uint_t pr_CreateTime; /* tmpaddr creation time */
205 /* in SECONDS */
206 uint_t pr_attempts; /* attempts to configure */
206};
207
208/*
209 * Flags used for pr_kernel_state and pr_state where the latter is
210 * user-level state.
211 */
212#define PR_ONLINK 0x01 /* On-link */
213#define PR_AUTO 0x02 /* Stateless addrconf */

--- 147 unchanged lines hidden ---
207};
208
209/*
210 * Flags used for pr_kernel_state and pr_state where the latter is
211 * user-level state.
212 */
213#define PR_ONLINK 0x01 /* On-link */
214#define PR_AUTO 0x02 /* Stateless addrconf */

--- 147 unchanged lines hidden ---