Home
last modified time | relevance | path

Searched refs:nl_handle (Results 1 – 5 of 5) sorted by relevance

/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211.h22 #define nl_handle nl_sock macro
34 struct nl_handle *nl;
38 struct nl_handle *nl_event;
46 struct nl_handle *nl_beacons;
75 struct nl_handle *nl_preq, *nl_mgmt;
163 struct nl_handle *rtnl_sk; /* nl_sock for NETLINK_ROUTE */
234 int android_nl_socket_set_nonblocking(struct nl_handle *handle);
Ddriver_nl80211_android.c185 int android_nl_socket_set_nonblocking(struct nl_handle *handle) in android_nl_socket_set_nonblocking()
Ddriver_nl80211.c52 static struct nl_handle *nl80211_handle_alloc(void *cb) in nl80211_handle_alloc()
54 struct nl_handle *handle; in nl80211_handle_alloc()
73 static void nl80211_handle_destroy(struct nl_handle *handle) in nl80211_handle_destroy()
93 static struct nl_handle * nl_create_handle(struct nl_cb *cb, const char *dbg) in nl_create_handle()
95 struct nl_handle *handle; in nl_create_handle()
115 static void nl_destroy_handles(struct nl_handle **handle) in nl_destroy_handles()
130 static void nl80211_register_eloop_read(struct nl_handle **handle, in nl80211_register_eloop_read()
157 static void nl80211_destroy_eloop_handle(struct nl_handle **handle) in nl80211_destroy_eloop_handle()
323 struct nl_handle *nl_handle, struct nl_msg *msg, in send_and_recv() argument
337 err = nl_send_auto_complete(nl_handle, msg); in send_and_recv()
[all …]
/external/nfacct/
Dnfacct.c60 #define nl_sock nl_handle
/external/libpcap/
Dpcap-linux.c554 #define nl_sock nl_handle
556 static inline struct nl_handle *
563 nl_socket_free(struct nl_handle *h) in nl_socket_free()
571 __genl_ctrl_alloc_cache(struct nl_handle *h, struct nl_cache **cache) in __genl_ctrl_alloc_cache()