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

  /external/strace/
rtnl_netconf.c 56 struct netconfmsg ncm = { .ncm_family = family }; local
58 PRINT_FIELD_XVAL("{", ncm, ncm_family, addrfams, "AF_???");
61 const size_t offset = NLMSG_ALIGN(sizeof(ncm));
  /external/iproute2/ip/
ipnetconf.c 46 static struct rtattr *netconf_rta(struct netconfmsg *ncm)
48 return (struct rtattr *)((char *)ncm
56 struct netconfmsg *ncm = NLMSG_DATA(n); local
69 len -= NLMSG_SPACE(sizeof(*ncm));
75 if (filter.family && filter.family != ncm->ncm_family)
78 parse_rtattr(tb, NETCONFA_MAX, netconf_rta(ncm),
79 NLMSG_PAYLOAD(n, sizeof(*ncm)));
87 switch (ncm->ncm_family) {
167 struct netconfmsg ncm; member in struct:__anon24769
194 req.ncm.ncm_family = filter.family
    [all...]
  /external/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.default/
p2.cpp 23 NoCopyMove ncm; member in struct:S2
45 NoCopyMove ncm; member in struct:S4

Completed in 281 milliseconds