Searched refs:O_IP_DST_LOOKUP (Results 1 – 7 of 7) sorted by relevance
| /f-stack/tools/ipfw/ |
| H A D | ipv6.c | 363 fill_table(&cmd->o, av, O_IP_DST_LOOKUP, tstate); in fill_ip6() 497 else if (cmd->opcode == O_IP_DST_LOOKUP) /* table */ in add_srcip6() 519 else if (cmd->opcode == O_IP_DST_LOOKUP) /* table */ in add_dstip6()
|
| H A D | ipfw2.c | 1215 if (cmd->o.opcode == O_IP_DST_LOOKUP && len > F_INSN_SIZE(ipfw_insn_u32)) { in print_ip() 1231 cmd->o.opcode == O_IP_DST_LOOKUP) { in print_ip() 1501 case O_IP_DST_LOOKUP: in print_instruction() 2158 O_IP_DST, O_IP_DST_LOOKUP, O_IP_DST_MASK, O_IP_DST_ME, 3139 fill_table(&cmd->o, av, O_IP_DST_LOOKUP, tstate); in fill_ip() 3668 else if (cmd->opcode == O_IP_DST_LOOKUP) /* table */ in add_srcip() 3685 else if (cmd->opcode == O_IP_DST_LOOKUP) /* table */ in add_dstip() 5037 cmd->opcode = O_IP_DST_LOOKUP; in compile_rule()
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | ip_fw.h | 248 O_IP_DST_LOOKUP, /* arg1=table number, u32=value */ enumerator
|
| /f-stack/freebsd/netinet/ |
| H A D | ip_fw.h | 248 O_IP_DST_LOOKUP, /* arg1=table number, u32=value */ enumerator
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw2.c | 2014 case O_IP_DST_LOOKUP: in ipfw_chk() 2109 if (cmd->opcode == O_IP_DST_LOOKUP) in ipfw_chk() 2115 if (cmd->opcode == O_IP_DST_LOOKUP) in ipfw_chk()
|
| H A D | ip_fw_table.c | 2940 .opcode = O_IP_DST_LOOKUP,
|
| H A D | ip_fw_sockopt.c | 1899 case O_IP_DST_LOOKUP: in check_ipfw_rule_body()
|