Symbol: wg_timers
sys/net/if_wg.c
1001
wg_timers_set_persistent_keepalive(struct wg_timers *t, uint16_t interval)
sys/net/if_wg.c
1012
wg_timers_get_persistent_keepalive(struct wg_timers *t, uint16_t *interval)
sys/net/if_wg.c
1019
wg_timers_get_last_handshake(struct wg_timers *t, struct timespec *time)
sys/net/if_wg.c
1027
wg_timers_expired_handshake_last_sent(struct wg_timers *t)
sys/net/if_wg.c
1038
wg_timers_check_handshake_last_sent(struct wg_timers *t)
sys/net/if_wg.c
1049
wg_timers_event_data_sent(struct wg_timers *t)
sys/net/if_wg.c
1061
wg_timers_event_data_received(struct wg_timers *t)
sys/net/if_wg.c
1075
wg_timers_event_any_authenticated_packet_sent(struct wg_timers *t)
sys/net/if_wg.c
1081
wg_timers_event_any_authenticated_packet_received(struct wg_timers *t)
sys/net/if_wg.c
1087
wg_timers_event_any_authenticated_packet_traversal(struct wg_timers *t)
sys/net/if_wg.c
1097
wg_timers_event_handshake_initiated(struct wg_timers *t)
sys/net/if_wg.c
1109
wg_timers_event_handshake_responded(struct wg_timers *t)
sys/net/if_wg.c
1117
wg_timers_event_handshake_complete(struct wg_timers *t)
sys/net/if_wg.c
1132
wg_timers_event_session_derived(struct wg_timers *t)
sys/net/if_wg.c
1141
wg_timers_event_want_initiation(struct wg_timers *t)
sys/net/if_wg.c
1150
wg_timers_event_reset_handshake_last_sent(struct wg_timers *t)
sys/net/if_wg.c
1160
struct wg_timers *t = _t;
sys/net/if_wg.c
1171
struct wg_timers *t = _t;
sys/net/if_wg.c
1208
struct wg_timers *t = _t;
sys/net/if_wg.c
1221
struct wg_timers *t = _t;
sys/net/if_wg.c
1238
struct wg_timers *t = _t;
sys/net/if_wg.c
1252
struct wg_timers *t = _t;
sys/net/if_wg.c
209
struct wg_timers p_timers;
sys/net/if_wg.c
310
void wg_timers_init(struct wg_timers *);
sys/net/if_wg.c
311
void wg_timers_enable(struct wg_timers *);
sys/net/if_wg.c
312
void wg_timers_disable(struct wg_timers *);
sys/net/if_wg.c
313
void wg_timers_set_persistent_keepalive(struct wg_timers *, uint16_t);
sys/net/if_wg.c
314
int wg_timers_get_persistent_keepalive(struct wg_timers *, uint16_t *);
sys/net/if_wg.c
315
void wg_timers_get_last_handshake(struct wg_timers *, struct timespec *);
sys/net/if_wg.c
316
int wg_timers_expired_handshake_last_sent(struct wg_timers *);
sys/net/if_wg.c
317
int wg_timers_check_handshake_last_sent(struct wg_timers *);
sys/net/if_wg.c
319
void wg_timers_event_data_sent(struct wg_timers *);
sys/net/if_wg.c
320
void wg_timers_event_data_received(struct wg_timers *);
sys/net/if_wg.c
321
void wg_timers_event_any_authenticated_packet_sent(struct wg_timers *);
sys/net/if_wg.c
322
void wg_timers_event_any_authenticated_packet_received(struct wg_timers *);
sys/net/if_wg.c
323
void wg_timers_event_handshake_initiated(struct wg_timers *);
sys/net/if_wg.c
324
void wg_timers_event_handshake_responded(struct wg_timers *);
sys/net/if_wg.c
325
void wg_timers_event_handshake_complete(struct wg_timers *);
sys/net/if_wg.c
326
void wg_timers_event_session_derived(struct wg_timers *);
sys/net/if_wg.c
327
void wg_timers_event_any_authenticated_packet_traversal(struct wg_timers *);
sys/net/if_wg.c
328
void wg_timers_event_want_initiation(struct wg_timers *);
sys/net/if_wg.c
329
void wg_timers_event_reset_handshake_last_sent(struct wg_timers *);
sys/net/if_wg.c
961
wg_timers_init(struct wg_timers *t)
sys/net/if_wg.c
977
wg_timers_enable(struct wg_timers *t)
sys/net/if_wg.c
986
wg_timers_disable(struct wg_timers *t)