X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fipcp.h;h=0e449319b64bf56336a16ea297999716302dfd84;hb=089687fbcc6524809ae9f4b2f8145fe3c2a91147;hp=9c4f68df2b862d8d0a28c17aa5bd741515f8dba8;hpb=d0ccb87156c295da4f679f35936a976cea46d38c;p=ppp.git diff --git a/pppd/ipcp.h b/pppd/ipcp.h index 9c4f68d..0e44931 100644 --- a/pppd/ipcp.h +++ b/pppd/ipcp.h @@ -39,6 +39,10 @@ * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#ifndef PPP_IPCP_H +#define PPP_IPCP_H + +#include "pppdconf.h" /* * Options. @@ -76,6 +80,8 @@ typedef struct ipcp_options { bool accept_remote; /* accept peer's value for hisaddr */ bool req_dns1; /* Ask peer to send primary DNS address? */ bool req_dns2; /* Ask peer to send secondary DNS address? */ + bool req_wins1; /* Ask peer to send primary WINS address? */ + bool req_wins2; /* Ask peer to send secondary WINS address? */ int vj_protocol; /* protocol value to use in VJ option */ int maxslotindex; /* values for RFC1332 VJ compression neg. */ bool cflag; @@ -93,3 +99,5 @@ extern ipcp_options ipcp_hisoptions[]; char *ip_ntoa(u_int32_t); extern struct protent ipcp_protent; + +#endif /* PPP_IPCP_H */