OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nl_cb_kind
(Results
1 - 3
of
3
) sorted by null
/external/libnl-headers/netlink/
handlers.h
74
enum
nl_cb_kind
{
enum
118
extern struct nl_cb * nl_cb_alloc(enum
nl_cb_kind
);
123
extern int nl_cb_set(struct nl_cb *, enum nl_cb_type, enum
nl_cb_kind
,
125
extern int nl_cb_set_all(struct nl_cb *, enum
nl_cb_kind
,
127
extern int nl_cb_err(struct nl_cb *, enum
nl_cb_kind
, nl_recvmsg_err_cb_t,
socket.h
45
enum
nl_cb_kind
,
/system/core/libnl_2/
handlers.c
24
struct nl_cb *nl_cb_alloc(enum
nl_cb_kind
kind)
57
int nl_cb_set(struct nl_cb *cb, enum nl_cb_type type, enum
nl_cb_kind
kind, \
68
int nl_cb_err(struct nl_cb *cb, enum
nl_cb_kind
kind, \
Completed in 172 milliseconds