Home
last modified time | relevance | path

Searched refs:last_allowedip (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/wireguard-tools/
H A Dconfig.c340 static inline bool parse_allowedips(struct wgpeer *peer, struct wgallowedip **last_allowedip, const… in parse_allowedips() argument
342 struct wgallowedip *allowedip = *last_allowedip, *new_allowedip; in parse_allowedips()
402 *last_allowedip = allowedip; in parse_allowedips()
430 ctx->last_allowedip = NULL; in process_line()
463 ret = parse_allowedips(ctx->last_peer, &ctx->last_allowedip, value); in process_line()
H A Dconfig.h18 struct wgallowedip *last_allowedip; member
H A Dcontainers.h65 struct wgallowedip *first_allowedip, *last_allowedip; member
H A Dipc-freebsd.h205 peer->last_allowedip->next_allowedip = aip; in kernel_get_device()
206 peer->last_allowedip = aip; in kernel_get_device()