15 lines
291 B
C
15 lines
291 B
C
#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__
|
|
|