Home
last modified time | relevance | path

Searched refs:tun_dev_info (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ppp/sppptun/
H A Dsppptun_mod.c84 static dev_info_t *tun_dev_info; variable
172 tun_dev_info = dip; in tun_attach()
187 tun_dev_info = NULL; in tun_detach()
207 if (tun_dev_info == NULL) { in tun_info()
210 *result = (void *)tun_dev_info; in tun_info()