Searched defs:nl_sock (Results 1 - 5 of 5) sorted by relevance

/external/iw/
H A Diw.h18 # define nl_sock nl_handle macro
22 struct nl_sock *nl_sock; member in struct:nl80211_state
156 int nl_get_multicast_id(struct nl_sock *sock, const char *family, const char *group);
/external/nfacct/
H A Dnfacct.c62 #define nl_sock nl_handle macro
190 struct nl_sock *handle;
257 struct nl_sock *handle;
332 struct nl_sock *handle;
400 struct nl_sock *handle;
495 struct nl_sock *handle;
/external/autotest/client/deps/iwcap/src/
H A Diwcap.c30 # define nl_sock nl_handle macro
37 static inline void nl_socket_free(struct nl_sock *h)
42 static inline int __genl_ctrl_alloc_cache(struct nl_sock *h, struct nl_cache **cache)
54 struct nl_sock *nl_sock; member in struct:nl80211_state
63 state->nl_sock = nl_socket_alloc();
64 if (!state->nl_sock) {
69 if (genl_connect(state->nl_sock)) {
75 if (genl_ctrl_alloc_cache(state->nl_sock, &state->nl_cache)) {
93 nl_socket_free(state->nl_sock);
[all...]
/external/libpcap/
H A Dpcap-linux.c584 #define nl_sock nl_handle macro
613 struct nl_sock *nl_sock; member in struct:nl80211_state
623 state->nl_sock = nl_socket_alloc();
624 if (!state->nl_sock) {
630 if (genl_connect(state->nl_sock)) {
636 err = genl_ctrl_alloc_cache(state->nl_sock, &state->nl_cache);
656 nl_socket_free(state->nl_sock);
665 nl_socket_free(state->nl_sock);
693 err = nl_send_auto_complete(state->nl_sock, ms
[all...]
/external/libnl/include/netlink-private/
H A Dtypes.h35 struct nl_sock;
49 int (*cb_recvmsgs_ow)(struct nl_sock *,
54 int (*cb_recv_ow)(struct nl_sock *,
61 int (*cb_send_ow)(struct nl_sock *,
69 struct nl_sock struct
106 struct nl_sock * cm_sock;
107 struct nl_sock * cm_sync_sock;

Completed in 193 milliseconds