Deleted Added
full compact
ipcp.h (40561) ipcp.h (40665)
1/*
2 * Written by Toshiharu OHNO (tony-o@iij.ad.jp)
3 *
4 * Copyright (C) 1993, Internet Initiative Japan, Inc. All rights reserverd.
5 *
6 * Redistribution and use in source and binary forms are permitted
7 * provided that the above copyright notice and this paragraph are
8 * duplicated in all such forms and that any documentation,
9 * advertising materials, and other materials related to such
10 * distribution and use acknowledge that the software was developed
11 * by the Internet Initiative Japan. The name of the
12 * IIJ may not be used to endorse or promote products derived
13 * from this software without specific prior written permission.
14 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
15 * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
16 * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
17 *
1/*
2 * Written by Toshiharu OHNO (tony-o@iij.ad.jp)
3 *
4 * Copyright (C) 1993, Internet Initiative Japan, Inc. All rights reserverd.
5 *
6 * Redistribution and use in source and binary forms are permitted
7 * provided that the above copyright notice and this paragraph are
8 * duplicated in all such forms and that any documentation,
9 * advertising materials, and other materials related to such
10 * distribution and use acknowledge that the software was developed
11 * by the Internet Initiative Japan. The name of the
12 * IIJ may not be used to endorse or promote products derived
13 * from this software without specific prior written permission.
14 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
15 * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
16 * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
17 *
18 * $Id: ipcp.h,v 1.20 1998/08/26 17:39:37 brian Exp $
18 * $Id: ipcp.h,v 1.21 1998/10/22 02:32:49 brian Exp $
19 *
20 * TODO:
21 */
22
23#define IPCP_MAXCODE CODE_CODEREJ
24
25#define TY_IPADDRS 1
26#define TY_COMPPROTO 2

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

52 unsigned neg : 2; /* VJ negotiation */
53 } vj;
54
55 struct in_range my_range; /* MYADDR spec */
56 struct in_addr netmask; /* netmask (unused by most OSs) */
57 struct in_range peer_range; /* HISADDR spec */
58 struct iplist peer_list; /* Ranges of HISADDR values */
59
19 *
20 * TODO:
21 */
22
23#define IPCP_MAXCODE CODE_CODEREJ
24
25#define TY_IPADDRS 1
26#define TY_COMPPROTO 2

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

52 unsigned neg : 2; /* VJ negotiation */
53 } vj;
54
55 struct in_range my_range; /* MYADDR spec */
56 struct in_addr netmask; /* netmask (unused by most OSs) */
57 struct in_range peer_range; /* HISADDR spec */
58 struct iplist peer_list; /* Ranges of HISADDR values */
59
60 u_long sendpipe; /* route sendpipe size */
61 u_long recvpipe; /* route recvpipe size */
62
60 struct in_addr TriggerAddress; /* Address to suggest in REQ */
61 unsigned HaveTriggerAddress : 1; /* Trigger address specified */
62
63 struct {
64 struct in_addr dns[2]; /* DNS addresses offered */
65 unsigned dns_neg : 2; /* dns negotiation */
66 struct in_addr nbns[2]; /* NetBIOS NS addresses offered */
67 } ns;

--- 45 unchanged lines hidden ---
63 struct in_addr TriggerAddress; /* Address to suggest in REQ */
64 unsigned HaveTriggerAddress : 1; /* Trigger address specified */
65
66 struct {
67 struct in_addr dns[2]; /* DNS addresses offered */
68 unsigned dns_neg : 2; /* dns negotiation */
69 struct in_addr nbns[2]; /* NetBIOS NS addresses offered */
70 } ns;

--- 45 unchanged lines hidden ---