Home
last modified time | relevance | path

Searched refs:O_IP_SRC_MASK (Results 1 – 5 of 5) sorted by relevance

/freebsd/tests/atf_python/sys/netpfil/ipfw/
H A Dinsn_headers.py7 O_IP_SRC_MASK = 2 variable in IpFwOpcode
/freebsd/sys/netinet/
H A Dip_fw.h173 O_IP_SRC_MASK, /* ip = IP/mask */ enumerator
/freebsd/sbin/ipfw/
H A Dipfw2.c1643 case O_IP_SRC_MASK: in print_instruction()
2374 O_IP_SRC, O_IP_SRC_LOOKUP, O_IP_SRC_MASK, O_IP_SRC_ME,
3916 cmd->opcode = O_IP_SRC_MASK; in add_srcip()
/freebsd/sys/netpfil/ipfw/
H A Dip_fw2.c2303 case O_IP_SRC_MASK: in ipfw_chk()
H A Dip_fw_sockopt.c1440 case O_IP_SRC_MASK: in ipfw_check_opcode()