Searched refs:SIOCGETTUNNEL (Results 1 – 7 of 7) sorted by relevance
/external/libnl/include/linux-private/linux/ |
D | if_tunnel.h | 8 #define SIOCGETTUNNEL (SIOCDEVPRIVATE + 0) macro
|
/external/iproute2/include/linux/ |
D | if_tunnel.h | 8 #define SIOCGETTUNNEL (SIOCDEVPRIVATE + 0) macro
|
/external/kernel-headers/original/uapi/linux/ |
D | if_tunnel.h | 11 #define SIOCGETTUNNEL (SIOCDEVPRIVATE + 0) macro
|
/external/iproute2/ip/ |
D | tunnel.c | 83 err = ioctl(fd, SIOCGETTUNNEL, &ifr); in tnl_get_ioctl()
|
D | ip6tunnel.c | 396 if (parse_args(argc, argv, SIOCGETTUNNEL, &p) < 0) in do_show()
|
D | iptunnel.c | 456 if (parse_args(argc, argv, SIOCGETTUNNEL, &p) < 0) in do_show()
|
/external/toybox/toys/pending/ |
D | ip.c | 2335 if (rtype == SIOCGETTUNNEL) ret = ioctl(fd, rtype, &req); in tnl_ioctl() 2417 if (tnl_ioctl(iface, SIOCGETTUNNEL, &iptnl) < 0) continue; in read_tunnel() 2452 tnl_ioctl(ptnl->name, SIOCGETTUNNEL, &iptnl_old); in parse_iptunnel_args() 2616 ret = tnl_ioctl(*iptnl.name ? iptnl.name : "tunl0", SIOCGETTUNNEL, &iptnl); in tunnellist() 2618 ret = tnl_ioctl(*iptnl.name ? iptnl.name : "gre0", SIOCGETTUNNEL, &iptnl); in tunnellist() 2620 ret = tnl_ioctl(*iptnl.name ? iptnl.name : "sit0", SIOCGETTUNNEL, &iptnl); in tunnellist()
|