Searched refs:O_IP_SRC (Results 1 – 8 of 8) sorted by relevance
| /freebsd/tests/atf_python/sys/netpfil/ipfw/ |
| H A D | insn_headers.py | 6 O_IP_SRC = 1 variable in IpFwOpcode
|
| H A D | insns.py | 693 AttrDescr(IpFwOpcode.O_IP_SRC, InsnIp),
|
| /freebsd/sbin/ipfw/tests/ |
| H A D | test_add_rule.py | 167 InsnIp(IpFwOpcode.O_IP_SRC, ip="1.2.3.4", is_or=True), 168 InsnIp(IpFwOpcode.O_IP_SRC, ip="2.3.4.5"),
|
| /freebsd/sys/netinet/ |
| H A D | ip_fw.h | 172 O_IP_SRC = 1, /* u32 = IP */ enumerator
|
| /freebsd/sbin/ipfw/ |
| H A D | ipfw2.c | 1471 (cmd->o.opcode == O_IP_SRC || cmd->o.opcode == O_IP_DST) ? in print_ip() 1694 case O_IP_SRC: in print_instruction() 2429 O_IP_SRC, O_IP_SRC_LOOKUP, O_IP_SRC_MASK, O_IP_SRC_ME, 3987 cmd->opcode = O_IP_SRC; in add_srcip()
|
| /freebsd/sys/netinet/libalias/ |
| H A D | alias_db.c | 2376 cmd = fill_ip(cmd, O_IP_SRC, sa.s_addr); in fill_rule()
|
| /freebsd/sys/netpfil/ipfw/ |
| H A D | ip_fw_sockopt.c | 1374 case O_IP_SRC: in ipfw_check_opcode()
|
| H A D | ip_fw2.c | 2106 case O_IP_SRC: in ipfw_chk()
|