Home
last modified time | relevance | path

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

/external/iproute2/ip/
Diptunnel.c572 static const char * const ipv6_modes[] = { in tunnel_mode_is_ipv6() local
581 for (i = 0; i < ARRAY_SIZE(ipv6_modes); i++) { in tunnel_mode_is_ipv6()
582 if (strcmp(ipv6_modes[i], tunnel_mode) == 0) in tunnel_mode_is_ipv6()