Searched refs:O_IPTTL (Results 1 – 5 of 5) sorted by relevance
| /freebsd/tests/atf_python/sys/netpfil/ipfw/ |
| H A D | insn_headers.py | 30 O_IPTTL = 25 variable in IpFwOpcode
|
| /freebsd/sys/netinet/ |
| H A D | ip_fw.h | 203 O_IPTTL = 25, /* arg1 = TTL */ enumerator
|
| /freebsd/sbin/ipfw/ |
| H A D | ipfw2.c | 979 {"ipttl", O_IPTTL}, 1832 case O_IPTTL: in print_instruction() 1842 case O_IPTTL: in print_instruction() 5149 if (!add_ports(cmd, *av, 0, O_IPTTL, cblen)) in compile_rule() 5152 fill_cmd(cmd, O_IPTTL, 0, strtoul(*av, NULL, 0)); in compile_rule()
|
| /freebsd/sys/netpfil/ipfw/ |
| H A D | ip_fw2.c | 2473 case O_IPTTL: in ipfw_chk() 2484 else if (cmd->opcode == O_IPTTL) in ipfw_chk()
|
| H A D | ip_fw_sockopt.c | 1469 case O_IPTTL: in ipfw_check_opcode()
|