Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_tuntap.c1463 struct tuninfo *tunp; in tunioctl() local
1591 tunp = (struct tuninfo *)data; in tunioctl()
1592 if (TUN2IFP(tp)->if_type != tunp->type) in tunioctl()
1595 if (TUN2IFP(tp)->if_mtu != tunp->mtu) { in tunioctl()
1597 ifr.ifr_mtu = tunp->mtu; in tunioctl()
1607 TUN2IFP(tp)->if_baudrate = tunp->baudrate; in tunioctl()
1611 tunp = (struct tuninfo *)data; in tunioctl()
1613 tunp->mtu = TUN2IFP(tp)->if_mtu; in tunioctl()
1614 tunp->type = TUN2IFP(tp)->if_type; in tunioctl()
1615 tunp->baudrate = TUN2IFP(tp)->if_baudrate; in tunioctl()