OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fd6
(Results
1 - 4
of
4
) sorted by null
/external/android-clat/
clatd.h
36
int
fd6
, fd4;
member in struct:tun_data
clatd.c
283
error = tun_alloc(tunnel->device6, tunnel->
fd6
);
341
wait_fd[0].fd = tunnel->
fd6
;
414
tunnel.
fd6
= tun_open();
415
if(tunnel.
fd6
< 0) {
translate.c
505
fd = tunnel->
fd6
;
/external/libpcap/
fad-glifc.c
86
register int fd4,
fd6
, fd;
local
113
fd6
= socket(AF_INET6, SOCK_DGRAM, 0);
114
if (
fd6
< 0) {
130
(void)close(
fd6
);
143
(void)close(
fd6
);
159
(void)close(
fd6
);
176
fd =
fd6
;
362
(void)close(
fd6
);
Completed in 1701 milliseconds