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

  /external/android-clat/
clatd.c 105 /* function: tun_alloc
109 int tun_alloc(char *dev, int fd) { function
289 error = tun_alloc(tunnel->device6, tunnel->fd6);
291 logmsg(ANDROID_LOG_FATAL,"tun_alloc failed: %s",strerror(errno));
295 error = tun_alloc(tunnel->device4, tunnel->fd4);
297 logmsg(ANDROID_LOG_FATAL,"tun_alloc/4 failed: %s",strerror(errno));

Completed in 254 milliseconds