Home
last modified time | relevance | path

Searched refs:O_IP_DST_MASK (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/tests/atf_python/sys/netpfil/ipfw/
H A Dinsn_headers.py11 O_IP_DST_MASK = 6 variable in IpFwOpcode
/freebsd-14.2/sys/netinet/
H A Dip_fw.h173 O_IP_DST_MASK, /* ip = IP/mask */ enumerator
/freebsd-14.2/sys/netpfil/ipfw/
H A Dip_fw2.c2230 case O_IP_DST_MASK: in ipfw_chk()
2233 (cmd->opcode == O_IP_DST_MASK) ? in ipfw_chk()
H A Dip_fw_sockopt.c1880 case O_IP_DST_MASK: in check_ipfw_rule_body()
/freebsd-14.2/sbin/ipfw/
H A Dipfw2.c1603 case O_IP_DST_MASK: in print_instruction()
2291 O_IP_DST, O_IP_DST_LOOKUP, O_IP_DST_MASK, O_IP_DST_ME,
3813 cmd->opcode = O_IP_DST_MASK; in add_dstip()