OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TUNGETIFF
(Results
1 - 4
of
4
) sorted by null
/bionic/libc/kernel/common/linux/
if_tun.h
42
#define
TUNGETIFF
_IOR('T', 210, unsigned int)
/external/iproute2/include/linux/
if_tun.h
49
#define
TUNGETIFF
_IOR('T', 210, unsigned int)
/external/kernel-headers/original/linux/
if_tun.h
49
#define
TUNGETIFF
_IOR('T', 210, unsigned int)
/frameworks/base/services/jni/
com_android_server_connectivity_Vpn.cpp
94
if (ioctl(tun,
TUNGETIFF
, &ifr4)) {
Completed in 402 milliseconds