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

  /external/openssh/openbsd-compat/
port-tun.c 123 const char *tunbase = "tun"; local
130 tunbase = "tap";
136 snprintf(name, sizeof(name), "/dev/%s%d", tunbase, tun);
141 tunbase, tun);
170 snprintf(ifr.ifr_name, sizeof(ifr.ifr_name), "%s%d", tunbase, tun);

Completed in 30 milliseconds