Systemd/src/libsystemd/sd-netlink
David Herrmann cafbc790d1 sd-netlink: rename NLA_ to NETLINK_TYPE_
The NLA_ names are used to name real datatypes we extract out of netlink
messages. The kernel has an internal enum with the same names
(NLA_foobar), which is *NOT* binary compatible to our types. Furthermore,
we support a different set of types than the kernel (as we try to treat
some kernel peculiarities as our own types to simplify the API).

Rename NLA_ to NETLINK_TYPE_ to make clear that this is our own set of
types.
2015-06-24 13:45:47 +02:00
..
local-addresses.c
local-addresses.h
Makefile
netlink-internal.h sd-netlink: socket - move some functions from main source file 2015-06-13 21:25:05 +02:00
netlink-message.c sd-netlink: rename NLA_ to NETLINK_TYPE_ 2015-06-24 13:45:47 +02:00
netlink-socket.c sd-netlink: socket - move some functions from main source file 2015-06-13 21:25:05 +02:00
netlink-types.c sd-netlink: rename NLA_ to NETLINK_TYPE_ 2015-06-24 13:45:47 +02:00
netlink-types.h sd-netlink: rename NLA_ to NETLINK_TYPE_ 2015-06-24 13:45:47 +02:00
netlink-util.c
netlink-util.h
rtnl-message.c sd-netlink: message - split up source file 2015-06-13 21:11:01 +02:00
sd-netlink.c sd-netlink: socket - move some functions from main source file 2015-06-13 21:25:05 +02:00
test-local-addresses.c
test-netlink.c sd-netlink: drop the write-queue 2015-06-13 20:51:56 +02:00