Home
last modified time | relevance | path

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

/src/sys/net/
H A Dif_tuntap.c249 static d_open_t tunopen; variable
290 .d_open = tunopen,
307 .d_open = tunopen,
324 .d_open = tunopen,
1123 tunopen(struct cdev *dev, int flag, int mode, struct thread *td) in tunopen() function