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

  /src/usr.sbin/npf/npftest/libnpftest/
npf_state_test.c 134 process_packet(const int i, npf_state_t *nst, bool *snew)
142 *snew = true;
147 if (*snew) {
150 *snew = false;
163 bool snew = true; local in function:npf_state_test
167 if (process_packet(i, &nst, &snew)) {
npf_state_test.c 134 process_packet(const int i, npf_state_t *nst, bool *snew)
142 *snew = true;
147 if (*snew) {
150 *snew = false;
163 bool snew = true; local in function:npf_state_test
167 if (process_packet(i, &nst, &snew)) {
npf_state_test.c 134 process_packet(const int i, npf_state_t *nst, bool *snew)
142 *snew = true;
147 if (*snew) {
150 *snew = false;
163 bool snew = true; local in function:npf_state_test
167 if (process_packet(i, &nst, &snew)) {

Completed in 31 milliseconds