Home
last modified time | relevance | path

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

/freebsd/tests/atf_python/sys/netpfil/ipfw/
H A Dinsn_headers.py26 O_IPLEN = 21 variable in IpFwOpcode
/freebsd/sys/netinet/
H A Dip_fw.h198 O_IPLEN, /* arg1 = len */ enumerator
/freebsd/sbin/ipfw/
H A Dipfw2.c975 {"iplen", O_IPLEN},
1778 case O_IPLEN: in print_instruction()
1790 case O_IPLEN: in print_instruction()
5063 if (!add_ports(cmd, *av, 0, O_IPLEN, cblen)) in compile_rule()
5066 fill_cmd(cmd, O_IPLEN, 0, strtoul(*av, NULL, 0)); in compile_rule()
/freebsd/sys/netpfil/ipfw/
H A Dip_fw2.c2420 case O_IPLEN: in ipfw_chk()
2426 if (cmd->opcode == O_IPLEN) in ipfw_chk()
H A Dip_fw_sockopt.c1482 case O_IPLEN: in ipfw_check_opcode()