if.h (49df4566) if.h (c793af95)
1/*
1/*
2 * Copyright 2005 Sun Microsystems, Inc. All rights reserved.
2 * Copyright 2006 Sun Microsystems, Inc. All rights reserved.
3 * Use is subject to license terms.
4 */
5
6/*
7 * Copyright (c) 1982, 1986 Regents of the University of California.
8 * All rights reserved. The Berkeley software License Agreement
9 * specifies the terms and conditions for redistribution.
10 */

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

292 */
293#define ND_UNCHANGED 0 /* For ioctls that don't modify state */
294#define ND_INCOMPLETE 1 /* addr resolution in progress */
295#define ND_REACHABLE 2 /* have recently been reachable */
296#define ND_STALE 3 /* may be unreachable, don't do anything */
297#define ND_DELAY 4 /* wait for upper layer hint */
298#define ND_PROBE 5 /* send probes */
299#define ND_UNREACHABLE 6 /* delete this route */
3 * Use is subject to license terms.
4 */
5
6/*
7 * Copyright (c) 1982, 1986 Regents of the University of California.
8 * All rights reserved. The Berkeley software License Agreement
9 * specifies the terms and conditions for redistribution.
10 */

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

292 */
293#define ND_UNCHANGED 0 /* For ioctls that don't modify state */
294#define ND_INCOMPLETE 1 /* addr resolution in progress */
295#define ND_REACHABLE 2 /* have recently been reachable */
296#define ND_STALE 3 /* may be unreachable, don't do anything */
297#define ND_DELAY 4 /* wait for upper layer hint */
298#define ND_PROBE 5 /* send probes */
299#define ND_UNREACHABLE 6 /* delete this route */
300#define ND_INITIAL 7 /* ipv4: arp resolution has not been sent yet */
300
301#define ND_STATE_VALID_MIN 0
301
302#define ND_STATE_VALID_MIN 0
302#define ND_STATE_VALID_MAX 6
303#define ND_STATE_VALID_MAX 7
303
304/*
305 * lnr_flags value of lif_nd_req.
306 * Used with SIOCLIF*ND ioctls.
307 */
308#define NDF_ISROUTER_ON 0x1
309#define NDF_ISROUTER_OFF 0x2
310#define NDF_ANYCAST_ON 0x4

--- 428 unchanged lines hidden ---
304
305/*
306 * lnr_flags value of lif_nd_req.
307 * Used with SIOCLIF*ND ioctls.
308 */
309#define NDF_ISROUTER_ON 0x1
310#define NDF_ISROUTER_OFF 0x2
311#define NDF_ANYCAST_ON 0x4

--- 428 unchanged lines hidden ---