Home
last modified time | relevance | path

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

/freebsd/tests/atf_python/sys/netpfil/ipfw/
H A Dinsn_headers.py6 O_IP_SRC = 1 variable in IpFwOpcode
H A Dinsns.py693 AttrDescr(IpFwOpcode.O_IP_SRC, InsnIp),
/freebsd/sbin/ipfw/tests/
H A Dtest_add_rule.py167 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 Dip_fw.h172 O_IP_SRC = 1, /* 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()
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 Dalias_db.c2376 cmd = fill_ip(cmd, O_IP_SRC, sa.s_addr); in fill_rule()
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_sockopt.c1374 case O_IP_SRC: in ipfw_check_opcode()
H A Dip_fw2.c2106 case O_IP_SRC: in ipfw_chk()