summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/ipcp.h
diff options
context:
space:
mode:
authoramurai <amurai@FreeBSD.org>1995-07-08 08:28:10 +0000
committeramurai <amurai@FreeBSD.org>1995-07-08 08:28:10 +0000
commit12091de41566fdff7513612a2345a4b4c08f3448 (patch)
tree33211f8cb8437cc275d2e27a83f6a9ec99c73131 /usr.sbin/ppp/ipcp.h
parentced7ace3735ea07f1c2bf344cdf6d06171a67441 (diff)
downloadFreeBSD-src-12091de41566fdff7513612a2345a4b4c08f3448.zip
FreeBSD-src-12091de41566fdff7513612a2345a4b4c08f3448.tar.gz
Some implementation of PPP are required that starting a negotiaion by
sending *special* value as my address, even though the standard of PPP is defined full negotiation based. (e.g. "0.0.0.0" or Not "0.0.0.0")
Diffstat (limited to 'usr.sbin/ppp/ipcp.h')
-rw-r--r--usr.sbin/ppp/ipcp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ppp/ipcp.h b/usr.sbin/ppp/ipcp.h
index 964f27f..220381f 100644
--- a/usr.sbin/ppp/ipcp.h
+++ b/usr.sbin/ppp/ipcp.h
@@ -15,7 +15,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id:$
+ * $Id: ipcp.h,v 1.2 1995/02/26 12:17:34 amurai Exp $
*
* TODO:
*/
@@ -56,6 +56,7 @@ struct in_range {
extern struct ipcpstate IpcpInfo;
extern struct in_range DefMyAddress;
extern struct in_range DefHisAddress;
+extern struct in_range DefTriggerAddress;
extern void IpcpInit __P((void));
extern void IpcpDefAddress __P((void));
OpenPOWER on IntegriCloud