Searched refs:strport (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DED2KLink.cpp204 wxString strport = sourceTokens.GetNextToken(); local
205 if (strport.IsEmpty()) {
209 unsigned port = StrToULong(strport);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/evrtsp/
H A Drtsp.c1635 char strport[NI_MAXSERV]; local
1640 ntop, sizeof(ntop), strport, sizeof(strport),
1652 ntop, sizeof(ntop), strport, sizeof(strport),
1660 *pport = strdup(strport);
1722 char strport[NI_MAXSERV]; local
1729 evutil_snprintf(strport, sizeof(strport), "%d", port);
1730 if ((ai_result = getaddrinfo(address, strport,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/evhttp/
H A Dhttp.c2764 char strport[NI_MAXSERV]; local
2769 ntop, sizeof(ntop), strport, sizeof(strport),
2781 ntop, sizeof(ntop), strport, sizeof(strport),
2787 *pport = strdup(strport);
2849 char strport[NI_MAXSERV]; local
2856 evutil_snprintf(strport, sizeof(strport), "%d", port);
2857 if ((ai_result = getaddrinfo(address, strport,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/
H A Dhttp.c2704 char strport[NI_MAXSERV]; local
2709 ntop, sizeof(ntop), strport, sizeof(strport),
2721 ntop, sizeof(ntop), strport, sizeof(strport),
2727 *pport = strdup(strport);
2783 char strport[NI_MAXSERV]; local
2790 evutil_snprintf(strport, sizeof(strport), "%d", port);
2791 if ((ai_result = getaddrinfo(address, strport,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/test/
H A Dregress_http.c120 char strport[NI_MAXSERV];
139 snprintf(strport, sizeof (strport), "%d", port);
140 if (getaddrinfo(address, strport, &ai, &aitop) != 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Dhttp.c3776 char strport[NI_MAXSERV]; local
3781 ntop, sizeof(ntop), strport, sizeof(strport),
3796 ntop, sizeof(ntop), strport, sizeof(strport),
3803 *pport = mm_strdup(strport);
3856 char strport[NI_MAXSERV]; local
3865 evutil_snprintf(strport, sizeof(strport), "%d", port);
3866 if ((ai_result = evutil_getaddrinfo(address, strport,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/test/
H A Dregress_http.c134 char strport[NI_MAXSERV]; local
143 evutil_snprintf(strport, sizeof(strport), "%d", port);
144 if (evutil_getaddrinfo(address, strport, &ai, &aitop) != 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dconfigure4580 char straddr[INET6_ADDRSTRLEN], strport[16];
4596 straddr, sizeof(straddr), strport, sizeof(strport),
4602 if (strcmp(strport, "54321") != 0) {
4617 if (strcmp(strport, "54321") != 0) {

Completed in 222 milliseconds