Home
last modified time | relevance | path

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

/dragonfly/sys/net/wg/
H A Dif_wg.h38 #define SIOCSWG _IOWR('i', 210, struct wg_data_io) macro
H A Dif_wg.c2664 case SIOCSWG: in wg_ioctl()
/dragonfly/sbin/ifconfig/
H A Difwg.c99 if (ioctl(s, SIOCSWG, &wg_data) == -1) in wg_callback()