|
ReactOS 0.4.17-dev-243-g1369312
|

Go to the source code of this file.
Macros | |
| #define | NDEBUG |
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(), IsReconnectHackNeeded(), Server_AcquireParameters(), Server_EnableDhcp(), Server_FallbackRefreshParams(), Server_ReleaseParameters(), and Server_StaticRefreshParams().
| VOID ApiUnlock | ( | ) |
Definition at line 26 of file api.c.
Referenced by AdapterDiscoveryThread(), AdapterStop(), dispatch(), IsReconnectHackNeeded(), Server_AcquireParameters(), Server_EnableDhcp(), Server_FallbackRefreshParams(), Server_ReleaseParameters(), and Server_StaticRefreshParams().
Definition at line 65 of file api.c.
Referenced by ServiceMain().
Definition at line 36 of file api.c.
Referenced by InitRpc().
| DWORD __stdcall Server_AcquireParameters | ( | _In_ PDHCP_SERVER_NAME | ServerName, |
| _In_ LPWSTR | AdapterName | ||
| ) |
Definition at line 148 of file api.c.
| DWORD __stdcall Server_AcquireParametersByBroadcast | ( | _In_ PDHCP_SERVER_NAME | ServerName, |
| _In_ LPWSTR | AdapterName | ||
| ) |
| DWORD __stdcall Server_EnableDhcp | ( | _In_ PDHCP_SERVER_NAME | ServerName, |
| _In_ LPWSTR | AdapterName, | ||
| _In_ BOOL | Enable | ||
| ) |
Definition at line 81 of file api.c.
Referenced by DhcpNotifyConfigChangeEx().
| DWORD __stdcall Server_FallbackRefreshParams | ( | _In_ PDHCP_SERVER_NAME | ServerName, |
| _In_ LPWSTR | AdapterName | ||
| ) |
Definition at line 242 of file api.c.
| DWORD __stdcall Server_ReleaseParameters | ( | _In_ PDHCP_SERVER_NAME | ServerName, |
| _In_ LPWSTR | AdapterName | ||
| ) |
Definition at line 203 of file api.c.
| DWORD __stdcall Server_RemoveDNSRegistrations | ( | _In_ PDHCP_SERVER_NAME | ServerName | ) |
| DWORD __stdcall Server_RequestParams | ( | _In_ PDHCP_SERVER_NAME | ServerName, |
| _In_ LPWSTR | AdapterName, | ||
| _In_ DHCPCAPI_CLASSID * | ClassId, | ||
| _In_ DHCPCAPI_PARAMS_ARRAY * | SendParams, | ||
| _In_ DWORD | Unknown5, | ||
| _In_ DWORD | Unknown6 | ||
| ) |
Definition at line 354 of file api.c.
| DWORD __stdcall Server_StaticRefreshParams | ( | _In_ PDHCP_SERVER_NAME | ServerName, |
| _In_ DWORD | AdapterIndex, | ||
| _In_ DWORD | Address, | ||
| _In_ DWORD | Netmask | ||
| ) |
Definition at line 286 of file api.c.
Definition at line 71 of file api.c.
Referenced by ServiceMain().
|
static |
|
extern |
Definition at line 21 of file dhcpcsvc.c.
Referenced by Server_AcquireParameters(), Server_EnableDhcp(), Server_ReleaseParameters(), and Server_StaticRefreshParams().