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

  /external/strace/
rtnl_netconf.c 56 struct netconfmsg ncm = { .ncm_family = family };
58 PRINT_FIELD_XVAL("{", ncm, ncm_family, addrfams, "AF_???");
  /bionic/libc/kernel/uapi/linux/
netconf.h 24 __u8 ncm_family; member in struct:netconfmsg
  /external/iproute2/include/uapi/linux/
netconf.h 9 __u8 ncm_family; member in struct:netconfmsg
  /external/kernel-headers/original/uapi/linux/
netconf.h 9 __u8 ncm_family; member in struct:netconfmsg
  /external/strace/tests/
nlattr_netconfmsg.c 49 .ncm_family = AF_INET
57 ", seq=0, pid=0}, {ncm_family=AF_INET}",
netlink_route.c 415 .ncm_family = AF_INET
422 printf("{ncm_family=AF_INET}"));
  /external/strace/tests-m32/
nlattr_netconfmsg.c 49 .ncm_family = AF_INET
57 ", seq=0, pid=0}, {ncm_family=AF_INET}",
netlink_route.c 415 .ncm_family = AF_INET
422 printf("{ncm_family=AF_INET}"));
  /external/strace/tests-mx32/
nlattr_netconfmsg.c 49 .ncm_family = AF_INET
57 ", seq=0, pid=0}, {ncm_family=AF_INET}",
netlink_route.c 415 .ncm_family = AF_INET
422 printf("{ncm_family=AF_INET}"));
  /external/iproute2/ip/
ipnetconf.c 75 if (filter.family && filter.family != ncm->ncm_family)
87 switch (ncm->ncm_family) {
194 req.ncm.ncm_family = filter.family;

Completed in 1030 milliseconds