Home
last modified time | relevance | path

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

/openbsd/src/sys/net/
Dif_tun.c129 int tun_clone_create(struct if_clone *, int);
164 IF_CLONE_INITIALIZER("tun", tun_clone_create, tun_clone_destroy);
177 tun_clone_create(struct if_clone *ifc, int unit) in tun_clone_create() function