Home
last modified time | relevance | path

Searched refs:O_IP_DST_LOOKUP (Results 1 – 7 of 7) sorted by relevance

/f-stack/tools/ipfw/
H A Dipv6.c363 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 Dipfw2.c1215 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 Dip_fw.h248 O_IP_DST_LOOKUP, /* arg1=table number, u32=value */ enumerator
/f-stack/freebsd/netinet/
H A Dip_fw.h248 O_IP_DST_LOOKUP, /* arg1=table number, u32=value */ enumerator
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw2.c2014 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 Dip_fw_table.c2940 .opcode = O_IP_DST_LOOKUP,
H A Dip_fw_sockopt.c1899 case O_IP_DST_LOOKUP: in check_ipfw_rule_body()