strace/xlat/nlmsgerr_attrs.in
JingPiao Chen 3bfaa0f744 netlink: decode nlmsgerr attributes
* netlink.c: Include "nlattr.h" and "xlat/nlmsgerr_attrs.h".
(print_cookie, decode_nlmsgerr_attr_cookie): New functions.
(nlmsgerr_nla_decoders): New array.
(decode_nlmsgerr): Use it.
* xlat/nlmsgerr_attrs.in: New file.
* NEWS: Mention this.
2017-07-19 09:25:58 +00:00

5 lines
87 B
Plaintext

NLMSGERR_ATTR_UNUSED 0
NLMSGERR_ATTR_MSG 1
NLMSGERR_ATTR_OFFS 2
NLMSGERR_ATTR_COOKIE 3