Searched refs:check_entry (Results 1 – 6 of 6) sorted by relevance
/external/iptables/libiptc/ |
D | libip4tc.c | 237 check_entry(const STRUCT_ENTRY *e, unsigned int *i, unsigned int *off, 473 check_entry, &i, &n, user_offset, &was_return, h);
|
D | libip6tc.c | 425 check_entry, &i, &n, user_offset, &was_return, h); in do_check()
|
/external/iptables/iptables/ |
D | xtables.c | 531 check_entry(const char *chain, const char *table, in check_entry() function 1201 ret = check_entry(p.chain, p.table, &cs, h->family, in do_commandx()
|
D | ip6tables.c | 827 check_entry(const xt_chainlabel chain, struct ip6t_entry *fw, in check_entry() function 1890 ret = check_entry(chain, e, in do_command6()
|
D | iptables.c | 811 check_entry(const xt_chainlabel chain, struct ipt_entry *fw, in check_entry() function 1879 ret = check_entry(chain, e, in do_command4()
|
/external/python/cpython3/Lib/test/ |
D | test_os.py | 3391 def check_entry(self, entry, name, is_dir, is_file, is_symlink): member in TestScandir 3444 self.check_entry(entry, 'dir', True, False, False) 3447 self.check_entry(entry, 'file.txt', False, True, False) 3451 self.check_entry(entry, 'link_file.txt', False, True, False) 3455 self.check_entry(entry, 'symlink_dir', True, False, True) 3458 self.check_entry(entry, 'symlink_file.txt', False, True, True)
|