Searched refs:fill_cmd (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sbin/ipfw/ |
| H A D | ipfw2.c | 3871 fill_cmd(ipfw_insn *cmd, enum ipfw_opcodes opcode, int flags, uint16_t arg) in fill_cmd() function 3929 fill_cmd(cmd, O_PROTO, 0, proto); in add_proto0() 3943 fill_cmd(cmd, O_IP4, 0, 0); in add_proto() 3947 fill_cmd(cmd, O_IP6, 0, 0); in add_proto() 3964 fill_cmd(cmd, O_IP4, 0, 0); in add_proto_compat() 3968 fill_cmd(cmd, O_IP6, 0, 0); in add_proto_compat() 4696 fill_cmd(action, O_EXTERNAL_DATA, 0, (uint16_t)mss); in compile_rule() 4842 fill_cmd(cmd, O_TAG, (i == TOK_TAG) ? 0: F_NOT, tag); in compile_rule() 5074 fill_cmd(cmd, O_IN, 0, 0); in compile_rule() 5079 fill_cmd(cmd, O_IN, 0, 0); in compile_rule() [all …]
|
| /freebsd/sys/netinet/libalias/ |
| H A D | alias_db.c | 2354 fill_cmd(ipfw_insn * cmd, enum ipfw_opcodes opcode, int size, 2369 return fill_cmd(cmd1, opcode, F_INSN_SIZE(ipfw_insn_u32), 0, 0); in fill_rule() 2378 return fill_cmd(cmd1, opcode, F_INSN_SIZE(ipfw_insn_u16), 0, 0); in fill_rule() 2392 cmd = fill_cmd(cmd, O_PROTO, F_INSN_SIZE(ipfw_insn), 0, proto); in InitPunchFW() 2399 cmd = fill_cmd(cmd, action, F_INSN_SIZE(ipfw_insn), 0, 0); in InitPunchFW() 2337 fill_cmd(ipfw_insn * cmd, enum ipfw_opcodes opcode, int size, fill_cmd() function
|