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

  /external/libnl/lib/
socket.c 222 sk->s_flags |= NL_NO_AUTO_ACK;
232 sk->s_flags &= ~NL_NO_AUTO_ACK;
nl.c 307 if (!(sk->s_flags & NL_NO_AUTO_ACK))
  /external/libnl/include/
netlink-local.h 177 if (sk->s_flags & NL_NO_AUTO_ACK)
netlink-types.h 25 #define NL_NO_AUTO_ACK (1<<4)

Completed in 52 milliseconds