Searched refs:tun_ether (Results 1 – 1 of 1) sorted by relevance
145 struct ether_addr tun_ether; /* remote address */ member1076 bcopy(IF_LLADDR(ifp), tp->tun_ether.octet, in tunopen()1077 sizeof(tp->tun_ether.octet)); in tunopen()1493 bcopy(&tp->tun_ether.octet, data, in tunioctl()1494 sizeof(tp->tun_ether.octet)); in tunioctl()1500 bcopy(data, &tp->tun_ether.octet, in tunioctl()1501 sizeof(tp->tun_ether.octet)); in tunioctl()