tunp 601 net/if_tun.c struct tuninfo *tunp; tunp 610 net/if_tun.c tunp = (struct tuninfo *)data; tunp 611 net/if_tun.c if (tunp->mtu < ETHERMIN || tunp->mtu > TUNMRU) { tunp 615 net/if_tun.c tp->tun_if.if_mtu = tunp->mtu; tunp 616 net/if_tun.c tp->tun_if.if_type = tunp->type; tunp 618 net/if_tun.c (tunp->flags & TUN_IFF_FLAGS) | tunp 620 net/if_tun.c tp->tun_if.if_baudrate = tunp->baudrate; tunp 623 net/if_tun.c tunp = (struct tuninfo *)data; tunp 624 net/if_tun.c tunp->mtu = tp->tun_if.if_mtu; tunp 625 net/if_tun.c tunp->type = tp->tun_if.if_type; tunp 626 net/if_tun.c tunp->flags = tp->tun_if.if_flags; tunp 627 net/if_tun.c tunp->baudrate = tp->tun_if.if_baudrate;