Home | History | Annotate | Download | only in src

Lines Matching refs:error_num

3450   const int error_num = getaddrinfo(
3452 if (error_num != 0) {
3454 << gai_strerror(error_num);