From aafc1dbe4712c86189bbc1d4d54ad8cb4c69be7e Mon Sep 17 00:00:00 2001
From: Michael Biebl
int type);
Returns the length in octets of a hardware address of type type
.
It is an error to call this function with any value other than +
Before 1.28, it was an error to call this function with any value other than
ARPHRD_ETHER or ARPHRD_INFINIBAND.
const char<
and converts it to binary form in buffer
.
Bytes in asc
- can be sepatared by colons (:), or hyphens (-), but not mixed.
+ can be separated by colons (:), or hyphens (-), but not mixed.
Parameters
@@ -2643,8 +2643,9 @@ characters. If set to nm_utils_inet6_ntop()). Beware, that the internal
buffer will be overwritten with ever new call of nm_utils_inet4_ntop() or
nm_utils_inet6_ntop() that does not provide its own dst
-buffer. Also,
-using the internal buffer is not thread safe. When in doubt, pass your own
+buffer. Since
+1.28, the internal buffer is thread local and thus thread safe. Before
+it was not thread safe. When in doubt, pass your own
dst
buffer to avoid these issues.
@@ -2689,8 +2690,9 @@ characters. If set to nm_utils_inet4_ntop()). Beware, that the internal
buffer will be overwritten with ever new call of nm_utils_inet4_ntop() or
nm_utils_inet6_ntop() that does not provide its own dst
-buffer. Also,
-using the internal buffer is not thread safe. When in doubt, pass your own
+buffer. Since
+1.28, the internal buffer is thread local and thus thread safe. Before
+it was not thread safe. When in doubt, pass your own
dst
buffer to avoid these issues.
@@ -3530,7 +3532,7 @@ generating the dynamic WEP keys automatically