Symbol: wg_timers
sys/net/if_wg.c
1009
wg_timers_get_persistent_keepalive(struct wg_timers *t, uint16_t *interval)
sys/net/if_wg.c
1016
wg_timers_get_last_handshake(struct wg_timers *t, struct timespec *time)
sys/net/if_wg.c
1024
wg_timers_expired_handshake_last_sent(struct wg_timers *t)
sys/net/if_wg.c
1035
wg_timers_check_handshake_last_sent(struct wg_timers *t)
sys/net/if_wg.c
1046
wg_timers_event_data_sent(struct wg_timers *t)
sys/net/if_wg.c
1058
wg_timers_event_data_received(struct wg_timers *t)
sys/net/if_wg.c
1072
wg_timers_event_any_authenticated_packet_sent(struct wg_timers *t)
sys/net/if_wg.c
1078
wg_timers_event_any_authenticated_packet_received(struct wg_timers *t)
sys/net/if_wg.c
1084
wg_timers_event_any_authenticated_packet_traversal(struct wg_timers *t)
sys/net/if_wg.c
1094
wg_timers_event_handshake_initiated(struct wg_timers *t)
sys/net/if_wg.c
1106
wg_timers_event_handshake_responded(struct wg_timers *t)
sys/net/if_wg.c
1114
wg_timers_event_handshake_complete(struct wg_timers *t)
sys/net/if_wg.c
1129
wg_timers_event_session_derived(struct wg_timers *t)
sys/net/if_wg.c
1138
wg_timers_event_want_initiation(struct wg_timers *t)
sys/net/if_wg.c
1147
wg_timers_event_reset_handshake_last_sent(struct wg_timers *t)
sys/net/if_wg.c
1157
struct wg_timers *t = _t;
sys/net/if_wg.c
1168
struct wg_timers *t = _t;
sys/net/if_wg.c
1205
struct wg_timers *t = _t;
sys/net/if_wg.c
1218
struct wg_timers *t = _t;
sys/net/if_wg.c
1235
struct wg_timers *t = _t;
sys/net/if_wg.c
1249
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
958
wg_timers_init(struct wg_timers *t)
sys/net/if_wg.c
974
wg_timers_enable(struct wg_timers *t)
sys/net/if_wg.c
983
wg_timers_disable(struct wg_timers *t)
sys/net/if_wg.c
998
wg_timers_set_persistent_keepalive(struct wg_timers *t, uint16_t interval)