Home
last modified time | relevance | path

Searched refs:O_IP_DST (Results 1 – 8 of 8) sorted by relevance

/freebsd/sbin/ipfw/tests/
H A Dtest_add_rule.py409 InsnIp(IpFwOpcode.O_IP_DST, ip="1.2.3.4"),
425 InsnIp(IpFwOpcode.O_IP_DST, ip="1.2.3.4"),
442 InsnIp(IpFwOpcode.O_IP_DST, ip="1.2.3.4"),
/freebsd/tests/atf_python/sys/netpfil/ipfw/
H A Dinsn_headers.py10 O_IP_DST = 5 variable in IpFwOpcode
H A Dinsns.py694 AttrDescr(IpFwOpcode.O_IP_DST, InsnIp),
/freebsd/sys/netinet/
H A Dip_fw.h177 O_IP_DST = 5, /* u32 = IP */ enumerator
/freebsd/sbin/ipfw/
H A Dipfw2.c1471 (cmd->o.opcode == O_IP_SRC || cmd->o.opcode == O_IP_DST) ? in print_ip()
1705 case O_IP_DST: in print_instruction()
2434 O_IP_DST, O_IP_DST_LOOKUP, O_IP_DST_MASK, O_IP_DST_ME,
4004 cmd->opcode = O_IP_DST; in add_dstip()
/freebsd/sys/netinet/libalias/
H A Dalias_db.c2378 cmd = fill_ip(cmd, O_IP_DST, da.s_addr); in fill_rule()
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_sockopt.c1375 case O_IP_DST: in ipfw_check_opcode()
H A Dip_fw2.c2404 case O_IP_DST: in ipfw_chk()