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

  /external/iptables/iptables/
nft.h 22 struct builtin_table { struct
37 struct builtin_table *tables;
43 extern struct builtin_table xtables_ipv4[TABLES_MAX];
44 extern struct builtin_table xtables_arp[TABLES_MAX];
45 extern struct builtin_table xtables_bridge[TABLES_MAX];
50 int nft_init(struct nft_handle *h, struct builtin_table *t);
nft.c 315 struct builtin_table xtables_ipv4[TABLES_MAX] = {
447 struct builtin_table xtables_arp[TABLES_MAX] = {
475 struct builtin_table xtables_bridge[TABLES_MAX] = {
549 struct builtin_table *_t)
575 nft_chain_builtin_alloc(struct builtin_table *table,
618 struct builtin_table *table,
634 static struct builtin_table *
656 nft_chain_builtin_find(struct builtin_table *t, const char *chain)
672 struct builtin_table *table)
695 struct builtin_table *t
    [all...]
  /external/libcxx/src/
locale.cpp 1043 static _LIBCPP_CONSTEXPR const ctype<char>::mask builtin_table[table_size] = { variable
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/
locale.cpp 1045 static _LIBCPP_CONSTEXPR const ctype<char>::mask builtin_table[table_size] = { variable
    [all...]

Completed in 139 milliseconds