Home
last modified time | relevance | path

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

/dragonfly/sys/net/wg/
H A Dif_wg.h65 struct timespec p_last_handshake; /* nanotime */ member
H A Dif_wg.c2451 wg_timers_get_last_handshake(peer, &peer_o.p_last_handshake); in wg_ioctl_get()
/dragonfly/sbin/ifconfig/
H A Difwg.c426 if (wg_peer->p_last_handshake.tv_sec != 0) { in wg_status()
429 now.tv_sec - wg_peer->p_last_handshake.tv_sec); in wg_status()