Home
last modified time | relevance | path

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

/netbsd/src/sys/net/
Dif_tap.c192 static int tap_ioctl(struct ifnet *, u_long, void *);
331 ifp->if_ioctl = tap_ioctl; in tap_attach()
502 tap_ioctl(struct ifnet *ifp, u_long cmd, void *data) in tap_ioctl() function