Home
last modified time | relevance | path

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

/external/iproute2/ip/
Dtunnel.h33 int tnl_ioctl_get_6rd(const char *name, void *p);
Dtunnel.c182 int tnl_ioctl_get_6rd(const char *name, void *p) in tnl_ioctl_get_6rd() function
Diptunnel.c352 if (p->iph.protocol == IPPROTO_IPV6 && !tnl_ioctl_get_6rd(p->name, &ip6rd) && ip6rd.prefixlen) { in print_tunnel()