Home | History | Annotate | Download | only in wps

Lines Matching refs:rerr

317 	int rerr;
364 rerr = getaddrinfo(host, NULL /* fill in port ourselves */,
366 if (rerr) {
368 rerr, gai_strerror(rerr), host);