OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nl_recv
(Results
1 - 2
of
2
) sorted by null
/external/libnl/include/netlink/
netlink.h
63
extern int
nl_recv
(struct nl_sock *,
/external/libnl/lib/
nl.c
55
* //
nl_recv
() receives a single message allocating a buffer for the message
59
*
nl_recv
(sk, &peer, &msg);
399
int
nl_recv
(struct nl_sock *sk, struct sockaddr_nl *nla,
function
520
n =
nl_recv
(sk, &nla, &buf, &creds);
691
* Repeatedly calls
nl_recv
() or the respective replacement if provided
694
* callbacks returns NL_STOP or
nl_recv
returns either 0 or a negative error code.
699
* @return 0 on success or a negative error code from
nl_recv
().
Completed in 32 milliseconds