Searched defs:wg_peer_io (Results 1 – 1 of 1) sorted by relevance
53 struct wg_peer_io { struct54 int p_flags; /* WG_PEER_* */55 uint8_t p_public[WG_KEY_SIZE];56 uint8_t p_psk[WG_KEY_SIZE]; /* preshared key */57 uint16_t p_pka; /* persistent keepalive */58 union {62 } p_endpoint;63 uint64_t p_txbytes;64 uint64_t p_rxbytes;65 struct timespec p_last_handshake; /* nanotime */[all …]