HomeSort by relevance Sort by last modified time
    Searched refs:nl_socket_alloc_cb (Results 1 - 7 of 7) sorted by null

  /external/libnl/include/netlink/
socket.h 23 extern struct nl_sock * nl_socket_alloc_cb(struct nl_cb *);
  /external/libnl/python/examples/
iface.py 71 s = nl.nl_socket_alloc_cb(tx_cb)
wiphy.py 120 s = nl.nl_socket_alloc_cb(tx_cb)
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.h 23 #define nl80211_handle_alloc nl_socket_alloc_cb
  /external/libnl/lib/
socket.c 232 struct nl_sock *nl_socket_alloc_cb(struct nl_cb *cb) function
  /external/libnl/python/netlink/
capi.i 174 extern struct nl_sock *nl_socket_alloc_cb(struct nl_cb *);
core.py 188 self._sock = capi.nl_socket_alloc_cb(cb._cb)

Completed in 2767 milliseconds