Home
last modified time | relevance | path

Searched refs:O_IP_DST_ME (Results 1 – 6 of 6) sorted by relevance

/freebsd-14-stable/tests/atf_python/sys/netpfil/ipfw/
HDinsn_headers.py12 O_IP_DST_ME = 7 variable in IpFwOpcode
HDinsns.py540 AttrDescr(IpFwOpcode.O_IP_DST_ME, InsnEmpty),
/freebsd-14-stable/sys/netinet/
HDip_fw.h174 O_IP_DST_ME, /* none */ enumerator
/freebsd-14-stable/sbin/ipfw/
HDipfw2.c1311 if (cmd->o.opcode == O_IP_SRC_ME || cmd->o.opcode == O_IP_DST_ME) { in print_ip()
1604 case O_IP_DST_ME: in print_instruction()
2291 O_IP_DST, O_IP_DST_LOOKUP, O_IP_DST_MASK, O_IP_DST_ME,
3816 cmd->opcode = O_IP_DST_ME; in add_dstip()
/freebsd-14-stable/sys/netpfil/ipfw/
HDip_fw2.c2280 case O_IP_DST_ME: in ipfw_chk()
HDip_fw_sockopt.c1766 case O_IP_DST_ME: in check_ipfw_rule_body()