Home
last modified time | relevance | path

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

/external/libnl/include/netlink/
Dnetlink.h73 extern int nl_recv(struct nl_sock *,
/external/libnl/lib/
Dnl.c625 int nl_recv(struct nl_sock *sk, struct sockaddr_nl *nla, in nl_recv() function
795 n = nl_recv(sk, &nla, &buf, &creds); in recvmsgs()
/external/libnl/
DChangeLog57 o Fix wrong msg_namelen in nl_recv()
280 o fix memory leak in nl_recv in case of errors
333 calls to nl_recv and nl_send.
/external/libnl/doc/
Dcore.txt864 If enabled, message peeking causes nl_recv() to try and use MSG_PEEK
1101 | nl_recv() my_recv()
1114 The function nl_recv() is invoked first to receive data from the
1126 quit due to either an error or NL_STOP nl_recv() respectively the
1138 a netlink socket. It is typically fed by nl_recv() (see
2597 .Overwriting nl_recv()
2599 Often it is sufficient to overwrite `nl_recv()` which is responsible
2604 information on how and when `nl_recv()` is called internally.
2617 The following criteras must be met for an own `nl_recv()`