OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nl_sendmsg
(Results
1 - 2
of
2
) sorted by null
/external/libnl/include/netlink/
netlink.h
50
extern int
nl_sendmsg
(struct nl_sock *, struct nl_msg *,
/external/libnl/lib/
nl.c
35
* //
nl_sendmsg
() provides additional control over the sendmsg() message
38
*
nl_sendmsg
(sk, nlmsg_hdr(msg), &hdr);
205
int
nl_sendmsg
(struct nl_sock *sk, struct nl_msg *msg, struct msghdr *hdr)
function
232
* @see
nl_sendmsg
()
269
return
nl_sendmsg
(sk, msg, &hdr);
278
* @see
nl_sendmsg
()
Completed in 225 milliseconds