Searched refs:SIOCGETTUNNEL (Results 1 – 2 of 2) sorted by relevance
/third_party/libnl/include/linux-private/linux/ |
D | if_tunnel.h | 12 #define SIOCGETTUNNEL (SIOCDEVPRIVATE + 0) macro
|
/third_party/toybox/toys/pending/ |
D | ip.c | 2445 if (rtype == SIOCGETTUNNEL) ret = ioctl(fd, rtype, &req); in tnl_ioctl() 2527 if (tnl_ioctl(iface, SIOCGETTUNNEL, &iptnl) < 0) continue; in read_tunnel() 2562 tnl_ioctl(ptnl->name, SIOCGETTUNNEL, &iptnl_old); in parse_iptunnel_args() 2726 ret = tnl_ioctl(*iptnl.name ? iptnl.name : "tunl0", SIOCGETTUNNEL, &iptnl); in tunnellist() 2728 ret = tnl_ioctl(*iptnl.name ? iptnl.name : "gre0", SIOCGETTUNNEL, &iptnl); in tunnellist() 2730 ret = tnl_ioctl(*iptnl.name ? iptnl.name : "sit0", SIOCGETTUNNEL, &iptnl); in tunnellist()
|