Home | History | Annotate | Download | only in libevent

Lines Matching refs:strport

2653 	char strport[NI_MAXSERV];
2658 ntop, sizeof(ntop), strport, sizeof(strport),
2670 ntop, sizeof(ntop), strport, sizeof(strport),
2676 *pport = strdup(strport);
2732 char strport[NI_MAXSERV];
2739 evutil_snprintf(strport, sizeof(strport), "%d", port);
2740 if ((ai_result = getaddrinfo(address, strport, &ai, &aitop)) != 0) {