OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TUNSETGROUP
(Results
1 - 7
of
7
) sorted by null
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_tun.h
46
#define
TUNSETGROUP
_IOW('T', 206, int)
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_tun.h
46
#define
TUNSETGROUP
_IOW('T', 206, int)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_tun.h
46
#define
TUNSETGROUP
_IOW('T', 206, int)
/bionic/libc/kernel/common/linux/
if_tun.h
45
#define
TUNSETGROUP
_IOW('T', 206, int)
/external/iproute2/include/linux/
if_tun.h
45
#define
TUNSETGROUP
_IOW('T', 206, int)
/external/kernel-headers/original/linux/
if_tun.h
45
#define
TUNSETGROUP
_IOW('T', 206, int)
/external/iproute2/ip/
iptuntap.c
70
if (gid != -1 && ioctl(fd,
TUNSETGROUP
, gid)) {
71
perror("ioctl(
TUNSETGROUP
)");
Completed in 677 milliseconds