OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fd4
(Results
1 - 6
of
6
) sorted by null
/external/android-clat/
clatd.h
36
int fd6,
fd4
;
member in struct:tun_data
clatd.c
289
error = tun_alloc(tunnel->device4, tunnel->
fd4
);
344
wait_fd[1].fd = tunnel->
fd4
;
420
tunnel.
fd4
= tun_open();
421
if(tunnel.
fd4
< 0) {
translate.c
509
fd = tunnel->
fd4
;
/external/chromium_org/third_party/libjingle/source/talk/base/
linuxfdwalk_unittest.cc
81
int
fd4
= dup2(fd3, kArbitraryLargeFdNumber);
local
82
EXPECT_LE(0,
fd4
);
86
EXPECT_TRUE(fds.insert(
fd4
).second);
91
EXPECT_EQ(0, close(
fd4
));
/external/libpcap/
fad-glifc.c
86
register int
fd4
, fd6, fd;
local
103
fd4
= socket(AF_INET, SOCK_DGRAM, 0);
104
if (
fd4
< 0) {
117
(void)close(
fd4
);
127
if (ioctl(
fd4
, SIOCGLIFNUM, (char *)&ifn) < 0) {
131
(void)close(
fd4
);
144
(void)close(
fd4
);
156
if (ioctl(
fd4
, SIOCGLIFCONF, (char *)&ifc) < 0) {
160
(void)close(
fd4
);
178
fd =
fd4
;
[
all
...]
/external/chromium_org/third_party/usb_ids/
usb.ids
[
all
...]
Completed in 167 milliseconds