Home
last modified time | relevance | path

Searched refs:O_IP_DSTPORT (Results 1 – 8 of 8) sorted by relevance

/freebsd-head/sbin/ipfw/tests/
HDtest_add_rule.py433 "out": InsnPorts(IpFwOpcode.O_IP_DSTPORT, port_pairs=[57, 57]),
452 pytest.param(IpFwOpcode.O_IP_DSTPORT, id="dst"),
482 if opcode == IpFwOpcode.O_IP_DSTPORT:
/freebsd-head/tests/atf_python/sys/netpfil/ipfw/
HDinsn_headers.py15 O_IP_DSTPORT = 10 variable in IpFwOpcode
HDinsns.py551 AttrDescr(IpFwOpcode.O_IP_DSTPORT, InsnPorts),
/freebsd-head/sys/netinet/
HDip_fw.h183 O_IP_DSTPORT, /* (n)port list:mask 4 byte ea */ enumerator
/freebsd-head/sbin/ipfw/
HDipfw2.c974 {"dst-port", O_IP_DSTPORT},
1692 case O_IP_DSTPORT: in print_instruction()
2502 O_IP_DSTPORT, HAVE_DSTIP); in show_static_rule()
4917 add_ports(cmd, *av, proto, O_IP_DSTPORT, cblen)) { in compile_rule()
5365 add_ports(cmd, *av, proto, O_IP_DSTPORT, cblen)) { in compile_rule()
/freebsd-head/sys/netinet/libalias/
HDalias_db.c2379 cmd = fill_one_port(cmd, O_IP_DSTPORT, dp); in fill_rule()
/freebsd-head/sys/netpfil/ipfw/
HDip_fw2.c2368 case O_IP_DSTPORT: in ipfw_chk()
HDip_fw_sockopt.c1499 case O_IP_DSTPORT: /* XXX artificial limit, 30 port pairs */ in ipfw_check_opcode()