Searched refs:event_input (Results 1 - 5 of 5) sorted by relevance

/external/libnl/src/
H A Dnf-monitor.c28 static int event_input(struct nl_msg *msg, void *arg) function
55 nl_socket_modify_cb(sock, NL_CB_VALID, NL_CB_CUSTOM, event_input, NULL);
H A Dnl-monitor.c26 static int event_input(struct nl_msg *msg, void *arg) function
65 nl_socket_modify_cb(sock, NL_CB_VALID, NL_CB_CUSTOM, event_input, NULL);
H A Dnf-log.c42 static int event_input(struct nl_msg *msg, void *arg) function
64 nl_socket_modify_cb(nf_sock, NL_CB_VALID, NL_CB_CUSTOM, event_input, NULL);
H A Dnf-queue.c74 static int event_input(struct nl_msg *msg, void *arg) function
98 nl_socket_modify_cb(nf_sock, NL_CB_VALID, NL_CB_CUSTOM, event_input, NULL);
/external/libnl/lib/
H A Dcache_mngr.c101 static int event_input(struct nl_msg *msg, void *arg) function
172 event_input, mngr);

Completed in 1020 milliseconds