Lines Matching refs:strport
4364 char strport[NI_MAXSERV];
4369 ntop, sizeof(ntop), strport, sizeof(strport),
4384 ntop, sizeof(ntop), strport, sizeof(strport),
4391 *pport = mm_strdup(strport);
4439 char strport[NI_MAXSERV];
4448 evutil_snprintf(strport, sizeof(strport), "%d", port);
4449 if ((ai_result = evutil_getaddrinfo(address, strport, &hints, &ai))