Home
last modified time | relevance | path

Searched refs:netconfmsg (Results 1 – 16 of 16) sorted by relevance

/external/strace/tests-mx32/
Dnlattr_netconfmsg.c47 struct netconfmsg *const msg = NLMSG_DATA(nlh); in init_netconfmsg()
48 SET_STRUCT(struct netconfmsg, msg, in init_netconfmsg()
68 const unsigned int hdrlen = sizeof(struct netconfmsg); in main()
Dnetlink_route.c414 static const struct netconfmsg msg = { in test_rtnl_netconf()
/external/strace/tests-m32/
Dnlattr_netconfmsg.c47 struct netconfmsg *const msg = NLMSG_DATA(nlh); in init_netconfmsg()
48 SET_STRUCT(struct netconfmsg, msg, in init_netconfmsg()
68 const unsigned int hdrlen = sizeof(struct netconfmsg); in main()
Dnetlink_route.c414 static const struct netconfmsg msg = { in test_rtnl_netconf()
/external/strace/tests/
Dnlattr_netconfmsg.c47 struct netconfmsg *const msg = NLMSG_DATA(nlh); in init_netconfmsg()
48 SET_STRUCT(struct netconfmsg, msg, in init_netconfmsg()
68 const unsigned int hdrlen = sizeof(struct netconfmsg); in main()
Dnetlink_route.c414 static const struct netconfmsg msg = { in test_rtnl_netconf()
/external/iproute2/ip/
Dipnetconf.c46 static struct rtattr *netconf_rta(struct netconfmsg *ncm) in netconf_rta()
49 + NLMSG_ALIGN(sizeof(struct netconfmsg))); in netconf_rta()
56 struct netconfmsg *ncm = NLMSG_DATA(n); in print_netconf()
167 struct netconfmsg ncm; in do_show()
170 .n.nlmsg_len = NLMSG_LENGTH(sizeof(struct netconfmsg)), in do_show()
/external/iproute2/include/uapi/linux/
Dnetconf.h8 struct netconfmsg { struct
/external/libnl/include/linux-private/linux/
Dnetconf.h8 struct netconfmsg { struct
/external/kernel-headers/original/uapi/linux/
Dnetconf.h8 struct netconfmsg { struct
/external/strace/
Drtnl_netconf.c56 struct netconfmsg ncm = { .ncm_family = family }; in DECL_NETLINK_ROUTE_DECODER()
Dconfigure.ac497 AC_CHECK_TYPES([struct netconfmsg],,, [#include <linux/netconf.h>])
Dconfig.h.in1212 /* Define to 1 if the system has the type `struct netconfmsg'. */
Dconfigure11634 ac_fn_c_check_type "$LINENO" "struct netconfmsg" "ac_cv_type_struct_netconfmsg" "#include <linux/ne…
DChangeLog11840 rtnl_netconf: decode netconfmsg netlink attributes.
12456 tests: check decoding of NETLINK_ROUTE netconfmsg attributes.
12465 netlink: add basic decoding of NETLINK_ROUTE netconfmsg attributes.
12761 * configure.ac (AC_CHECK_TYPES): Check for struct netconfmsg
/external/libnl/lib/route/
Dnetconf.c99 struct netconfmsg *ncm; in netconf_msg_parser()
185 struct netconfmsg nc = { in netconf_request_update()
560 .co_hdrsize = sizeof(struct netconfmsg),