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

  /external/libnl/lib/
socket.c 157 if (!(sk->s_flags & NL_OWN_PORT))
259 sk->s_flags &= ~NL_OWN_PORT;
261 if (!(sk->s_flags & NL_OWN_PORT))
263 sk->s_flags |= NL_OWN_PORT;
  /hardware/qcom/wlan/qcwcn/wifi_hal/
wifi_hal.cpp 73 sock->s_flags &= ~NL_OWN_PORT;
75 sock->s_flags |= NL_OWN_PORT;
  /external/libnl/include/
netlink-types.h 23 #define NL_OWN_PORT (1<<2)

Completed in 140 milliseconds