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

/external/iptables/include/linux/netfilter_ipv6/
H A Dip6t_frag.h21 #define IP6T_FRAG_INV_MASK 0x03 /* All possible flags. */ macro
/external/kernel-headers/original/linux/netfilter_ipv6/
H A Dip6t_frag.h22 #define IP6T_FRAG_INV_MASK 0x03 /* All possible flags. */ macro
/external/iptables/extensions/
H A Dlibip6t_frag.c111 if (frag->invflags & ~IP6T_FRAG_INV_MASK)
113 frag->invflags & ~IP6T_FRAG_INV_MASK);

Completed in 283 milliseconds