defs.h (0a12cda4) defs.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

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

93#define D_STATE 0x0020 /* RS/RA state machine */
94#define D_IFSCAN 0x0040 /* Scan of kernel interfaces */
95#define D_TIMER 0x0080 /* Timer mechanism */
96#define D_PARSE 0x0100 /* config file parser */
97#define D_PKTIN 0x0200 /* Received packet */
98#define D_PKTBAD 0x0400 /* Malformed packet */
99#define D_PKTOUT 0x0800 /* Sent packet */
100#define D_TMP 0x1000 /* RFC3041 mechanism */
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

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

93#define D_STATE 0x0020 /* RS/RA state machine */
94#define D_IFSCAN 0x0040 /* Scan of kernel interfaces */
95#define D_TIMER 0x0080 /* Timer mechanism */
96#define D_PARSE 0x0100 /* config file parser */
97#define D_PKTIN 0x0200 /* Received packet */
98#define D_PKTBAD 0x0400 /* Malformed packet */
99#define D_PKTOUT 0x0800 /* Sent packet */
100#define D_TMP 0x1000 /* RFC3041 mechanism */
101#define D_DAD 0x2000 /* Duplciate Address Detection */
102
103#define IF_SEPARATOR ':'
104#define IPV6_MAX_HOPS 255
105#define IPV6_MIN_MTU (1024+256)
106#define IPV6_ABITS 128
107#define TMP_TOKEN_BITS 64
108#define TMP_TOKEN_BYTES (TMP_TOKEN_BITS / 8)
109#define MAX_DAD_FAILURES 5

--- 43 unchanged lines hidden ---
101
102#define IF_SEPARATOR ':'
103#define IPV6_MAX_HOPS 255
104#define IPV6_MIN_MTU (1024+256)
105#define IPV6_ABITS 128
106#define TMP_TOKEN_BITS 64
107#define TMP_TOKEN_BYTES (TMP_TOKEN_BITS / 8)
108#define MAX_DAD_FAILURES 5

--- 43 unchanged lines hidden ---