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

/freebsd-9.3-release/sbin/ipfw/
H A Dipfw2.c2855 * go into actbuf[].
2857 static uint32_t rulebuf[255], actbuf[255], cmdbuf[255]; local
2881 bzero(actbuf, sizeof(actbuf)); /* actions go here */
2887 action = (ipfw_insn *)actbuf;
2891 ablen = sizeof(actbuf) / sizeof(actbuf[0]);
4008 for (src = (ipfw_insn *)actbuf; src != action; src += i) {

Completed in 47 milliseconds