ReactOS 0.4.16-dev-338-g34e76ad
|
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 | ||
) |
Get DHCP info for an adapter
[in] | AdapterIndex | Index of the adapter (iphlpapi-style) for which info is requested |
[out] | DhcpEnabled | Returns whether DHCP is enabled for the adapter |
[out] | DhcpServer | Returns DHCP server IP address (255.255.255.255 if no server reached yet), in network byte order |
[out] | LeaseObtained | Returns time at which the lease was obtained |
[out] | LeaseExpires | Returns time at which the lease will expire |
Definition at line 300 of file dhcpcsvc.c.
Definition at line 191 of file dhcpcsvc.c.
Referenced by INetCfgComponentControl_fnApplyRegistryChanges().