xref: /haiku/src/add-ons/kernel/network/ppp/ipcp/IPCP.h (revision 67bce78b48ed6d01b5a8eef89f5694c372b7e0a1)
1 //-----------------------------------------------------------------------
2 //  This software is part of the OpenBeOS distribution and is covered
3 //  by the OpenBeOS license.
4 //
5 //  Copyright (c) 2003-2004 Waldemar Kornewald, Waldemar.Kornewald@web.de
6 //-----------------------------------------------------------------------
7 
8 #ifndef IPCP__H
9 #define IPCP__H
10 
11 
12 #define IPCP_LOCAL_SIDE_KEY			"Local"
13 #define IPCP_PEER_SIDE_KEY			"Peer"
14 #define IPCP_IP_ADDRESS_KEY			"Address"
15 #define IPCP_NETMASK_KEY			"Netmask"
16 #define IPCP_PRIMARY_DNS_KEY		"PrimaryDNS"
17 #define IPCP_SECONDARY_DNS_KEY		"SecondaryDNS"
18 
19 
20 #endif
21