Home
last modified time | relevance | path

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

/external/libnl/src/
Dnl-route-get.c40 if ((err = nl_msg_parse(msg, &parse_cb, NULL)) < 0) in cb()
Dnf-ct-events.c62 if ((err = nl_msg_parse(msg, &nf_conntrack_parse_callback, opaque)) < 0) { in nf_conntrack_event_callback()
Dnf-monitor.c34 if (nl_msg_parse(msg, &obj_input, NULL) < 0) in event_input()
Dnl-monitor.c49 if (nl_msg_parse(msg, &obj_input, arg) < 0) in event_input()
Dnf-queue.c56 if (nl_msg_parse(msg, &obj_input, NULL) < 0) in event_input()
Dnf-log.c47 if (nl_msg_parse(msg, &obj_input, NULL) < 0) in event_input()
/external/libnl/include/netlink/
Dmsg.h106 extern int nl_msg_parse(struct nl_msg *,
/external/libnl/
Dlibnl-3.sym153 nl_msg_parse;
/external/libnl/lib/
Dmsg.c727 int nl_msg_parse(struct nl_msg *msg, void (*cb)(struct nl_object *, void *), in nl_msg_parse() function
/external/libnl/python/netlink/
Dcapi.i252 extern int nl_msg_parse(struct nl_msg *,