Home
last modified time | relevance | path

Searched refs:encaptype (Results 1 – 4 of 4) sorted by relevance

/external/iproute2/ip/
Dlink_iptnl.c103 __u16 encaptype = 0; in iptunnel_parse_opt() local
162 encaptype = rta_getattr_u16(iptuninfo[IFLA_IPTUN_ENCAP_TYPE]); in iptunnel_parse_opt()
272 encaptype = TUNNEL_ENCAP_NONE; in iptunnel_parse_opt()
276 encaptype = TUNNEL_ENCAP_FOU; in iptunnel_parse_opt()
278 encaptype = TUNNEL_ENCAP_GUE; in iptunnel_parse_opt()
280 encaptype = TUNNEL_ENCAP_NONE; in iptunnel_parse_opt()
358 addattr16(n, 1024, IFLA_IPTUN_ENCAP_TYPE, encaptype); in iptunnel_parse_opt()
Dlink_gre.c93 __u16 encaptype = 0; in gre_parse_opt() local
160 encaptype = rta_getattr_u16(greinfo[IFLA_GRE_ENCAP_TYPE]); in gre_parse_opt()
290 encaptype = TUNNEL_ENCAP_NONE; in gre_parse_opt()
294 encaptype = TUNNEL_ENCAP_FOU; in gre_parse_opt()
296 encaptype = TUNNEL_ENCAP_GUE; in gre_parse_opt()
298 encaptype = TUNNEL_ENCAP_NONE; in gre_parse_opt()
379 addattr16(n, 1024, IFLA_GRE_ENCAP_TYPE, encaptype); in gre_parse_opt()
Dlink_ip6tnl.c98 __u16 encaptype = 0; in ip6tunnel_parse_opt() local
269 encaptype = TUNNEL_ENCAP_NONE; in ip6tunnel_parse_opt()
273 encaptype = TUNNEL_ENCAP_FOU; in ip6tunnel_parse_opt()
275 encaptype = TUNNEL_ENCAP_GUE; in ip6tunnel_parse_opt()
277 encaptype = TUNNEL_ENCAP_NONE; in ip6tunnel_parse_opt()
323 addattr16(n, 1024, IFLA_IPTUN_ENCAP_TYPE, encaptype); in ip6tunnel_parse_opt()
Dlink_gre6.c103 __u16 encaptype = 0; in gre_parse_opt() local
170 encaptype = rta_getattr_u16(greinfo[IFLA_GRE_ENCAP_TYPE]); in gre_parse_opt()
317 encaptype = TUNNEL_ENCAP_NONE; in gre_parse_opt()
321 encaptype = TUNNEL_ENCAP_FOU; in gre_parse_opt()
323 encaptype = TUNNEL_ENCAP_GUE; in gre_parse_opt()
325 encaptype = TUNNEL_ENCAP_NONE; in gre_parse_opt()
391 addattr16(n, 1024, IFLA_GRE_ENCAP_TYPE, encaptype); in gre_parse_opt()