Searched refs:O_IP_DSTPORT (Results 1 – 8 of 8) sorted by relevance
| /freebsd-head/sbin/ipfw/tests/ |
| HD | 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-head/tests/atf_python/sys/netpfil/ipfw/ |
| HD | insn_headers.py | 15 O_IP_DSTPORT = 10 variable in IpFwOpcode
|
| HD | insns.py | 551 AttrDescr(IpFwOpcode.O_IP_DSTPORT, InsnPorts),
|
| /freebsd-head/sys/netinet/ |
| HD | ip_fw.h | 183 O_IP_DSTPORT, /* (n)port list:mask 4 byte ea */ enumerator
|
| /freebsd-head/sbin/ipfw/ |
| HD | ipfw2.c | 974 {"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/ |
| HD | alias_db.c | 2379 cmd = fill_one_port(cmd, O_IP_DSTPORT, dp); in fill_rule()
|
| /freebsd-head/sys/netpfil/ipfw/ |
| HD | ip_fw2.c | 2368 case O_IP_DSTPORT: in ipfw_chk()
|
| HD | ip_fw_sockopt.c | 1499 case O_IP_DSTPORT: /* XXX artificial limit, 30 port pairs */ in ipfw_check_opcode()
|