Searched refs:tapp (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/sys/net/
H A Dif_tap.c729 struct tapinfo *tapp = NULL; local
738 tapp = (struct tapinfo *)data;
740 ifp->if_mtu = tapp->mtu;
741 ifp->if_type = tapp->type;
742 ifp->if_baudrate = tapp->baudrate;
747 tapp = (struct tapinfo *)data;
749 tapp->mtu = ifp->if_mtu;
750 tapp->type = ifp->if_type;
751 tapp->baudrate = ifp->if_baudrate;

Completed in 72 milliseconds