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.py544 AttrDescr(IpFwOpcode.O_IP_SRC, InsnIp),
/freebsd/sbin/ipfw/tests/
H A Dtest_add_rule.py138 InsnIp(IpFwOpcode.O_IP_SRC, ip="1.2.3.4", is_or=True),
139 InsnIp(IpFwOpcode.O_IP_SRC, ip="2.3.4.5"),
/freebsd/sys/netinet/
H A Dip_fw.h172 O_IP_SRC, /* u32 = IP */ enumerator
/freebsd/sbin/ipfw/
H A Dipfw2.c1417 (cmd->o.opcode == O_IP_SRC || cmd->o.opcode == O_IP_DST) ? in print_ip()
1641 case O_IP_SRC: in print_instruction()
2374 O_IP_SRC, O_IP_SRC_LOOKUP, O_IP_SRC_MASK, O_IP_SRC_ME,
3914 cmd->opcode = O_IP_SRC; in add_srcip()
/freebsd/sys/netinet/libalias/
H A Dalias_db.c2338 cmd = fill_ip(cmd, O_IP_SRC, sa.s_addr); in fill_rule()
/freebsd/sys/netpfil/ipfw/
H A Dip_fw2.c2086 case O_IP_SRC: in ipfw_chk()
H A Dip_fw_sockopt.c1418 case O_IP_SRC: in ipfw_check_opcode()