summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pppd/pppd.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1996-03-01 19:29:44 +0000
committerphk <phk@FreeBSD.org>1996-03-01 19:29:44 +0000
commit8bc36c3dbc3c59e9d8632ddda344652ff44d3ec1 (patch)
tree1c9cbef7f7c1e9feb2933a403aacaa972df34957 /usr.sbin/pppd/pppd.h
parent0d3859fc4832bd1d80625f81b97b1e37cc44bb93 (diff)
downloadFreeBSD-src-8bc36c3dbc3c59e9d8632ddda344652ff44d3ec1.zip
FreeBSD-src-8bc36c3dbc3c59e9d8632ddda344652ff44d3ec1.tar.gz
Use libmd.
Add support for negotiating (more like "informing peer") about DNS. Various cleanup of warnings.
Diffstat (limited to 'usr.sbin/pppd/pppd.h')
-rw-r--r--usr.sbin/pppd/pppd.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/pppd/pppd.h b/usr.sbin/pppd/pppd.h
index 66b0107..bedf675 100644
--- a/usr.sbin/pppd/pppd.h
+++ b/usr.sbin/pppd/pppd.h
@@ -16,7 +16,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: pppd.h,v 1.8 1995/04/26 06:46:31 paulus Exp $
+ * $Id: pppd.h,v 1.4 1995/10/31 21:21:42 peter Exp $
*/
/*
@@ -67,6 +67,8 @@ extern int crtscts; /* Use hardware flow control */
extern int modem; /* Use modem control lines */
extern int inspeed; /* Input/Output speed requested */
extern u_int32_t netmask; /* IP netmask to set on interface */
+extern u_int32_t dns1; /* Primary DNS server */
+extern u_int32_t dns2; /* Secondary DNS server */
extern int lockflag; /* Create lock file to lock the serial dev */
extern int nodetach; /* Don't detach from controlling tty */
extern char *connector; /* Script to establish physical link */
OpenPOWER on IntegriCloud