Add IPv6 support

This commit is contained in:
Miroslav Lichvar
2009-10-09 15:00:59 +02:00
parent 183d56fd40
commit 8265ff2890
32 changed files with 1709 additions and 770 deletions

View File

@@ -32,6 +32,7 @@
#define GOT_CMDPARSE_H
#include "srcparams.h"
#include "addressing.h"
typedef enum {
CPS_Success,
@@ -47,7 +48,7 @@ typedef enum {
} CPS_Status;
typedef struct {
unsigned long ip_addr;
IPAddr ip_addr;
unsigned short port;
SourceParameters params;
} CPS_NTP_Source;