Home
last modified time | relevance | path

Searched refs:parse_allowedips (Results 1 – 1 of 1) 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() function
463 ret = parse_allowedips(ctx->last_peer, &ctx->last_allowedip, value); in process_line()
623 if (!parse_allowedips(peer, &allowedip, line)) { in config_read_cmd()