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

/external/android-clat/
H A Dtun.h28 int read_fd6, write_fd6, fd4; member in struct:tun_data
H A Dclatd.c311 error = tun_alloc(tunnel->device4, tunnel->fd4);
317 error = set_nonblocking(tunnel->fd4);
378 { tunnel->fd4, POLLIN, 0 },
396 ring_read(&tunnel->ring, tunnel->fd4, 0 /* to_ipv6 */);
399 read_packet(tunnel->fd4, tunnel->write_fd6, 1 /* to_ipv6 */);
500 tunnel.fd4 = tun_open();
501 if(tunnel.fd4 < 0) {
/external/valgrind/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/clang/test/CodeGen/
H A Datomic-ops.c218 _Bool fd4(struct S *a, struct S *b, struct S *c) { function
219 // CHECK-LABEL: @fd4

Completed in 247 milliseconds