History log of /external/libnl/include/netlink/socket.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b624b9ed936f4c23bc4f30d8dce34da49775dd15 10-Dec-2008 Thomas Graf <tgr@plip.localdomain> Remove obsoleted struct nl_handle definition
/external/libnl/include/netlink/socket.h
724dfa6d70943e0d4e3c8e54bff43050828a64d0 10-Dec-2008 Thomas Graf <tgr@plip.localdomain> Consistent naming of socket functions
/external/libnl/include/netlink/socket.h
72aa861c48b6876e94d07470025155a6924a6983 01-Dec-2008 Holger Eitzenberger <heitzenberger@astaro.com> 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>
/external/libnl/include/netlink/socket.h
2bdee95a765457fe4206b89d51974ae56e75c588 20-Oct-2008 Thomas Graf <tgr@plip.localdomain> Add socket flag NL_NO_AUTO_ACK to allow disabling auto ACKS
/external/libnl/include/netlink/socket.h
1155370f520cb64657e25153255cf7dc1424317f 15-May-2008 Thomas Graf <tgr@lsx.localdomain> Rename struct nl_handle to struct nl_sock

The idea of a common handle is long revised and only misleading,
nl_handle really represents a socket with some additional
action handlers assigned to it.

Alias for nl_handle is kept for backwards compatibility.
/external/libnl/include/netlink/socket.h
44d362409d5469aed47d19e7908d19bd194493a4 15-Sep-2007 Thomas Graf <tgraf@suug.ch> Initial import
/external/libnl/include/netlink/socket.h