HomeSort by relevance Sort by last modified time
    Searched refs:encaptype (Results 1 - 2 of 2) sorted by null

  /external/iproute2/ip/
link_gre.c 73 __u16 encaptype = 0; local
145 encaptype = rta_getattr_u16(greinfo[IFLA_GRE_ENCAP_TYPE]);
265 encaptype = TUNNEL_ENCAP_NONE;
269 encaptype = TUNNEL_ENCAP_FOU;
271 encaptype = TUNNEL_ENCAP_GUE;
273 encaptype = TUNNEL_ENCAP_NONE;
330 addattr16(n, 1024, IFLA_GRE_ENCAP_TYPE, encaptype);
link_iptnl.c 78 __u16 encaptype = 0; local
145 encaptype = rta_getattr_u16(iptuninfo[IFLA_IPTUN_ENCAP_TYPE]);
230 encaptype = TUNNEL_ENCAP_NONE;
234 encaptype = TUNNEL_ENCAP_FOU;
236 encaptype = TUNNEL_ENCAP_GUE;
238 encaptype = TUNNEL_ENCAP_NONE;
301 addattr16(n, 1024, IFLA_IPTUN_ENCAP_TYPE, encaptype);

Completed in 139 milliseconds