Home
last modified time | relevance | path

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

/external/libnl/include/netlink/
Dsocket.h17 extern struct nl_sock * nl_socket_alloc_cb(struct nl_cb *);
/external/libnl/python/examples/
Diface.py90 s = nl.nl_socket_alloc_cb(tx_cb)
Dwiphy.py140 s = nl.nl_socket_alloc_cb(tx_cb)
/external/libnl/
Dlibnl-3.sym211 nl_socket_alloc_cb;
/external/libnl/lib/
Dsocket.c252 struct nl_sock *nl_socket_alloc_cb(struct nl_cb *cb) in nl_socket_alloc_cb() function
/external/libnl/python/netlink/
Dcore.py193 self._sock = capi.nl_socket_alloc_cb(cb._cb)
Dcapi.i176 extern struct nl_sock *nl_socket_alloc_cb(struct nl_cb *);
/external/wmediumd/wmediumd/
Dwmediumd.c1953 sock = nl_socket_alloc_cb(ctx->cb); in init_netlink()
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211.c87 handle = nl_socket_alloc_cb(cb); in nl_create_handle()