15 lines
291 B
C
Raw Normal View History

2001-01-01 00:00:00 +01:00
#ifndef __NCP_H__
#define __NCP_H__
#define MAX_IPCP_CODE 7
#define IPCP_IpCompression 2
#define IPCP_IpAddress 3
#define IPCP_DnsIpAddress 129
#define IPADDRESSOPTIONLEN 6
#define IPCOMPRESSIONOPTIONLEN 6
#endif // __NCP_H__