OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tnl_get_ioctl
(Results
1 - 4
of
4
) sorted by null
/external/iproute2/ip/
tunnel.h
31
int
tnl_get_ioctl
(const char *basedev, void *p);
iptunnel.c
203
if (
tnl_get_ioctl
(*argv, &old_p))
443
if (
tnl_get_ioctl
(name, &p1))
477
err =
tnl_get_ioctl
(p.name[0] ? p.name : "tunl0", &p);
480
err =
tnl_get_ioctl
(p.name[0] ? p.name : "gre0", &p);
483
err =
tnl_get_ioctl
(p.name[0] ? p.name : "sit0", &p);
tunnel.c
118
int
tnl_get_ioctl
(const char *basedev, void *p)
function
ip6tunnel.c
304
if (
tnl_get_ioctl
(p1.name, &p1))
341
if (
tnl_get_ioctl
(p.name, &p))
Completed in 1118 milliseconds