Files
Jinguang Dong dae51a5a05 - Description:[feature] libnl build optimization: import libnl 3_11_0 upstream
- Bug: #43
- Test: calculate the SHA256 checksum for the libnl upstream tarball and compare
it with the upstream SHA256 value

Signed-off-by: Jinguang Dong <dongjinguang@huawei.com>
2026-07-02 15:17:27 +08:00
..

include/nl-aux-core

This contains private/internal helpers that depend on the public API of libnl-3 (core).

Itself, it must only rely on C, include/base/ and public headers of libnl-3 (core).

They can be used by all internal code that uses the public API of libnl-3.

It can also be used by lib/ itself (that is, the implementation of libnl-core-3).

It must not be used in public headers, it's internal only.

Currently this is header-only, it does not require any additional linking.