OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TUNSETOWNER
(Results
51 - 52
of
52
) sorted by null
1
2
3
/external/kernel-headers/original/linux/
if_tun.h
43
#define
TUNSETOWNER
_IOW('T', 204, int)
/external/iproute2/ip/
iptuntap.c
66
if (uid != -1 && ioctl(fd,
TUNSETOWNER
, uid)) {
67
perror("ioctl(
TUNSETOWNER
)");
Completed in 78 milliseconds
1
2
3