Home
last modified time | relevance | path

Searched refs:O_ICMPTYPE (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/net/ipfw/
H A Dip_fw2.h89 O_ICMPTYPE, /* 1*u32 = icmp type bitmap */ enumerator
H A Dip_fw2.c3865 case O_ICMPTYPE: in ipfw_chk()
5410 case O_ICMPTYPE: in ipfw_check_ioc_rule()
/dragonfly/sbin/ipfw/
H A Dipfw2.c753 op == O_ICMPTYPE ? "types" : "codes"); in fill_icmp()
774 if (cmd->o.opcode == O_ICMPTYPE) in print_icmp()
1164 case O_ICMPTYPE: in show_ipfw()
3136 fill_icmp(O_ICMPTYPE, (ipfw_insn_u32 *)cmd, *av); in add()