Home | History | Annotate | Download | only in wps

Lines Matching full:rerr

320 	int rerr;
367 rerr = getaddrinfo(host, NULL /* fill in port ourselves */,
369 if (rerr) {
371 rerr, gai_strerror(rerr), host);