xref: /haiku/src/add-ons/kernel/network/ppp/ipcp/IPCP.h (revision 3cb015b1ee509d69c643506e8ff573808c86dcfc)
1 /*
2  * Copyright 2003-2004, Waldemar Kornewald <wkornew@gmx.net>
3  * Distributed under the terms of the MIT License.
4  */
5 
6 #ifndef IPCP__H
7 #define IPCP__H
8 
9 
10 #define IPCP_LOCAL_SIDE_KEY			"Local"
11 #define IPCP_PEER_SIDE_KEY			"Peer"
12 #define IPCP_IP_ADDRESS_KEY			"Address"
13 #define IPCP_NETMASK_KEY			"Netmask"
14 #define IPCP_PRIMARY_DNS_KEY		"PrimaryDNS"
15 #define IPCP_SECONDARY_DNS_KEY		"SecondaryDNS"
16 
17 
18 #endif
19