/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)) {
|