Searched refs:was_return (Results 1 – 2 of 2) sorted by relevance
/external/iptables/libiptc/ |
D | libip4tc.c | 243 unsigned int user_offset, int *was_return, 294 *was_return = 1; 296 *was_return = 0; 303 assert(*was_return); 305 *was_return = 0; 307 else *was_return = 0; 324 int was_return; 484 was_return = 0; 487 check_entry, &i, &n, user_offset, &was_return, h);
|
D | libip6tc.c | 269 int was_return; in do_check() local 422 was_return = 0; in do_check() 427 check_entry, &i, &n, user_offset, &was_return, h); in do_check()
|