HomeSort by: relevance | last modified time | path
    Searched refs:tun_bmajor (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/rump/net/lib/libtun/
tun_component.c 44 extern devmajor_t tun_bmajor, tun_cmajor;
47 error = devsw_attach("tun", NULL, &tun_bmajor,
  /src/sys/net/
if_tun.c 116 devmajor_t tun_bmajor = -1, tun_cmajor = -1; variable in typeref:typename:devmajor_t
138 devsw_attach("tun", NULL, &tun_bmajor, &tun_cdevsw, &tun_cmajor);
153 devsw_attach("tun", NULL, &tun_bmajor, &tun_cdevsw, &tun_cmajor);

Completed in 12 milliseconds