mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 04:50:07 +01:00
We have nm_utils_inet*_ntop(), however: - that is partly private API libnm-core, and thus only available in components that have access to that. Partly it's public API of libnm, but still only available in components that use libnm. - relying on the static buffers is discouraged for nm_utils_inet*_ntop(). For testing, that is fine as we are in a more controlled envionment. So, add a test variant that explicitly relies on static buffers. That way, it's more convenient to use from tests. - these functions can assert more and are more convenient to use from tests. |
||
|---|---|---|
| .. | ||
| c-list | ||
| c-rbtree | ||
| c-siphash | ||
| n-acd | ||
| nm-utils | ||
| meson.build | ||
| nm-common-macros.h | ||
| nm-dbus-compat.h | ||
| nm-default.h | ||
| nm-dispatcher-api.h | ||
| nm-ethtool-utils.c | ||
| nm-ethtool-utils.h | ||
| nm-meta-setting.c | ||
| nm-meta-setting.h | ||
| nm-test-libnm-utils.h | ||
| nm-test-utils-impl.c | ||
| nm-version-macros.h.in | ||