Home
last modified time | relevance | path

Searched defs:check_entry (Results 1 – 4 of 4) sorted by relevance

/external/iptables/iptables/
Dxtables.c531 check_entry(const char *chain, const char *table, in check_entry() function
Diptables.c811 check_entry(const xt_chainlabel chain, struct ipt_entry *fw, in check_entry() function
Dip6tables.c827 check_entry(const xt_chainlabel chain, struct ip6t_entry *fw, in check_entry() function
/external/python/cpython3/Lib/test/
Dtest_os.py3391 def check_entry(self, entry, name, is_dir, is_file, is_symlink): member in TestScandir