Searched refs:fd4 (Results 1 - 7 of 7) sorted by relevance

/external/android-clat/
H A Dclatd.h38 int read_fd6, write_fd6, fd4; member in struct:tun_data
H A Dclatd.c350 error = tun_alloc(tunnel->device4, tunnel->fd4);
380 if (active_fd == tunnel->fd4) {
403 fd = tunnel->fd4;
418 { tunnel->fd4, POLLIN, 0 },
540 tunnel.fd4 = tun_open();
541 if(tunnel.fd4 < 0) {
/external/chromium_org/third_party/webrtc/base/
H A Dlinuxfdwalk_unittest.cc64 int fd4 = dup2(fd3, kArbitraryLargeFdNumber); local
65 EXPECT_LE(0, fd4);
69 EXPECT_TRUE(fds.insert(fd4).second);
74 EXPECT_EQ(0, close(fd4));
/external/valgrind/main/memcheck/tests/linux/
H A Dsys-openat.c17 __attribute__((unused)) int fd4 = openat (0x12345678, "abc", O_RDONLY); local
/external/libpcap/
H A Dfad-glifc.c86 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/native_client_sdk/src/tests/nacl_io_test/
H A Dkernel_proxy_test.cc289 int fd1, fd2, fd3, fd4, fd5; local
316 fd4 = ki_open("bar", O_RDONLY, 0);
317 EXPECT_EQ(0, ki_fchdir(fd4));
321 EXPECT_EQ(0, ki_fchdir(fd4));
326 fd5 = ki_dup(fd4);
328 ASSERT_NE(fd4, fd5);
336 EXPECT_EQ(fd5, ki_dup2(fd4, fd5));
/external/chromium_org/third_party/usb_ids/
H A Dusb.ids12257 0fd4 Tenovis GmbH & Co., KG

Completed in 227 milliseconds