Home
last modified time | relevance | path

Searched refs:O_IP6 (Results 1 – 6 of 6) sorted by relevance

/f-stack/tools/ipfw/
H A Dipv6.c104 if (cmd->o.opcode == O_IP6) { in print_ip6()
H A Dipfw2.c1734 case O_IP6: in print_instruction()
2048 case O_IP6: in print_proto()
2066 cmd = print_opcode(bp, fo, state, ip4 > ip6 ? O_IP4: O_IP6); in print_proto()
2068 cmd = print_opcode(bp, fo, state, ip4 > ip6 ? O_IP6: O_IP4); in print_proto()
3633 fill_cmd(cmd, O_IP6, 0, 0); in add_proto()
3654 fill_cmd(cmd, O_IP6, 0, 0); in add_proto_compat()
4980 fill_cmd(cmd, O_IP6, 0, 0); in compile_rule()
/f-stack/tools/compat/include/netinet/
H A Dip_fw.h263 O_IP6, enumerator
/f-stack/freebsd/netinet/
H A Dip_fw.h263 O_IP6, enumerator
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_sockopt.c1785 case O_IP6: in check_ipfw_rule_body()
2063 case O_IP6: in check_ipfw_rule_body()
H A Dip_fw2.c2577 case O_IP6: in ipfw_chk()