OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nl_cb_call
(Results
1 - 2
of
2
) sorted by null
/external/libnl/lib/
nl.c
214
if (
nl_cb_call
(cb, NL_CB_MSG_OUT, msg) != NL_OK)
490
#define
NL_CB_CALL
(cb, type, msg) \
492
err =
nl_cb_call
(cb, type, msg); \
546
NL_CB_CALL
(cb, NL_CB_MSG_IN, msg);
552
NL_CB_CALL
(cb, NL_CB_SEQ_CHECK, msg);
555
NL_CB_CALL
(cb, NL_CB_INVALID, msg);
580
NL_CB_CALL
(cb, NL_CB_SEND_ACK, msg);
593
NL_CB_CALL
(cb, NL_CB_FINISH, msg);
602
NL_CB_CALL
(cb, NL_CB_SKIPPED, msg);
612
NL_CB_CALL
(cb, NL_CB_OVERRUN, msg)
[
all
...]
/external/libnl/include/
netlink-local.h
111
static inline int
nl_cb_call
(struct nl_cb *cb, int type, struct nl_msg *msg)
function
Completed in 60 milliseconds