Home
last modified time | relevance | path

Searched refs:nl_recvmsgs (Results 1 – 13 of 13) sorted by relevance

/third_party/libnl/include/netlink/
Dnetlink.h78 extern int nl_recvmsgs(struct nl_sock *, struct nl_cb *);
/third_party/libnl/
DChangeLog41 o Fixed nl_recvmsgs() to return 0 when interrupted via NL_STOP or
43 o Fixed nl_recvmsgs() to stop reading after parsing if not in the
45 o Fixed nl_recvmsgs() to not stop after receving an ACK
46 o Fixed nl_recvmsgs() to not blindly discard remaining messages
96 o Fix double nlmsg_free() in nl_recvmsgs() while receiving
103 o nl_recvmsgs() debugging
Dlibnl-3.sym189 nl_recvmsgs;
/third_party/libnl/lib/
Dnl.c1078 int nl_recvmsgs(struct nl_sock *sk, struct nl_cb *cb) in nl_recvmsgs() function
1096 return nl_recvmsgs(sk, sk->s_cb); in nl_recvmsgs_default()
1123 err = nl_recvmsgs(sk, cb); in nl_wait_for_ack()
1219 err = nl_recvmsgs(sk, cb); in nl_pickup_keep_syserr()
Dcache.c704 err = nl_recvmsgs(sk, cb); in __cache_pickup()
/third_party/libnl/python/examples/
Diface.py88 err = nl.nl_recvmsgs(s, rx_cb)
Dwiphy.py137 err = nl.nl_recvmsgs(s, rx_cb)
/third_party/libnl/lib/genl/
Dctrl.c282 rc = nl_recvmsgs(sk, cb); in genl_ctrl_probe_by_name()
/third_party/libnl/python/netlink/
Dcore.py255 ret = capi.nl_recvmsgs(self._sock, recv_cb._cb)
Dcapi.i195 extern int nl_recvmsgs(struct nl_sock *, struct nl_cb *);
/third_party/libnl/doc/
Dcore.txt1054 call nl_recvmsgs():
1062 nl_recvmsgs(sk, cb)
1065 .Using nl_recvmsgs()
1067 nl_recvmsgs() implements the actual receiving loop, it blocks until a
1074 a complete own implementation of it and overwrite all calls to nl_recvmsgs()
1079 nl_recvmsgs(sk, cb)
2506 nl_recvmsgs() callback hooks (ordered by priority):
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Ddriver_nl80211.c433 int res = nl_recvmsgs(nl_handle, cb); in send_and_recv()
700 res = nl_recvmsgs(handle, w->nl_cb); in nl80211_recv_beacons()
1623 res = nl_recvmsgs(handle, cb); in wpa_driver_nl80211_event_receive()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Ddriver_nl80211.c448 int res = nl_recvmsgs(nl_handle, cb); in send_and_recv()
832 res = nl_recvmsgs(handle, w->nl_cb); in nl80211_recv_beacons()
1782 res = nl_recvmsgs(handle, cb); in wpa_driver_nl80211_event_receive()