Home
last modified time | relevance | path

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

/dragonfly/sys/net/tap/
H A Dif_tap.h46 struct tapinfo { struct
57 #define TAPSIFINFO _IOW('t', 91, struct tapinfo) argument
58 #define TAPGIFINFO _IOR('t', 92, struct tapinfo)
H A Dif_tap.c734 struct tapinfo *tapp = NULL; in tapioctl()
743 tapp = (struct tapinfo *)data; in tapioctl()
751 tapp = (struct tapinfo *)data; in tapioctl()
/dragonfly/sys/dev/virtual/vkernel/net/
H A Dif_vke.c771 struct tapinfo tapinfo; in vke_attach() local
795 if (ioctl(fd, TAPGIFINFO, &tapinfo) < 0) { in vke_attach()
866 ifp->if_mtu = tapinfo.mtu; in vke_attach()
867 ifp->if_baudrate = tapinfo.baudrate; in vke_attach()