Lines Matching refs:strport
4362 char strport[NI_MAXSERV];
4367 ntop, sizeof(ntop), strport, sizeof(strport),
4382 ntop, sizeof(ntop), strport, sizeof(strport),
4389 *pport = mm_strdup(strport);
4437 char strport[NI_MAXSERV];
4446 evutil_snprintf(strport, sizeof(strport), "%d", port);
4447 if ((ai_result = evutil_getaddrinfo(address, strport, &hints, &ai))