Searched refs:NL_NO_AUTO_ACK (Results 1 - 4 of 4) sorted by relevance

/external/libnl/lib/
H A Dsocket.c222 sk->s_flags |= NL_NO_AUTO_ACK;
232 sk->s_flags &= ~NL_NO_AUTO_ACK;
H A Dnl.c307 if (!(sk->s_flags & NL_NO_AUTO_ACK))
/external/libnl/include/
H A Dnetlink-local.h177 if (sk->s_flags & NL_NO_AUTO_ACK)
H A Dnetlink-types.h25 #define NL_NO_AUTO_ACK (1<<4) macro

Completed in 977 milliseconds