Searched refs:O_IP_DSTPORT (Results 1 – 8 of 8) sorted by relevance
/freebsd/sbin/ipfw/tests/ |
H A D | test_add_rule.py | 433 "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 D | insn_headers.py | 15 O_IP_DSTPORT = 10 variable in IpFwOpcode
|
H A D | insns.py | 551 AttrDescr(IpFwOpcode.O_IP_DSTPORT, InsnPorts),
|
/freebsd/sys/netinet/ |
H A D | ip_fw.h | 178 O_IP_DSTPORT, /* (n)port list:mask 4 byte ea */ enumerator
|
/freebsd/sbin/ipfw/ |
H A D | ipfw2.c | 944 {"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 D | alias_db.c | 2287 cmd = fill_one_port(cmd, O_IP_DSTPORT, dp); in fill_rule()
|
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw2.c | 2294 case O_IP_DSTPORT: in ipfw_chk()
|
H A D | ip_fw_sockopt.c | 1951 case O_IP_DSTPORT: /* XXX artificial limit, 30 port pairs */ in check_ipfw_rule_body()
|