Home
last modified time | relevance | path

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

/external/libnl/lib/
Dsocket.c317 sk->s_flags |= NL_NO_AUTO_ACK; in nl_socket_disable_auto_ack()
327 sk->s_flags &= ~NL_NO_AUTO_ACK; in nl_socket_enable_auto_ack()
Dnl.c466 if (!(sk->s_flags & NL_NO_AUTO_ACK)) in nl_complete_msg()
832 } else if (!(sk->s_flags & NL_NO_AUTO_ACK)) { in recvmsgs()
/external/libnl/include/netlink-private/
Dnetlink.h212 if (sk->s_flags & NL_NO_AUTO_ACK) in wait_for_ack()
Dtypes.h30 #define NL_NO_AUTO_ACK (1<<4) macro