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

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_fw2_compat.c1980 uint32_t actbuf[255], cmdbuf[255]; local
1996 bzero(actbuf, sizeof(actbuf)); /* actions go here */
2000 action = (ipfw_insn *)actbuf;
2509 for (src = (ipfw_insn *)actbuf; src != action; src += k) {
2524 uint32_t actbuf[255], cmdbuf[255]; local
2540 bzero(actbuf, sizeof(actbuf)); /* actions go here */
2543 action = (ipfw_insn *)actbuf;
3049 for (src = (ipfw_insn *)actbuf; sr
[all...]

Completed in 14 milliseconds