Home
last modified time | relevance | path

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

/third_party/iptables/include/linux/netfilter_ipv6/
Dip6t_opts.h6 #define IP6T_OPTS_OPTSNR 16 macro
12 __u16 opts[IP6T_OPTS_OPTSNR]; /* opts */
/third_party/iptables/extensions/
Dlibip6t_dst.c20 IP6T_OPTS_OPTSNR); in dst_help()
65 for (cp = buffer, i = 0; cp && i < IP6T_OPTS_OPTSNR; cp = next, i++) in parse_options()
75 if (i == IP6T_OPTS_OPTSNR-1) in parse_options()
Dlibip6t_hbh.c20 IP6T_OPTS_OPTSNR); in hbh_help()
64 for (cp=buffer, i=0; cp && i<IP6T_OPTS_OPTSNR; cp=next,i++) in parse_options()
70 if (i == IP6T_OPTS_OPTSNR-1) in parse_options()