Home | History | Annotate | Download | only in net

Lines Matching full:ecode

312 gai_strerror(int ecode)
314 if (ecode < 0 || ecode > EAI_MAX)
315 ecode = EAI_MAX;
316 return ai_errlist[ecode];