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

  /external/strace/xlat/
rtnl_netconf_attrs.h 55 #if defined(NETCONFA_INPUT) || (defined(HAVE_DECL_NETCONFA_INPUT) && HAVE_DECL_NETCONFA_INPUT)
57 static_assert((NETCONFA_INPUT) == (7), "NETCONFA_INPUT != 7");
60 # define NETCONFA_INPUT 7
87 XLAT(NETCONFA_INPUT),
  /bionic/libc/kernel/uapi/linux/
netconf.h 34 NETCONFA_INPUT,
  /external/iproute2/include/uapi/linux/
netconf.h 20 NETCONFA_INPUT,
  /external/kernel-headers/original/uapi/linux/
netconf.h 20 NETCONFA_INPUT,
  /external/strace/
rtnl_netconf.c 50 [NETCONFA_INPUT] = decode_nla_s32,
  /external/iproute2/ip/
ipnetconf.c 143 if (tb[NETCONFA_INPUT])
144 print_onoff(fp, "input", rta_getattr_u32(tb[NETCONFA_INPUT]));

Completed in 349 milliseconds