|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | NDEBUG |
Functions | |
| VOID | ApiInit () |
| VOID | ApiLock () |
| VOID | ApiUnlock () |
| VOID | ApiFree () |
| DWORD WINAPI | RpcThreadRoutine (LPVOID lpParameter) |
| HANDLE | InitRpc (VOID) |
| VOID | ShutdownRpc (VOID) |
| DWORD __stdcall | Server_AcquireParameters (_In_ PDHCP_SERVER_NAME ServerName, _In_ LPWSTR AdapterName) |
| DWORD __stdcall | Server_ReleaseParameters (_In_ PDHCP_SERVER_NAME ServerName, _In_ LPWSTR AdapterName) |
| DWORD __stdcall | Server_QueryHWInfo (_In_ PDHCP_SERVER_NAME ServerName, _In_ DWORD AdapterIndex, _Out_ PDWORD MediaType, _Out_ PDWORD Mtu, _Out_ PDWORD Speed) |
| DWORD __stdcall | Server_StaticRefreshParams (_In_ PDHCP_SERVER_NAME ServerName, _In_ DWORD AdapterIndex, _In_ DWORD Address, _In_ DWORD Netmask) |
| DWORD __stdcall | Server_RemoveDNSRegistrations (_In_ PDHCP_SERVER_NAME ServerName) |
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_QueryHWInfo(), Server_ReleaseParameters(), and Server_StaticRefreshParams().
| VOID ApiUnlock | ( | ) |
Definition at line 26 of file api.c.
Referenced by AdapterDiscoveryThread(), AdapterStop(), dispatch(), IsReconnectHackNeeded(), Server_AcquireParameters(), Server_QueryHWInfo(), 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 81 of file api.c.
| DWORD __stdcall Server_QueryHWInfo | ( | _In_ PDHCP_SERVER_NAME | ServerName, |
| _In_ DWORD | AdapterIndex, | ||
| _Out_ PDWORD | MediaType, | ||
| _Out_ PDWORD | Mtu, | ||
| _Out_ PDWORD | Speed | ||
| ) |
Definition at line 165 of file api.c.
| DWORD __stdcall Server_ReleaseParameters | ( | _In_ PDHCP_SERVER_NAME | ServerName, |
| _In_ LPWSTR | AdapterName | ||
| ) |
Definition at line 126 of file api.c.
| DWORD __stdcall Server_RemoveDNSRegistrations | ( | _In_ PDHCP_SERVER_NAME | ServerName | ) |
| DWORD __stdcall Server_StaticRefreshParams | ( | _In_ PDHCP_SERVER_NAME | ServerName, |
| _In_ DWORD | AdapterIndex, | ||
| _In_ DWORD | Address, | ||
| _In_ DWORD | Netmask | ||
| ) |
Definition at line 201 of file api.c.
Definition at line 71 of file api.c.
Referenced by ServiceMain().
|
static |
|
extern |
Definition at line 20 of file dhcpcsvc.c.
Referenced by Server_AcquireParameters(), Server_ReleaseParameters(), and Server_StaticRefreshParams().