Home
last modified time | relevance | path

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

/dragonfly/sbin/ifconfig/
H A Difwg.c250 wg_peer->p_flags |= WG_PEER_HAS_PSK; in wg_setpeerpsk()
264 wg_peer->p_flags |= WG_PEER_HAS_PSK; in wg_unsetpeerpsk()
403 if (wg_peer->p_flags & WG_PEER_HAS_PSK) { in wg_status()
/dragonfly/sys/net/wg/
H A Dif_wg.h77 #define WG_PEER_HAS_PSK (1 << 1) macro
H A Dif_wg.c2439 peer_o.p_flags |= WG_PEER_HAS_PSK; in wg_ioctl_get()
2605 if (peer_o.p_flags & WG_PEER_HAS_PSK) in wg_ioctl_set()