summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/ipcp.h
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1997-08-25 00:29:32 +0000
committerbrian <brian@FreeBSD.org>1997-08-25 00:29:32 +0000
commit1a67d257255b14fb46fc02630bf861a49bebd625 (patch)
tree5a0190bb42d398d91fc5bbdd17de31f54aec2459 /usr.sbin/ppp/ipcp.h
parentbbf38e6e36ecd35771c55badcb09ca745a61d881 (diff)
downloadFreeBSD-src-1a67d257255b14fb46fc02630bf861a49bebd625.zip
FreeBSD-src-1a67d257255b14fb46fc02630bf861a49bebd625.tar.gz
Make the code format more in line with style(9).
Update loadalias to use the new libalias api. Update to version 1.1.
Diffstat (limited to 'usr.sbin/ppp/ipcp.h')
-rw-r--r--usr.sbin/ppp/ipcp.h24
1 files changed, 13 insertions, 11 deletions
diff --git a/usr.sbin/ppp/ipcp.h b/usr.sbin/ppp/ipcp.h
index 4e84055..4f76105 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: ipcp.h,v 1.7 1997/06/09 03:27:24 brian Exp $
+ * $Id: ipcp.h,v 1.8 1997/08/19 01:10:22 brian Exp $
*
* TODO:
*/
@@ -39,27 +39,27 @@
#endif
struct ipcpstate {
- struct in_addr his_ipaddr; /* IP address he is willing to use */
- u_long his_compproto;
+ struct in_addr his_ipaddr; /* IP address he is willing to use */
+ u_long his_compproto;
- struct in_addr want_ipaddr; /* IP address I'm willing to use */
- u_long want_compproto;
+ struct in_addr want_ipaddr; /* IP address I'm willing to use */
+ u_long want_compproto;
- u_long his_reject; /* Request codes rejected by peer */
- u_long my_reject; /* Request codes I have rejected */
- int heis1172; /* True if he is speaking rfc1172 */
+ u_long his_reject; /* Request codes rejected by peer */
+ u_long my_reject; /* Request codes I have rejected */
+ int heis1172; /* True if he is speaking rfc1172 */
};
struct compreq {
u_short proto;
- u_char slots;
- u_char compcid;
+ u_char slots;
+ u_char compcid;
};
struct in_range {
struct in_addr ipaddr;
struct in_addr mask;
- int width;
+ int width;
};
extern struct ipcpstate IpcpInfo;
@@ -71,8 +71,10 @@ extern int HaveTriggerAddress;
#ifndef NOMSEXT
extern struct in_addr ns_entries[2];
extern struct in_addr nbns_entries[2];
+
#endif
extern void IpcpInit(void);
extern void IpcpDefAddress(void);
+
#endif
OpenPOWER on IntegriCloud