ReactOS 0.4.16-dev-1019-g2c2cdfd
|
Go to the source code of this file.
Functions | |
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) |
DWORD APIENTRY | DhcpRosGetAdapterInfo (DWORD AdapterIndex, PBOOL DhcpEnabled, PDWORD DhcpServer, time_t *LeaseObtained, time_t *LeaseExpires) |
Definition at line 113 of file dhcpcsvc.c.
DWORD APIENTRY DhcpNotifyConfigChange | ( | LPWSTR | ServerName, |
LPWSTR | AdapterName, | ||
BOOL | NewIpAddress, | ||
DWORD | IpIndex, | ||
DWORD | IpAddress, | ||
DWORD | SubnetMask, | ||
int | DhcpAction | ||
) |
Definition at line 78 of file dhcpcsvc.c.
Definition at line 139 of file dhcpcsvc.c.
Referenced by IpReleaseAddress().
Definition at line 165 of file dhcpcsvc.c.
Referenced by IpRenewAddress().
DWORD APIENTRY DhcpRosGetAdapterInfo | ( | DWORD | AdapterIndex, |
PBOOL | DhcpEnabled, | ||
PDWORD | DhcpServer, | ||
time_t * | LeaseObtained, | ||
time_t * | LeaseExpires | ||
) |
Definition at line 191 of file dhcpcsvc.c.
Referenced by INetCfgComponentControl_fnApplyRegistryChanges().