HomeSort by relevance Sort by last modified time
    Searched defs:nl_sock (Results 1 - 6 of 6) sorted by null

  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu_nl80211.h 33 #define nl_sock nl_handle macro
38 struct nl_sock *nl;
  /external/iw/
iw.h 18 # 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/
nfacct.c 60 #define nl_sock nl_handle macro
186 struct nl_sock *handle;
253 struct nl_sock *handle;
328 struct nl_sock *handle;
396 struct nl_sock *handle;
491 struct nl_sock *handle;
  /external/autotest/client/deps/iwcap/src/
iwcap.c 30 # 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/
pcap-linux.c 584 #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, msg)
    [all...]
  /external/libnl/include/
netlink-types.h 30 struct nl_sock;
43 int (*cb_recvmsgs_ow)(struct nl_sock *,
48 int (*cb_recv_ow)(struct nl_sock *,
55 int (*cb_send_ow)(struct nl_sock *,
61 struct nl_sock struct
94 struct nl_sock * cm_handle;

Completed in 98 milliseconds