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

/freebsd-10-stable/sys/netinet/
H A Dip_fw.h481 * ACTION_PTR(r) is the start of the first action (things to do
489 * (at ACTION_PTR(r)) MUST be O_LOG
519 #define ACTION_PTR(rule) \ macro
/freebsd-10-stable/sys/netpfil/ipfw/
H A Dip_fw_log.c286 ipfw_insn *cmd = ACTION_PTR(f);
H A Dip_fw_nat.c100 cmd = (ipfw_insn_nat *)ACTION_PTR(chain->map[i]);
H A Dip_fw_sockopt.c439 ipfw_insn_log *l = (ipfw_insn_log *)ACTION_PTR(rule);
H A Dip_fw2.c2128 cmd = ACTION_PTR(f);
/freebsd-10-stable/sbin/ipfw/
H A Dipfw2.c1194 for (l = rule->cmd_len - rule->act_ofs, cmd = ACTION_PTR(rule);

Completed in 75 milliseconds