HomeSort by relevance Sort by last modified time
    Searched refs:nl_sock (Results 51 - 75 of 112) sorted by null

1 23 4 5

  /external/android-clat/
netlink_msg.c 111 int netlink_set_kernel_only(struct nl_sock *nl_sk) {
128 struct nl_sock *nl_sk;
  /external/libnl/lib/genl/
genl.c 40 * struct nl_sock *sock;
102 int genl_connect(struct nl_sock *sk)
127 int genl_send_simple(struct nl_sock *sk, int family, int cmd,
mngt.c 237 int genl_ops_resolve(struct nl_sock *sk, struct genl_ops *ops)
252 int genl_mngt_resolve(struct nl_sock *sk)
  /external/libnl/lib/netfilter/
nfnl.c 84 int nfnl_connect(struct nl_sock *sk)
107 int nfnl_send_simple(struct nl_sock *sk, uint8_t subsys_id, uint8_t type,
  /external/libnl/src/
nf-log.c 53 struct nl_sock *nf_sock;
54 struct nl_sock *rt_sock;
nl-cls-add.c 37 struct nl_sock *sock;
nl-cls-list.c 14 static struct nl_sock *sock;
nl-fib-lookup.c 28 struct nl_sock *nlh;
nl-link-list.c 52 struct nl_sock *sock;
nl-link-set.c 15 static struct nl_sock *sock;
nl-link-stats.c 81 struct nl_sock *sock;
nl-neigh-add.c 46 struct nl_sock *sock;
nl-neigh-delete.c 17 struct nl_sock *sock;
nl-neigh-list.c 38 struct nl_sock *sock;
nl-qdisc-delete.c 17 struct nl_sock *sock;
nl-qdisc-list.c 39 struct nl_sock *sock;
nl-route-get.c 45 struct nl_sock *sock;
nf-queue.c 22 static struct nl_sock *nf_sock;
85 struct nl_sock *rt_sock;
  /external/wpa_supplicant_8/src/ap/
vlan_util.c 27 struct nl_sock *handle = NULL;
127 struct nl_sock *handle = NULL;
  /external/iw/
event.c 650 mcid = nl_get_multicast_id(state->nl_sock, "nl80211", "config");
654 ret = nl_socket_add_membership(state->nl_sock, mcid);
659 mcid = nl_get_multicast_id(state->nl_sock, "nl80211", "scan");
661 ret = nl_socket_add_membership(state->nl_sock, mcid);
667 mcid = nl_get_multicast_id(state->nl_sock, "nl80211", "regulatory");
669 ret = nl_socket_add_membership(state->nl_sock, mcid);
675 mcid = nl_get_multicast_id(state->nl_sock, "nl80211", "mlme");
677 ret = nl_socket_add_membership(state->nl_sock, mcid);
682 mcid = nl_get_multicast_id(state->nl_sock, "nl80211", "vendor");
684 ret = nl_socket_add_membership(state->nl_sock, mcid)
    [all...]
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/libnl/tests/
test-cache-mngr.c 33 struct nl_sock *sock;
  /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;
  /external/libnl/lib/
cache.c 189 int nl_cache_alloc_and_fill(struct nl_cache_ops *ops, struct nl_sock *sock,
439 int nl_cache_request_full_dump(struct nl_sock *sk, struct nl_cache *cache)
464 int __cache_pickup(struct nl_sock *sk, struct nl_cache *cache,
509 int nl_cache_pickup(struct nl_sock *sk, struct nl_cache *cache)
581 int nl_cache_resync(struct nl_sock *sk, struct nl_cache *cache,
687 int nl_cache_refill(struct nl_sock *sk, struct nl_cache *cache)
  /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;

Completed in 547 milliseconds

1 23 4 5