OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nl_send
(Results
1 - 2
of
2
) sorted by null
/external/libnl/include/netlink/
netlink.h
52
extern int
nl_send
(struct nl_sock *, struct nl_msg *);
/external/libnl/lib/
nl.c
30
* // A more comfortable interface is
nl_send
() taking a pointer to
33
*
nl_send
(sk, nlmsg_hdr(msg));
281
int
nl_send
(struct nl_sock *sk, struct nl_msg *msg)
function
320
* @see
nl_send
()
332
return
nl_send
(sk, msg);
Completed in 33 milliseconds