Home
last modified time | relevance | path

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

/dragonfly/sys/net/
H A Dif_types.h251 #define IFT_WIREGUARD 0xf9 /* WireGuard tunnel */ macro
/dragonfly/sys/net/wg/
H A Dif_wg.c2839 ifp = sc->sc_ifp = if_alloc(IFT_WIREGUARD); in wg_clone_create()