From 586ce656095e105fa68f7c42df6a4d05a8a93bd4 Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Tue, 4 Mar 1997 03:39:20 +0000 Subject: [PATCH] include ms-wins negotiation --- pppd/ipcp.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pppd/ipcp.h b/pppd/ipcp.h index abcd0b1..470c9ef 100644 --- a/pppd/ipcp.h +++ b/pppd/ipcp.h @@ -16,7 +16,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: ipcp.h,v 1.9 1996/07/01 01:14:04 paulus Exp $ + * $Id: ipcp.h,v 1.10 1997/03/04 03:39:20 paulus Exp $ */ /* @@ -26,7 +26,9 @@ #define CI_COMPRESSTYPE 2 /* Compression Type */ #define CI_ADDR 3 +#define CI_MS_WINS1 128 /* Primary WINS value */ #define CI_MS_DNS1 129 /* Primary DNS value */ +#define CI_MS_WINS2 130 /* Secondary WINS value */ #define CI_MS_DNS2 131 /* Secondary DNS value */ #define MAX_STATES 16 /* from slcompress.h */ @@ -54,6 +56,7 @@ typedef struct ipcp_options { u_char maxslotindex, cflag; /* values for RFC1332 VJ compression neg. */ u_int32_t ouraddr, hisaddr; /* Addresses in NETWORK BYTE ORDER */ u_int32_t dnsaddr[2]; /* Primary and secondary MS DNS entries */ + u_int32_t winsaddr[2]; /* Primary and secondary MS WINS entries */ } ipcp_options; extern fsm ipcp_fsm[]; -- 2.39.2