Searched refs:was_return (Results 1 – 2 of 2) sorted by relevance
/external/iptables/libiptc/ |
D | libip4tc.c | 238 unsigned int user_offset, int *was_return, 289 *was_return = 1; 291 *was_return = 0; 298 assert(*was_return); 300 *was_return = 0; 302 else *was_return = 0; 319 int was_return; 470 was_return = 0; 473 check_entry, &i, &n, user_offset, &was_return, h);
|
D | libip6tc.c | 267 int was_return; in do_check() local 420 was_return = 0; in do_check() 425 check_entry, &i, &n, user_offset, &was_return, h); in do_check()
|