Searched refs:nl_recvmsgs (Results 1 - 5 of 5) sorted by relevance

/openwrt/package/libs/libnl-tiny/src/include/netlink/
H A Dnetlink.h58 extern int nl_recvmsgs(struct nl_sock *sk, struct nl_cb *cb);
70 * Calls nl_recvmsgs() with the handlers configured in the netlink socket.
74 return nl_recvmsgs(sk, sk->s_cb);
/openwrt/package/libs/libnl-tiny/src/
H A Dunl.c128 nl_recvmsgs(unl->sock, cb);
168 nl_recvmsgs(unl->sock, cb);
H A Dnl.c61 * // nl_recvmsgs() receives a bunch of messages until the callback system
64 * nl_recvmsgs(sk, my_callback_configuration);
680 int nl_recvmsgs(struct nl_sock *sk, struct nl_cb *cb) function
712 err = nl_recvmsgs(sk, cb);
H A Dcache.c28 * 3) ---------- nl_recvmsgs ----------+ +- cb_valid -+
32 * | nl_recvmsgs |
263 err = nl_recvmsgs(sk, cb);
/openwrt/package/network/config/swconfig/src/
H A Dswlib.c134 err = nl_recvmsgs(handle, cb);

Completed in 32 milliseconds