wg_timers
wg_timers_get_persistent_keepalive(struct wg_timers *t, uint16_t *interval)
wg_timers_get_last_handshake(struct wg_timers *t, struct timespec *time)
wg_timers_expired_handshake_last_sent(struct wg_timers *t)
wg_timers_check_handshake_last_sent(struct wg_timers *t)
wg_timers_event_data_sent(struct wg_timers *t)
wg_timers_event_data_received(struct wg_timers *t)
wg_timers_event_any_authenticated_packet_sent(struct wg_timers *t)
wg_timers_event_any_authenticated_packet_received(struct wg_timers *t)
wg_timers_event_any_authenticated_packet_traversal(struct wg_timers *t)
wg_timers_event_handshake_initiated(struct wg_timers *t)
wg_timers_event_handshake_responded(struct wg_timers *t)
wg_timers_event_handshake_complete(struct wg_timers *t)
wg_timers_event_session_derived(struct wg_timers *t)
wg_timers_event_want_initiation(struct wg_timers *t)
wg_timers_event_reset_handshake_last_sent(struct wg_timers *t)
struct wg_timers *t = _t;
struct wg_timers *t = _t;
struct wg_timers *t = _t;
struct wg_timers *t = _t;
struct wg_timers *t = _t;
struct wg_timers *t = _t;
struct wg_timers p_timers;
void wg_timers_init(struct wg_timers *);
void wg_timers_enable(struct wg_timers *);
void wg_timers_disable(struct wg_timers *);
void wg_timers_set_persistent_keepalive(struct wg_timers *, uint16_t);
int wg_timers_get_persistent_keepalive(struct wg_timers *, uint16_t *);
void wg_timers_get_last_handshake(struct wg_timers *, struct timespec *);
int wg_timers_expired_handshake_last_sent(struct wg_timers *);
int wg_timers_check_handshake_last_sent(struct wg_timers *);
void wg_timers_event_data_sent(struct wg_timers *);
void wg_timers_event_data_received(struct wg_timers *);
void wg_timers_event_any_authenticated_packet_sent(struct wg_timers *);
void wg_timers_event_any_authenticated_packet_received(struct wg_timers *);
void wg_timers_event_handshake_initiated(struct wg_timers *);
void wg_timers_event_handshake_responded(struct wg_timers *);
void wg_timers_event_handshake_complete(struct wg_timers *);
void wg_timers_event_session_derived(struct wg_timers *);
void wg_timers_event_any_authenticated_packet_traversal(struct wg_timers *);
void wg_timers_event_want_initiation(struct wg_timers *);
void wg_timers_event_reset_handshake_last_sent(struct wg_timers *);
wg_timers_init(struct wg_timers *t)
wg_timers_enable(struct wg_timers *t)
wg_timers_disable(struct wg_timers *t)
wg_timers_set_persistent_keepalive(struct wg_timers *t, uint16_t interval)