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

/freebsd-11-stable/sbin/ipfw/
H A Dipfw2.c3522 fill_cmd(ipfw_insn *cmd, enum ipfw_opcodes opcode, int flags, uint16_t arg) function
3580 fill_cmd(cmd, O_PROTO, 0, proto);
3594 fill_cmd(cmd, O_IP4, 0, 0);
3598 fill_cmd(cmd, O_IP6, 0, 0);
3615 fill_cmd(cmd, O_IP4, 0, 0);
3619 fill_cmd(cmd, O_IP6, 0, 0);
4143 fill_cmd(action, O_CALLRETURN, F_NOT, 0);
4153 fill_cmd(action, O_EXTERNAL_ACTION, 0, idx);
4161 fill_cmd(action, O_EXTERNAL_DATA, 0, (uint16_t)mss);
4187 fill_cmd(actio
[all...]
/freebsd-11-stable/sys/netinet/libalias/
H A Dalias_db.c2662 fill_cmd(ipfw_insn * cmd, enum ipfw_opcodes opcode, int size, function
2677 return fill_cmd(cmd1, opcode, F_INSN_SIZE(ipfw_insn_u32), 0, 0);
2686 return fill_cmd(cmd1, opcode, F_INSN_SIZE(ipfw_insn_u16), 0, 0);
2700 cmd = fill_cmd(cmd, O_PROTO, F_INSN_SIZE(ipfw_insn), 0, proto);
2707 cmd = fill_cmd(cmd, action, F_INSN_SIZE(ipfw_insn), 0, 0);

Completed in 68 milliseconds