Home | History | Annotate | Download | only in net

Lines Matching refs:ecode

316 gai_strerror(int ecode)
318 if (ecode < 0 || ecode > EAI_MAX)
319 ecode = EAI_MAX;
320 return ai_errlist[ecode];