Home
last modified time | relevance | path

Searched refs:check_entry (Results 1 – 5 of 5) sorted by relevance

/external/iptables/libiptc/
Dlibip4tc.c237 check_entry(const STRUCT_ENTRY *e, unsigned int *i, unsigned int *off,
/external/iptables/iptables/
Dxtables.c385 check_entry(const char *chain, const char *table, in check_entry() function
980 ret = check_entry(p.chain, p.table, &cs, h->family, in do_commandx()
Diptables.c607 check_entry(const xt_chainlabel chain, struct ipt_entry *fw, in check_entry() function
1613 ret = check_entry(chain, e, in do_command4()
Dip6tables.c616 check_entry(const xt_chainlabel chain, struct ip6t_entry *fw, in check_entry() function
1623 ret = check_entry(chain, e, in do_command6()
/external/python/cpython3/Lib/test/
Dtest_os.py3875 def check_entry(self, entry, name, is_dir, is_file, is_symlink): member in TestScandir
3928 self.check_entry(entry, 'dir', True, False, False)
3931 self.check_entry(entry, 'file.txt', False, True, False)
3935 self.check_entry(entry, 'link_file.txt', False, True, False)
3939 self.check_entry(entry, 'symlink_dir', True, False, True)
3942 self.check_entry(entry, 'symlink_file.txt', False, True, True)