OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tnl_gen_ioctl
(Results
1 - 1
of
1
) sorted by null
/external/iproute2/ip/
tunnel.c
172
static int
tnl_gen_ioctl
(int cmd, const char *name, void *p, int skiperr)
function
190
return
tnl_gen_ioctl
(cmd, name, p, -1);
195
return
tnl_gen_ioctl
(cmd, name, p, -1);
200
return
tnl_gen_ioctl
(SIOCGET6RD, name, p, EINVAL);
Completed in 50 milliseconds