Home
last modified time | relevance | path

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

/freebsd/sbin/ipfw/tests/
H A Dtest_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/tests/atf_python/sys/netpfil/ipfw/
H A Dinsn_headers.py15 O_IP_DSTPORT = 10 variable in IpFwOpcode
H A Dinsns.py551 AttrDescr(IpFwOpcode.O_IP_DSTPORT, InsnPorts),
/freebsd/sys/netinet/
H A Dip_fw.h178 O_IP_DSTPORT, /* (n)port list:mask 4 byte ea */ enumerator
/freebsd/sbin/ipfw/
H A Dipfw2.c944 {"dst-port", O_IP_DSTPORT},
1635 case O_IP_DSTPORT: in print_instruction()
2398 O_IP_DSTPORT, HAVE_DSTIP); in show_static_rule()
4719 add_ports(cmd, *av, proto, O_IP_DSTPORT, cblen)) { in compile_rule()
5164 add_ports(cmd, *av, proto, O_IP_DSTPORT, cblen)) { in compile_rule()
/freebsd/sys/netinet/libalias/
H A Dalias_db.c2287 cmd = fill_one_port(cmd, O_IP_DSTPORT, dp); in fill_rule()
/freebsd/sys/netpfil/ipfw/
H A Dip_fw2.c2294 case O_IP_DSTPORT: in ipfw_chk()
H A Dip_fw_sockopt.c1951 case O_IP_DSTPORT: /* XXX artificial limit, 30 port pairs */ in check_ipfw_rule_body()