Searched refs:have_state (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_fw2_compat.c1982 ipfw_insn *have_state = NULL; /* track check-state or keep-state */ local
2007 have_state = action;
2079 if (have_state) {
2265 have_state = cmd;
2461 if (have_state && have_state->opcode != O_CHECK_STATE) {
2483 * put back the have_state command as last opcode
2485 if (have_state && have_state->opcode != O_CHECK_STATE) {
2486 k = F_LEN(have_state);
2526 ipfw_insn *have_state = NULL; /* track check-state or keep-state */ local
[all...]

Completed in 18 milliseconds