HomeSort by relevance Sort by last modified time
    Searched refs:fd6 (Results 1 - 2 of 2) sorted by null

  /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);
  /external/android-clat/
clatd.c 70 int fd6, fd4; member in struct:tun_data
289 error = tun_alloc(tunnel->device6, tunnel->fd6);
338 fd = tunnel->fd6;
398 wait_fd[0].fd = tunnel->fd6;
471 tunnel.fd6 = tun_open();
472 if(tunnel.fd6 < 0) {

Completed in 53 milliseconds