Searched refs:IP6T_FRAG_INV_IDS (Results 1 - 3 of 3) sorted by relevance

/external/iptables/include/linux/netfilter_ipv6/
H A Dip6t_frag.h19 #define IP6T_FRAG_INV_IDS 0x01 /* Invert the sense of ids. */ macro
/external/kernel-headers/original/linux/netfilter_ipv6/
H A Dip6t_frag.h20 #define IP6T_FRAG_INV_IDS 0x01 /* Invert the sense of ids. */ macro
/external/iptables/extensions/
H A Dlibip6t_frag.c91 frag->invflags & IP6T_FRAG_INV_IDS);
123 (fraginfo->invflags & IP6T_FRAG_INV_IDS) ? " !" : "");

Completed in 109 milliseconds