HomeSort by relevance Sort by last modified time
    Searched refs:nl_sock (Results 151 - 175 of 178) sorted by null

1 2 3 4 5 67 8

  /external/libnl/src/lib/
ct.c 33 struct nl_cache *nl_cli_ct_alloc_cache(struct nl_sock *sk)
exp.c 34 struct nl_cache *nl_cli_exp_alloc_cache(struct nl_sock *sk)
route.c 33 struct nl_cache *nl_cli_route_alloc_cache(struct nl_sock *sk, int flags)
  /external/libnl/src/
nf-exp-add.c 59 struct nl_sock *sock;
nl-addr-list.c 116 struct nl_sock *sock;
nl-qdisc-list.c 21 static struct nl_sock *sock;
nl-tctree-list.c 18 static struct nl_sock *sock;
  /test/vts-testcase/security/poc/target/kernel_wifi/32219453/
poc.cpp 47 struct nl_sock *nl_sk;
  /test/vts-testcase/security/poc/target/kernel_wifi/32402310/
poc.cpp 75 struct nl_sock *nl_sk;
  /external/libnl/include/netlink-private/
netlink.h 210 static inline int wait_for_ack(struct nl_sock *sk)
  /external/libnl/lib/fib_lookup/
lookup.c 259 int flnl_lookup(struct nl_sock *sk, struct flnl_request *req,
  /external/libnl/lib/route/
addr.c 328 static int addr_request_update(struct nl_cache *cache, struct nl_sock *sk)
505 int rtnl_addr_alloc_cache(struct nl_sock *sk, struct nl_cache **result)
676 int rtnl_addr_add(struct nl_sock *sk, struct rtnl_addr *addr, int flags)
748 int rtnl_addr_delete(struct nl_sock *sk, struct rtnl_addr *addr, int flags)
link.c 641 static int link_request_update(struct nl_cache *cache, struct nl_sock *sk)
1018 int rtnl_link_alloc_cache(struct nl_sock *sk, int family, struct nl_cache **result)
1166 int rtnl_link_get_kernel(struct nl_sock *sk, int ifindex, const char *name,
    [all...]
neightbl.c 225 static int neightbl_request_update(struct nl_cache *c, struct nl_sock *h)
399 int rtnl_neightbl_alloc_cache(struct nl_sock *sk, struct nl_cache **result)
577 int rtnl_neightbl_change(struct nl_sock *sk, struct rtnl_neightbl *old,
  /external/libnl/lib/route/link/
veth.c 274 int rtnl_link_veth_add(struct nl_sock *sock, const char *name,
bridge.c 218 int rtnl_link_bridge_add(struct nl_sock *sk, const char *name)
ipip.c 298 int rtnl_link_ipip_add(struct nl_sock *sk, const char *name)
ipvti.c 282 int rtnl_link_ipvti_add(struct nl_sock *sk, const char *name)
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.h 22 #define nl_handle nl_sock
184 struct nl_handle *rtnl_sk; /* nl_sock for NETLINK_ROUTE */
driver_macsec_linux.c 43 struct nl_sock *sk;
52 struct nl_sock *sk;
551 static int nl_send_recv(struct nl_sock *sk, struct nl_msg *msg)
  /system/extras/iotop/
taskstats.cpp 32 std::unique_ptr<nl_sock, decltype(&nl_socket_free)> nl(
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
wifi_hal.cpp 90 void wifi_socket_set_local_port(struct nl_sock *sock, uint32_t port)
96 static nl_sock * wifi_create_nl_socket(int port)
99 struct nl_sock *sock = nl_socket_alloc();
209 struct nl_sock *cmd_sock = wifi_create_nl_socket(WIFI_HAL_CMD_SOCK_PORT);
216 struct nl_sock *event_sock = wifi_create_nl_socket(WIFI_HAL_EVENT_SOCK_PORT);
    [all...]
  /external/libpcap/
pcap-linux.c 594 #define nl_sock nl_handle macro
623 struct nl_sock *nl_sock; member in struct:nl80211_state
633 state->nl_sock = nl_socket_alloc();
634 if (!state->nl_sock) {
640 if (genl_connect(state->nl_sock)) {
646 err = genl_ctrl_alloc_cache(state->nl_sock, &state->nl_cache);
666 nl_socket_free(state->nl_sock);
675 nl_socket_free(state->nl_sock);
708 err = nl_send_auto_complete(state->nl_sock, msg)
    [all...]
  /external/libnl/lib/idiag/
idiag_msg_obj.c 58 static int idiagnl_request_update(struct nl_cache *cache, struct nl_sock *sk)
106 int idiagnl_msg_alloc_cache(struct nl_sock *sk, int family, int states,
  /external/libnl/lib/
cache_mngr.c 135 int nl_cache_mngr_alloc(struct nl_sock *sk, int protocol, int flags,

Completed in 2519 milliseconds

1 2 3 4 5 67 8