Lines Matching defs:strport
80 char *tmp, *ret, strport[NI_MAXSERV];
84 snprintf(strport, sizeof strport, "%d", port);
90 "p", strport,
432 char ntop[NI_MAXHOST], strport[NI_MAXSERV];
437 memset(strport, 0, sizeof(strport));
456 ntop, sizeof(ntop), strport, sizeof(strport),
466 "wrong address family", ntop, strport);
472 host, ntop, strport);
491 ntop, strport, strerror(errno));
504 host, strport, errno == 0 ? "failure" : strerror(errno));