HomeSort by relevance Sort by last modified time
    Searched refs:netconfmsg (Results 1 - 12 of 12) sorted by null

  /external/strace/tests/
nlattr_netconfmsg.c 47 struct netconfmsg *const msg = NLMSG_DATA(nlh);
48 SET_STRUCT(struct netconfmsg, msg,
68 const unsigned int hdrlen = sizeof(struct netconfmsg);
netlink_route.c 414 static const struct netconfmsg msg = {
  /external/strace/tests-m32/
nlattr_netconfmsg.c 47 struct netconfmsg *const msg = NLMSG_DATA(nlh);
48 SET_STRUCT(struct netconfmsg, msg,
68 const unsigned int hdrlen = sizeof(struct netconfmsg);
netlink_route.c 414 static const struct netconfmsg msg = {
  /external/strace/tests-mx32/
nlattr_netconfmsg.c 47 struct netconfmsg *const msg = NLMSG_DATA(nlh);
48 SET_STRUCT(struct netconfmsg, msg,
68 const unsigned int hdrlen = sizeof(struct netconfmsg);
netlink_route.c 414 static const struct netconfmsg msg = {
  /bionic/libc/kernel/uapi/linux/
netconf.h 23 struct netconfmsg { struct
  /external/iproute2/include/uapi/linux/
netconf.h 8 struct netconfmsg { struct
  /external/kernel-headers/original/uapi/linux/
netconf.h 8 struct netconfmsg { struct
  /external/strace/
rtnl_netconf.c 56 struct netconfmsg ncm = { .ncm_family = family };
configure     [all...]
  /external/iproute2/ip/
ipnetconf.c 46 static struct rtattr *netconf_rta(struct netconfmsg *ncm)
49 + NLMSG_ALIGN(sizeof(struct netconfmsg)));
56 struct netconfmsg *ncm = NLMSG_DATA(n);
167 struct netconfmsg ncm;
170 .n.nlmsg_len = NLMSG_LENGTH(sizeof(struct netconfmsg)),

Completed in 460 milliseconds