ng_pppoe.h (12f035e0fd8dc9d6174834ca1b41a4740cc087c5) ng_pppoe.h (d0fef8084f25a00bcb545d63eea63d4d91df0eea)
1
2/*
3 * ng_pppoe.h
4 *
5 * Copyright (c) 1996-1999 Whistle Communications, Inc.
6 * All rights reserved.
7 *
8 * Subject to the following obligations and disclaimer of warranty, use and

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

121
122
123/********************************************************************
124 * Constants and definitions specific to pppoe
125 ********************************************************************/
126
127#define PPPOE_TIMEOUT_LIMIT 64
128#define PPPOE_OFFER_TIMEOUT 16
1
2/*
3 * ng_pppoe.h
4 *
5 * Copyright (c) 1996-1999 Whistle Communications, Inc.
6 * All rights reserved.
7 *
8 * Subject to the following obligations and disclaimer of warranty, use and

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

121
122
123/********************************************************************
124 * Constants and definitions specific to pppoe
125 ********************************************************************/
126
127#define PPPOE_TIMEOUT_LIMIT 64
128#define PPPOE_OFFER_TIMEOUT 16
129#define PPPOE_INITIAL_TIMEOUT 2
129
130/* Codes to identify message types */
131#define PADI_CODE 0x09
132#define PADO_CODE 0x07
133#define PADR_CODE 0x19
134#define PADS_CODE 0x65
135#define PADT_CODE 0xa7
136

--- 88 unchanged lines hidden ---
130
131/* Codes to identify message types */
132#define PADI_CODE 0x09
133#define PADO_CODE 0x07
134#define PADR_CODE 0x19
135#define PADS_CODE 0x65
136#define PADT_CODE 0xa7
137

--- 88 unchanged lines hidden ---