OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 30 milliseconds