Home
last modified time | relevance | path

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

/freebsd/sys/dev/wg/
H A Dif_wg.h32 #define SIOCSWG _IOWR('i', 210, struct wg_data_io) macro
H A Dif_wg.c2744 case SIOCSWG: in wg_ioctl()
/freebsd/contrib/wireguard-tools/
H A Dipc-freebsd.h350 return ioctl(s, SIOCSWG, &wgd); in kernel_set_device()