New enum for the IPv6 address scope.
2000-02-05 Martin Baulig <martin@home-of-linux.org> * include/glibtop/interfaces.h (glibtop_ipv6_scope): New enum for the IPv6 address scope.
This commit is contained in:
committed by
Martin Baulig
parent
faec393b8d
commit
129e4bc0ac
@@ -1,6 +1,11 @@
|
||||
2000-02-05 Martin Baulig <martin@home-of-linux.org>
|
||||
|
||||
* include/glibtop/interfaces.h (glibtop_ipv6_scope): New
|
||||
enum for the IPv6 address scope.
|
||||
|
||||
2000-01-31 Yuan-Chung Cheng <platin@linux.org.tw>
|
||||
|
||||
* configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
|
||||
* configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
|
||||
|
||||
2000-01-29 Martin Baulig <martin@home-of-linux.org>
|
||||
|
||||
|
@@ -113,11 +113,12 @@ enum _glibtop_interface_type {
|
||||
};
|
||||
|
||||
enum _glibtop_ipv6_scope {
|
||||
GLIBTOP_IPV6_SCOPE_UNKNOWN = 0,
|
||||
GLIBTOP_IPV6_SCOPE_LOOPBACK = 1 << 0,
|
||||
GLIBTOP_IPV6_SCOPE_LINKLOCAL = 1 << 1,
|
||||
GLIBTOP_IPV6_SCOPE_SITELOCAL = 1 << 2,
|
||||
GLIBTOP_IPV6_SCOPE_COMPATv4 = 1 << 3
|
||||
GLIBTOP_IPV6_SCOPE_GLOBAL = 0,
|
||||
GLIBTOP_IPV6_SCOPE_LOOPBACK = 1 << 1,
|
||||
GLIBTOP_IPV6_SCOPE_LINKLOCAL = 1 << 2,
|
||||
GLIBTOP_IPV6_SCOPE_SITELOCAL = 1 << 3,
|
||||
GLIBTOP_IPV6_SCOPE_COMPATv4 = 1 << 4,
|
||||
GLIBTOP_IPV6_SCOPE_UNKNOWN = 1 << 5
|
||||
};
|
||||
|
||||
enum _glibtop_strategy {
|
||||
|
Reference in New Issue
Block a user