HomeSort by relevance Sort by last modified time
    Searched refs:nl_sock (Results 101 - 106 of 106) sorted by null

1 2 3 45

  /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 302 static int addr_request_update(struct nl_cache *cache, struct nl_sock *sk)
551 int rtnl_addr_alloc_cache(struct nl_sock *sk, struct nl_cache **result)
672 int rtnl_addr_add(struct nl_sock *sk, struct rtnl_addr *addr, int flags)
744 int rtnl_addr_delete(struct nl_sock *sk, struct rtnl_addr *addr, int flags)
link.c 425 static int link_request_update(struct nl_cache *cache, struct nl_sock *sk)
776 int rtnl_link_alloc_cache(struct nl_sock *sk, struct nl_cache **result)
945 int rtnl_link_change(struct nl_sock *sk, struct rtnl_link *old,
    [all...]
  /external/libnl/src/lib/
route.c 33 struct nl_cache *nl_cli_route_alloc_cache(struct nl_sock *sk, int flags)
  /external/libpcap/
pcap-linux.c 554 #define nl_sock nl_handle macro
583 struct nl_sock *nl_sock; member in struct:nl80211_state
593 state->nl_sock = nl_socket_alloc();
594 if (!state->nl_sock) {
600 if (genl_connect(state->nl_sock)) {
606 err = genl_ctrl_alloc_cache(state->nl_sock, &state->nl_cache);
626 nl_socket_free(state->nl_sock);
635 nl_socket_free(state->nl_sock);
663 err = nl_send_auto_complete(state->nl_sock, msg)
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c 68 #define nl_handle nl_sock
    [all...]

Completed in 141 milliseconds

1 2 3 45