Home
last modified time | relevance | path

Searched refs:ncm (Results 1 – 2 of 2) sorted by relevance

/external/iproute2/ip/
Dipnetconf.c47 struct netconfmsg *ncm = NLMSG_DATA(n); in print_netconf() local
59 len -= NLMSG_SPACE(sizeof(*ncm)); in print_netconf()
65 if (filter.family && filter.family != ncm->ncm_family) in print_netconf()
68 parse_rtattr(tb, NETCONFA_MAX, NETCONF_RTA(ncm), in print_netconf()
69 NLMSG_PAYLOAD(n, sizeof(*ncm))); in print_netconf()
71 switch (ncm->ncm_family) { in print_netconf()
143 struct netconfmsg ncm; in do_show() member
171 req.ncm.ncm_family = filter.family; in do_show()
/external/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.default/
Dp2.cpp23 NoCopyMove ncm; member
45 NoCopyMove ncm; member