HomeSort by relevance Sort by last modified time
    Searched refs:NL_OWN_PORT (Results 1 - 2 of 2) 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;
  /external/libnl/include/
netlink-types.h 23 #define NL_OWN_PORT (1<<2)

Completed in 69 milliseconds