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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_fw2.h280 } ipfw_insn_pipe; typedef in typeref:struct:_ipfw_insn_pipe
H A Dip_fw2.c2228 ipfw_insn_pipe *cmd = (ipfw_insn_pipe *)ACTION_PTR(rule);
2807 if (cmdlen != F_INSN_SIZE(ipfw_insn_pipe))
H A Dip_dummynet.c1116 bcopy(& ((ipfw_insn_pipe *)cmd)->pipe_ptr, &fs, sizeof(fs));
1133 bcopy(&fs, & ((ipfw_insn_pipe *)cmd)->pipe_ptr, sizeof(fs));
H A Dip_fw2_compat.c1554 action->len = F_INSN_SIZE(ipfw_insn_pipe);
1559 action->len = F_INSN_SIZE(ipfw_insn_pipe);

Completed in 78 milliseconds