Home
last modified time | relevance | path

Searched refs:recvmsgs (Results 1 – 3 of 3) sorted by relevance

/external/libnl/lib/
Dnl.c820 static int recvmsgs(struct nl_sock *sk, struct nl_cb *cb) in recvmsgs() function
1051 return recvmsgs(sk, cb); in nl_recvmsgs_report()
/external/libnl/python/netlink/
Dcore.py252 def recvmsgs(self, recv_cb): member in Socket
/external/libnl/doc/
Dcore.txt1072 can not be achieved by fine tuning the internal recvmsgs function using
1081 | Own recvmsgs function specified via nl_cb_overwrite_recvmsgs()
1090 If the application does not provide its own recvmsgs() implementation
2573 .Overwriting recvmsgs()
2576 how and when recvmsgs() is called internally.
2586 The following criterias must be met if a recvmsgs() implementation is
2601 the complete `recvmsgs()` logic.