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

/freebsd-9.3-release/sbin/ipfw/
H A Dipfw2.c2631 fill_cmd(ipfw_insn *cmd, enum ipfw_opcodes opcode, int flags, uint16_t arg) function
2689 fill_cmd(cmd, O_PROTO, 0, proto);
2703 fill_cmd(cmd, O_IP4, 0, 0);
2707 fill_cmd(cmd, O_IP6, 0, 0);
2724 fill_cmd(cmd, O_IP4, 0, 0);
2728 fill_cmd(cmd, O_IP6, 0, 0);
3181 fill_cmd(action, O_CALLRETURN, F_NOT, 0);
3264 fill_cmd(cmd, O_TAG, (i == TOK_TAG) ? 0: F_NOT, tag);
3488 fill_cmd(cmd, O_IN, 0, 0);
3493 fill_cmd(cm
[all...]
/freebsd-9.3-release/sys/netinet/libalias/
H A Dalias_db.c2661 fill_cmd(ipfw_insn * cmd, enum ipfw_opcodes opcode, int size, function
2676 return fill_cmd(cmd1, opcode, F_INSN_SIZE(ipfw_insn_u32), 0, 0);
2685 return fill_cmd(cmd1, opcode, F_INSN_SIZE(ipfw_insn_u16), 0, 0);
2699 cmd = fill_cmd(cmd, O_PROTO, F_INSN_SIZE(ipfw_insn), 0, proto);
2706 cmd = fill_cmd(cmd, action, F_INSN_SIZE(ipfw_insn), 0, 0);

Completed in 158 milliseconds