Home
last modified time | relevance | path

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

/freebsd/tests/atf_python/sys/netpfil/ipfw/
H A Dinsn_headers.py30 O_IPTTL = 25 variable in IpFwOpcode
/freebsd/sys/netinet/
H A Dip_fw.h203 O_IPTTL, /* arg1 = TTL */ enumerator
/freebsd/sbin/ipfw/
H A Dipfw2.c976 {"ipttl", O_IPTTL},
1777 case O_IPTTL: in print_instruction()
1787 case O_IPTTL: in print_instruction()
5043 if (!add_ports(cmd, *av, 0, O_IPTTL, cblen)) in compile_rule()
5046 fill_cmd(cmd, O_IPTTL, 0, strtoul(*av, NULL, 0)); in compile_rule()
/freebsd/sys/netpfil/ipfw/
H A Dip_fw2.c2417 case O_IPTTL: in ipfw_chk()
2428 else if (cmd->opcode == O_IPTTL) in ipfw_chk()
H A Dip_fw_sockopt.c1481 case O_IPTTL: in ipfw_check_opcode()