HomeSort by relevance Sort by last modified time
    Searched refs:nl_socket_set_local_port (Results 1 - 5 of 5) sorted by null

  /external/libnl/include/netlink/
socket.h 27 extern void nl_socket_set_local_port(struct nl_sock *, uint32_t);
  /external/libnl/lib/
socket.c 255 void nl_socket_set_local_port(struct nl_sock *sk, uint32_t port) function
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
wifi_hal.cpp 93 nl_socket_set_local_port(sock, pid + (port << 22));
    [all...]
  /hardware/qcom/wlan/qcwcn/wifi_hal/
wifi_hal.cpp 103 nl_socket_set_local_port(sock, ((uint32_t)getpid() & 0x3FFFFFU) | (port << 22));
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c 68 nl_socket_set_local_port(handle, pid);
    [all...]

Completed in 279 milliseconds