HomeSort by relevance Sort by last modified time
    Searched defs:FRA_TABLE (Results 1 - 10 of 10) sorted by null

  /external/strace/tests/
nlattr_fib_rule_hdr.c 41 #define FRA_TABLE 15
105 FRA_TABLE, pattern, table_id,
  /external/strace/tests-m32/
nlattr_fib_rule_hdr.c 41 #define FRA_TABLE 15
105 FRA_TABLE, pattern, table_id,
  /external/strace/tests-mx32/
nlattr_fib_rule_hdr.c 41 #define FRA_TABLE 15
105 FRA_TABLE, pattern, table_id,
  /external/strace/xlat/
rtnl_rule_attrs.h 47 #if !(defined(FRA_TABLE) || (defined(HAVE_DECL_FRA_TABLE) && HAVE_DECL_FRA_TABLE))
48 # define FRA_TABLE 15
89 XLAT(FRA_TABLE),
  /bionic/libc/kernel/uapi/linux/
fib_rules.h 62 FRA_TABLE,
  /external/iproute2/include/uapi/linux/
fib_rules.h 55 FRA_TABLE, /* Extended table id */
  /external/kernel-headers/original/uapi/linux/
fib_rules.h 55 FRA_TABLE, /* Extended table id */
  /external/libnl/include/linux-private/linux/
fib_rules.h 46 FRA_TABLE, /* Extended table id */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
fib_rules.h 49 FRA_TABLE, /* Extended table id */
  /kernel/tests/net/test/
iproute.py 165 FRA_TABLE = 15
301 if name in ["FRA_PRIORITY", "FRA_FWMARK", "FRA_TABLE", "FRA_FWMASK",
388 rtmsg += self._NlAttrU32(FRA_TABLE, table)
568 rtmsg += self._NlAttrU32(FRA_TABLE, table)

Completed in 556 milliseconds