HomeSort by: relevance | last modified time | path
    Searched defs:stateful_ret (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/npf/npftest/libnpftest/
npf_rule_test.c 23 int stateful_ret; member in struct:test_case
32 .stateful_ret = RESULT_PASS, .ret = RESULT_PASS
38 .stateful_ret = RESULT_PASS, .ret = RESULT_BLOCK
46 .stateful_ret = RESULT_PASS, .ret = RESULT_PASS
52 .stateful_ret = RESULT_BLOCK, .ret = RESULT_BLOCK
59 .stateful_ret = RESULT_BLOCK, .ret = RESULT_BLOCK
65 .stateful_ret = RESULT_BLOCK, .ret = RESULT_BLOCK
71 .stateful_ret = RESULT_BLOCK, .ret = RESULT_BLOCK
77 .stateful_ret = RESULT_BLOCK, .ret = RESULT_BLOCK
89 .stateful_ret = RESULT_PASS, .ret = RESULT_PAS
    [all...]
npf_rid_test.c 43 int stateful_ret; member in struct:test_case
52 .ret = RESULT_PASS, .stateful_ret = RESULT_PASS
61 .ret = RESULT_BLOCK, .stateful_ret = RESULT_BLOCK
69 .ret = RESULT_BLOCK, .stateful_ret = RESULT_BLOCK
80 .ret = RESULT_BLOCK, .stateful_ret = RESULT_BLOCK
88 .ret = RESULT_PASS, .stateful_ret = RESULT_PASS
96 .ret = RESULT_PASS, .stateful_ret = RESULT_PASS
104 .ret = RESULT_BLOCK, .stateful_ret = RESULT_BLOCK
252 i + 1, t->stateful_ret, t->ret, serror, error);
255 CHECK_TRUE(serror == t->stateful_ret)
    [all...]

Completed in 13 milliseconds