ReactOS 0.4.16-dev-321-g63bb46a
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
VOID | ApiInit () |
VOID | ApiLock () |
VOID | ApiUnlock () |
VOID | ApiFree () |
DWORD | DSLeaseIpAddress (PipeSendFunc Send, HANDLE CommPipe, COMM_DHCP_REQ *Req) |
DWORD | DSQueryHWInfo (PipeSendFunc Send, HANDLE CommPipe, COMM_DHCP_REQ *Req) |
DWORD | DSReleaseIpAddressLease (PipeSendFunc Send, HANDLE CommPipe, COMM_DHCP_REQ *Req) |
DWORD | DSRenewIpAddressLease (PipeSendFunc Send, HANDLE CommPipe, COMM_DHCP_REQ *Req) |
DWORD | DSStaticRefreshParams (PipeSendFunc Send, HANDLE CommPipe, COMM_DHCP_REQ *Req) |
DWORD | DSGetAdapterInfo (PipeSendFunc Send, HANDLE CommPipe, COMM_DHCP_REQ *Req) |
Variables | |
static CRITICAL_SECTION | ApiCriticalSection |
HANDLE | hAdapterStateChangedEvent |
VOID ApiFree | ( | ) |
VOID ApiInit | ( | ) |
Definition at line 18 of file api.c.
Referenced by init_client().
VOID ApiLock | ( | ) |
Definition at line 22 of file api.c.
Referenced by AdapterDiscoveryThread(), AdapterStop(), dispatch(), DSGetAdapterInfo(), DSLeaseIpAddress(), DSQueryHWInfo(), DSReleaseIpAddressLease(), DSRenewIpAddressLease(), DSStaticRefreshParams(), and IsReconnectHackNeeded().
VOID ApiUnlock | ( | ) |
Definition at line 26 of file api.c.
Referenced by AdapterDiscoveryThread(), AdapterStop(), dispatch(), DSGetAdapterInfo(), DSLeaseIpAddress(), DSQueryHWInfo(), DSReleaseIpAddressLease(), DSRenewIpAddressLease(), DSStaticRefreshParams(), and IsReconnectHackNeeded().
DWORD DSGetAdapterInfo | ( | PipeSendFunc | Send, |
HANDLE | CommPipe, | ||
COMM_DHCP_REQ * | Req | ||
) |
Definition at line 209 of file api.c.
Referenced by PipeThreadProc().
DWORD DSLeaseIpAddress | ( | PipeSendFunc | Send, |
HANDLE | CommPipe, | ||
COMM_DHCP_REQ * | Req | ||
) |
Definition at line 36 of file api.c.
Referenced by PipeThreadProc().
DWORD DSQueryHWInfo | ( | PipeSendFunc | Send, |
HANDLE | CommPipe, | ||
COMM_DHCP_REQ * | Req | ||
) |
Definition at line 68 of file api.c.
Referenced by PipeThreadProc().
DWORD DSReleaseIpAddressLease | ( | PipeSendFunc | Send, |
HANDLE | CommPipe, | ||
COMM_DHCP_REQ * | Req | ||
) |
Definition at line 90 of file api.c.
Referenced by PipeThreadProc().
DWORD DSRenewIpAddressLease | ( | PipeSendFunc | Send, |
HANDLE | CommPipe, | ||
COMM_DHCP_REQ * | Req | ||
) |
Definition at line 129 of file api.c.
Referenced by PipeThreadProc().
DWORD DSStaticRefreshParams | ( | PipeSendFunc | Send, |
HANDLE | CommPipe, | ||
COMM_DHCP_REQ * | Req | ||
) |
Definition at line 165 of file api.c.
Referenced by PipeThreadProc().
|
static |
|
extern |
Definition at line 20 of file dhcpcsvc.c.
Referenced by DSLeaseIpAddress(), DSReleaseIpAddressLease(), DSRenewIpAddressLease(), and DSStaticRefreshParams().