ReactOS 0.4.16-dev-319-g6cf4263
|
Go to the source code of this file.
Classes | |
struct | _INFO |
Macros | |
#define | TIMEOUT 4000 /* 4 second timeout */ |
Typedefs | |
typedef struct _INFO | INFO |
typedef struct _INFO * | PINFO |
Functions | |
static BOOL | InitConnection (PINFO pInfo, LPSTR lpAddress) |
static VOID | DestroyConnection (VOID) |
static BOOL | GetTransmitTime (PTIMEPACKET ptp) |
static BOOL | SendData (PINFO pInfo) |
static ULONG | ReceiveData (PINFO pInfo) |
ULONG | GetServerTime (LPWSTR lpAddress) |
Definition at line 12 of file ntpclient.c.
Definition at line 61 of file ntpclient.c.
Referenced by GetServerTime().
Definition at line 138 of file ntpclient.c.
Referenced by SetTime().
|
static |
Definition at line 68 of file ntpclient.c.
Referenced by SendData().
Definition at line 25 of file ntpclient.c.
Referenced by GetServerTime().
Definition at line 102 of file ntpclient.c.
Referenced by GetServerTime(), KdVmKdVmExchangeData(), and KdVmSendReceive().
Definition at line 76 of file ntpclient.c.
Referenced by GetServerTime(), KdpSendWaitContinue(), and test_IcmpSendEcho().