Home
last modified time | relevance | path

Searched refs:IPV6_FW_IP6OPT_NONXT (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/net/ip6fw/
H A Dip6_fw.h198 #define IPV6_FW_IP6OPT_NONXT 0x20 macro
H A Dip6_fw.c293 opts &= ~IPV6_FW_IP6OPT_NONXT; in ip6opts_match()
294 nopts &= ~IPV6_FW_IP6OPT_NONXT; in ip6opts_match()
/dragonfly/sbin/ip6fw/
H A Dip6fw.c387 if (chain->fw_ip6opt & IPV6_FW_IP6OPT_NONXT) PRINTOPT("nonxt"); in show_ip6fw()
388 if (chain->fw_ip6nopt & IPV6_FW_IP6OPT_NONXT) PRINTOPT("!nonxt"); in show_ip6fw()
742 if (!strncmp(p,"nonxt",strlen(p))) *d |= IPV6_FW_IP6OPT_NONXT; in fill_ip6opt()