Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This header is used by Dynamic Host Configuration Protocol (DHCP). For more information, see:
dhcpv6csdk.h contains the following programming interfaces:
Functions
| Dhcpv6CApiCleanup The Dhcpv6CApiCleanup function enables DHCPv6 to properly clean up resources allocated throughout the use of DHCPv6 function calls. The Dhcpv6CApiCleanup function must only be called if a previous call to Dhcpv6CApiInitialize executed successfully. |
| Dhcpv6CApiInitialize The Dhcpv6CApiInitialize function must be the first function call made by users of DHCPv6. |
| Dhcpv6ReleasePrefix Releases a prefix. |
| Dhcpv6RenewPrefix Renews a prefix. |
| Dhcpv6RequestParams Requests options from the DHCPv6 client cache or directly from the DHCPv6 server. |
| Dhcpv6RequestPrefix Requests a specific prefix. |
Structures
| DHCPV6CAPI_CLASSID Defines an IPv6 client class ID. |
| DHCPV6CAPI_PARAMS Contains a requested parameter. |
| DHCPV6CAPI_PARAMS_ARRAY Contains an array of requested parameters. |
| DHCPV6Prefix The DHCPV6Prefix contains an IPv6 prefix. |
| DHCPV6PrefixLeaseInformation Information about a prefix lease. |
Enumerations
| StatusCode The StatusCode enum contains status codes for IPv6 operations. |