Home
last modified time | relevance | path

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

/src/contrib/wireguard-tools/
H A Dconfig.c195 static inline bool parse_endpoint(struct sockaddr *endpoint, const char *value) in parse_endpoint() function
480 ret = parse_endpoint(&ctx->last_peer->endpoint.addr, value); in process_line()
637 if (!parse_endpoint(&peer->endpoint.addr, argv[1])) in config_read_cmd()