Searched refs:IP6T_FRAG_INV_LEN (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iptables/include/linux/netfilter_ipv6/
H A Dip6t_frag.h21 #define IP6T_FRAG_INV_LEN 0x02 /* Invert the sense of length. */ macro
/asus-wl-520gu-7.0.1.45/src/router/iptables/extensions/
H A Dlibip6t_frag.c121 fraginfo->invflags |= IP6T_FRAG_INV_LEN;
199 printf(":%s", frag->invflags & IP6T_FRAG_INV_LEN ? "!" : "");
233 (fraginfo->invflags & IP6T_FRAG_INV_LEN) ? "! " : "",

Completed in 35 milliseconds