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

  /external/android-clat/
tun.h 33 int tun_alloc(char *dev, int fd);
tun.c 43 /* function: tun_alloc
47 int tun_alloc(char *dev, int fd) { function
clatd_microbenchmark.c 70 int ret = tun_alloc(dev, fd);
71 if (ret == -1) die("tun_alloc");
clatd.c 311 error = tun_alloc(tunnel->device4, tunnel->fd4);
313 logmsg(ANDROID_LOG_FATAL,"tun_alloc/4 failed: %s",strerror(errno));
  /external/autotest/client/deps/fakemodem/src/
fakenet.c 24 tun_alloc(char *dev) function
62 fd = tun_alloc (namebuf);

Completed in 122 milliseconds