ipcp.h (2764b86afdc99a30f4b1a4da2c04db8aa7aa785d) ipcp.h (565e35e50e2cdac423588a3d18742544bde128b0)
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.18.2.19 1998/04/05 19:02:42 brian Exp $
18 * $Id: ipcp.h,v 1.18.2.20 1998/04/07 00:53:52 brian Exp $
19 *
20 * TODO:
21 */
22
23#define IPCP_MAXCODE CODE_CODEREJ
24
25#define TY_IPADDRS 1
26#define TY_COMPPROTO 2

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

95extern void ipcp_Setup(struct ipcp *);
96
97extern int ReportIpcpStatus(struct cmdargs const *);
98extern void IpcpInput(struct ipcp *, struct mbuf *);
99extern void ipcp_AddInOctets(struct ipcp *, int);
100extern void ipcp_AddOutOctets(struct ipcp *, int);
101extern int UseHisaddr(struct bundle *, const char *, int);
102extern int SetInitVJ(struct cmdargs const *);
19 *
20 * TODO:
21 */
22
23#define IPCP_MAXCODE CODE_CODEREJ
24
25#define TY_IPADDRS 1
26#define TY_COMPPROTO 2

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

95extern void ipcp_Setup(struct ipcp *);
96
97extern int ReportIpcpStatus(struct cmdargs const *);
98extern void IpcpInput(struct ipcp *, struct mbuf *);
99extern void ipcp_AddInOctets(struct ipcp *, int);
100extern void ipcp_AddOutOctets(struct ipcp *, int);
101extern int UseHisaddr(struct bundle *, const char *, int);
102extern int SetInitVJ(struct cmdargs const *);
103extern void IpcpCleanInterface(struct fsm *);
103extern void IpcpCleanInterface(struct ipcp *);