Home
last modified time | relevance | path

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

/freebsd-14.2/sys/net/
H A Dif_tuntap.c145 struct ether_addr tun_ether; /* remote address */ member
1100 bcopy(IF_LLADDR(ifp), tp->tun_ether.octet, in tunopen()
1101 sizeof(tp->tun_ether.octet)); in tunopen()
1532 bcopy(&tp->tun_ether.octet, data, in tunioctl()
1533 sizeof(tp->tun_ether.octet)); in tunioctl()
1539 bcopy(data, &tp->tun_ether.octet, in tunioctl()
1540 sizeof(tp->tun_ether.octet)); in tunioctl()