Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Dip_fw.h200 O_IPTTL, /* arg1 = TTL */ enumerator
/f-stack/freebsd/netinet/
H A Dip_fw.h200 O_IPTTL, /* arg1 = TTL */ enumerator
/f-stack/tools/ipfw/
H A Dipfw2.c899 {"ipttl", O_IPTTL},
1612 case O_IPTTL: in print_instruction()
1622 case O_IPTTL: in print_instruction()
4638 if (!add_ports(cmd, *av, 0, O_IPTTL, cblen)) in compile_rule()
4641 fill_cmd(cmd, O_IPTTL, 0, strtoul(*av, NULL, 0)); in compile_rule()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw2.c2263 case O_IPTTL: in ipfw_chk()
2274 else if (cmd->opcode == O_IPTTL) in ipfw_chk()
H A Dip_fw_sockopt.c1929 case O_IPTTL: in check_ipfw_rule_body()