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

  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu_nl80211.c 27 static inline struct nl_handle *nl_socket_alloc(void) function
66 dhd_nli->nl = nl_socket_alloc();
  /external/libnl/lib/
socket.c 117 struct nl_sock *nl_socket_alloc(void) function
  /external/nfacct/
nfacct.c 61 #define nl_socket_alloc nl_handle_alloc macro
222 handle = nl_socket_alloc();
283 handle = nl_socket_alloc();
364 handle = nl_socket_alloc();
444 handle = nl_socket_alloc();
518 handle = nl_socket_alloc();
  /external/libpcap/
pcap-linux.c 557 nl_socket_alloc(void) function
593 state->nl_sock = nl_socket_alloc();
    [all...]

Completed in 141 milliseconds