libnl/lib
Holger Eitzenberger 72aa861c48 Allow to pass multiple group values to membership functions
Instead of calling the membership functions several times it is
helpfull to extend the API and make the single group functions a
special case.

The value 0 (NFNLGRP_NONE) terminates this list.

Example use:

  nl_socket_add_memberships(sock, group_1, group_2, 0);
  nl_socket_drop_memberships(sock, group_1, group_2, 0);

Signed-off-by: Holger Eitzenberger <holger@eitzenberger.org>
2008-12-03 19:54:21 +01:00
..
fib_lookup Remove old line counting while dumping 2008-05-23 23:45:14 +02:00
genl Remove XML dumping 2008-06-17 03:04:19 +02:00
netfilter libnl: nfqueue: add nfqueue specific socket allocation function 2008-10-23 13:59:40 +02:00
route Add internal wait_for_ack() which only waits for ACK if !NL_NO_AUTO_ACK 2008-10-20 13:12:13 +02:00
.gitignore Build separate libraries for each netilnk family 2008-05-15 18:01:50 +02:00
addr.c Properly handle addr=NULL in nl_addr2str 2008-06-13 16:39:35 +02:00
attr.c Introduce nla_strdup() to help parse strings attributes 2008-06-13 16:40:41 +02:00
cache.c Remove old line counting while dumping 2008-05-23 23:45:14 +02:00
cache_mngr.c Rename struct nl_handle to struct nl_sock 2008-05-15 13:26:32 +02:00
cache_mngt.c Thread-safe error handling 2008-05-14 17:49:44 +02:00
data.c Remove obsolete nla_get_addr() and nla_get_data() 2008-05-14 18:26:47 +02:00
defs.h.in Remove leftover definition of verbose errors 2008-04-30 18:53:01 +02:00
doc.c Rename struct nl_handle to struct nl_sock 2008-05-15 13:26:32 +02:00
error.c libnl: add some errno codes to nl_syserr2nlerr 2008-10-30 12:29:37 +01:00
family.c Initial import 2007-09-15 01:28:01 +02:00
handlers.c Rename struct nl_handle to struct nl_sock 2008-05-15 13:26:32 +02:00
Makefile fix lib symlinks 2008-10-10 12:17:22 +02:00
msg.c Replace NL_KEEP code with proper message reference counting 2008-10-14 19:26:44 +02:00
nl.c Add socket flag NL_NO_AUTO_ACK to allow disabling auto ACKS 2008-10-20 13:02:38 +02:00
object.c Thread-safe error handling 2008-05-14 17:49:44 +02:00
socket.c Allow to pass multiple group values to membership functions 2008-12-03 19:54:21 +01:00
utils.c Extend nl_time2int() and rename it to nl_str2msec() 2008-06-16 13:54:57 +02:00