libnl/lib
Thomas Graf 3040a1d625 Export interface to define caches
This interface was internal so far which required all code defining
caches to be compiled with the sources available.

In order to simplify the interface, the co_msg_parser prototype was
changed to take the struct nl_parser_param directly instead of a
void *. It used to be void * because the co_msg_parser was directly
passed as the NL_CB_VALID callback function.
2007-09-17 13:36:16 +02:00
..
fib_lookup Export interface to define caches 2007-09-17 13:36:16 +02:00
genl Export interface to define caches 2007-09-17 13:36:16 +02:00
netfilter Export interface to define caches 2007-09-17 13:36:16 +02:00
route Export interface to define caches 2007-09-17 13:36:16 +02:00
addr.c Initial import 2007-09-15 01:28:01 +02:00
attr.c Initial import 2007-09-15 01:28:01 +02:00
cache.c Check for availability of request_update() 2007-09-17 12:35:19 +02:00
cache_mngr.c Initial import 2007-09-15 01:28:01 +02:00
cache_mngt.c Initial import 2007-09-15 01:28:01 +02:00
data.c Initial import 2007-09-15 01:28:01 +02:00
defs.h Initial import 2007-09-15 01:28:01 +02:00
defs.h.in Initial import 2007-09-15 01:28:01 +02:00
doc.c Initial import 2007-09-15 01:28:01 +02:00
family.c Initial import 2007-09-15 01:28:01 +02:00
handlers.c Initial import 2007-09-15 01:28:01 +02:00
Makefile Initial import 2007-09-15 01:28:01 +02:00
msg.c Initial import 2007-09-15 01:28:01 +02:00
nl.c Initial import 2007-09-15 01:28:01 +02:00
object.c Initial import 2007-09-15 01:28:01 +02:00
socket.c Initial import 2007-09-15 01:28:01 +02:00
utils.c Export interface to define objects 2007-09-15 19:55:38 +02:00