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
28
int
tnl_get_ioctl
(const char *basedev, void *p);
ip6tunnel.c
273
if (
tnl_get_ioctl
(*argv, &old_p))
373
if (
tnl_get_ioctl
(p1.name, &p1))
402
if (
tnl_get_ioctl
(p.name, &p))
iptunnel.c
188
if (
tnl_get_ioctl
(*argv, &old_p))
431
if (
tnl_get_ioctl
(name, &p1))
463
if (
tnl_get_ioctl
(p.name[0] ? p.name : basedev, &p))
tunnel.c
68
int
tnl_get_ioctl
(const char *basedev, void *p)
function
Completed in 2551 milliseconds