|
NetBurner 3.5.6
PDF Version |
Functions | |
| void | InitIPv6 (int ifc=0) |
| void | ShowAllV6Info () |
| void | StartDHCPv6_Solicit (int ifnum=-1) |
| Manually starts the DHCPv6 Client in Full Solicitation mode. | |
| void | StartDHCPv6_InfoReq (int ifnum=-1) |
| Manually starts the DHCPv6 Client in Full Solicitation mode. | |
| void | StartDHCPv6 (int ifnum=-1) |
| Manually starts the DHCPv6 Client in Information Request mode. | |
| bool | AddStaticIPv6Address (const IPADDR6 &ip, int ifnum=-1) |
| Add a static IPv6 address to an interface. | |
| bool | RemoveStaticIPv6Address (const IPADDR6 &ip, int ifnum=-1) |
| Add a static IPv6 address to an interface. | |
#include< ipv6_intf.h>
| bool AddStaticIPv6Address | ( | const IPADDR6 & | ip, |
| int | ifnum = -1 ) |
#include <ipv6_intf.h>
Add a static IPv6 address to an interface.
| ip | The IP address to add. |
| ifnum | The desired IPv6Interface to operate on. A negative value will use the first interface. |
| true | IP address successfully added |
| false | Error |
| void InitIPv6 | ( | int | ifc = 0 | ) |
#include <ipv6_intf.h>
| bool RemoveStaticIPv6Address | ( | const IPADDR6 & | ip, |
| int | ifnum = -1 ) |
#include <ipv6_intf.h>
Add a static IPv6 address to an interface.
| ip | The IP address to remove. |
| ifnum | The desired IPv6Interface to operate on. A negative value will use the first interface. |
| true | IP address successfully removed |
| false | Error |
| void ShowAllV6Info | ( | ) |
#include <ipv6_intf.h>
|
inline |
#include <ipv6_intf.h>
Manually starts the DHCPv6 Client in Information Request mode.
| ifnum | The desired IPv6Interface to operate on. A negative value indicates all interfaces |
| void StartDHCPv6_InfoReq | ( | int | ifnum = -1 | ) |
#include <ipv6_intf.h>
Manually starts the DHCPv6 Client in Full Solicitation mode.
| ifnum | The desired IPv6Interface to operate on. A negative value indicates all interfaces |
| void StartDHCPv6_Solicit | ( | int | ifnum = -1 | ) |
#include <ipv6_intf.h>
Manually starts the DHCPv6 Client in Full Solicitation mode.
| ifnum | The desired IPv6Interface to operate on. A negative value indicates all interfaces |