Home
last modified time | relevance | path

Searched refs:nl_send (Results 1 – 4 of 4) sorted by relevance

/external/libnl/include/netlink/
Dnetlink.h58 extern int nl_send(struct nl_sock *, struct nl_msg *);
/external/libnl/lib/
Dnl.c416 int nl_send(struct nl_sock *sk, struct nl_msg *msg) in nl_send() function
489 return nl_send(sk, msg); in nl_send_auto()
/external/libnl/
DChangeLog85 o Make nl_send*() take a nl_msg instead of a nlmsghdr (API BREAK)
92 o overwrite destination address in nl_send() when specified in the
333 calls to nl_recv and nl_send.
/external/libnl/doc/
Dcore.txt903 passed on to nl_send().
905 If the default sending semantics implemented by nl_send() do not suit
906 the application, it may overwrite the sending function nl_send() by
920 nl_send(sk, msg) send_func()
923 .Using nl_send()
926 functionality you may use nl_send() directly but beware that any
928 messages will still use nl_send(). Therefore if you wish to use any
929 higher level interfaces and the behaviour of nl_send() is to your
930 dislike then you must overwrite the nl_send() function via
933 The purpose of nl_send() is to embed the netlink message into a iovec
[all …]