Home
last modified time | relevance | path

Searched refs:nl_socket_alloc_cb (Results 1 – 7 of 7) sorted by relevance

/external/libnl/include/netlink/
Dsocket.h23 extern struct nl_sock * nl_socket_alloc_cb(struct nl_cb *);
/external/libnl/python/examples/
Diface.py71 s = nl.nl_socket_alloc_cb(tx_cb)
Dwiphy.py120 s = nl.nl_socket_alloc_cb(tx_cb)
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211.h23 #define nl80211_handle_alloc nl_socket_alloc_cb
/external/libnl/lib/
Dsocket.c232 struct nl_sock *nl_socket_alloc_cb(struct nl_cb *cb) in nl_socket_alloc_cb() function
/external/libnl/python/netlink/
Dcore.py188 self._sock = capi.nl_socket_alloc_cb(cb._cb)
Dcapi.i174 extern struct nl_sock *nl_socket_alloc_cb(struct nl_cb *);