Home
last modified time | relevance | path

Searched refs:nl_msg_parse (Results 1 – 7 of 7) sorted by relevance

/external/libnl/src/
Dnl-route-get.c37 if ((err = nl_msg_parse(msg, &parse_cb, NULL)) < 0) in cb()
Dnf-monitor.c30 if (nl_msg_parse(msg, &obj_input, NULL) < 0) in event_input()
Dnl-monitor.c28 if (nl_msg_parse(msg, &obj_input, NULL) < 0) in event_input()
Dnf-log.c44 if (nl_msg_parse(msg, &obj_input, NULL) < 0) in event_input()
Dnf-queue.c76 if (nl_msg_parse(msg, &obj_input, NULL) < 0) in event_input()
/external/libnl/include/netlink/
Dmsg.h103 extern int nl_msg_parse(struct nl_msg *,
/external/libnl/lib/
Dmsg.c828 int nl_msg_parse(struct nl_msg *msg, void (*cb)(struct nl_object *, void *), in nl_msg_parse() function