ReactOS 0.4.16-dev-1172-g2041f3c
|
Go to the source code of this file.
Functions | |
DWORD APIENTRY | DhcpAcquireParameters (_In_ PSTR AdapterName) |
DWORD APIENTRY | DhcpReleaseParameters (_In_ PSTR AdapterName) |
DWORD APIENTRY | DhcpLeaseIpAddress (DWORD AdapterIndex) |
DWORD APIENTRY | DhcpQueryHWInfo (DWORD AdapterIndex, PDWORD MediaType, PDWORD Mtu, PDWORD Speed) |
DWORD APIENTRY | DhcpReleaseIpAddressLease (DWORD AdapterIndex) |
DWORD APIENTRY | DhcpRenewIpAddressLease (DWORD AdapterIndex) |
DWORD APIENTRY | DhcpStaticRefreshParams (DWORD AdapterIndex, DWORD Address, DWORD Netmask) |
DWORD APIENTRY | DhcpNotifyConfigChange (LPWSTR ServerName, LPWSTR AdapterName, BOOL NewIpAddress, DWORD IpIndex, DWORD IpAddress, DWORD SubnetMask, int DhcpAction) |
Definition at line 81 of file dhcpcsvc.c.
Definition at line 176 of file dhcpcsvc.c.
DWORD APIENTRY DhcpNotifyConfigChange | ( | LPWSTR | ServerName, |
LPWSTR | AdapterName, | ||
BOOL | NewIpAddress, | ||
DWORD | IpIndex, | ||
DWORD | IpAddress, | ||
DWORD | SubnetMask, | ||
int | DhcpAction | ||
) |
Definition at line 141 of file dhcpcsvc.c.
Definition at line 202 of file dhcpcsvc.c.
Referenced by IpReleaseAddress().
Definition at line 112 of file dhcpcsvc.c.
Definition at line 228 of file dhcpcsvc.c.
Referenced by IpRenewAddress().
Definition at line 254 of file dhcpcsvc.c.
Referenced by INetCfgComponentControl_fnApplyRegistryChanges().