Searched refs:tun_dev_open (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/sys/net/ |
| D | if_tun.c | 117 int tun_dev_open(dev_t, const struct if_clone *, int, struct proc *); 378 return (tun_dev_open(dev, &tun_cloner, mode, p)); in tunopen() 384 return (tun_dev_open(dev, &tap_cloner, mode, p)); in tapopen() 388 tun_dev_open(dev_t dev, const struct if_clone *ifc, int mode, struct proc *p) in tun_dev_open() function
|