Home
last modified time | relevance | path

Searched refs:strport (Results 1 – 4 of 4) sorted by relevance

/external/chromium/third_party/libevent/
Dhttp.c2653 char strport[NI_MAXSERV]; in name_from_addr() local
2658 ntop, sizeof(ntop), strport, sizeof(strport), in name_from_addr()
2670 ntop, sizeof(ntop), strport, sizeof(strport), in name_from_addr()
2676 *pport = strdup(strport); in name_from_addr()
2732 char strport[NI_MAXSERV]; in make_addrinfo() local
2739 evutil_snprintf(strport, sizeof(strport), "%d", port); in make_addrinfo()
2740 if ((ai_result = getaddrinfo(address, strport, &ai, &aitop)) != 0) { in make_addrinfo()
/external/chromium/third_party/libevent/test/
Dregress_http.c118 char strport[NI_MAXSERV]; in http_connect()
137 snprintf(strport, sizeof (strport), "%d", port); in http_connect()
138 if (getaddrinfo(address, strport, &ai, &aitop) != 0) { in http_connect()
/external/tcpdump/
Dconfigure.in325 char straddr[INET6_ADDRSTRLEN], strport[16];
341 straddr, sizeof(straddr), strport, sizeof(strport),
347 if (strcmp(strport, "54321") != 0) {
362 if (strcmp(strport, "54321") != 0) {
Dconfigure5024 char straddr[INET6_ADDRSTRLEN], strport[16];
5040 straddr, sizeof(straddr), strport, sizeof(strport),
5046 if (strcmp(strport, "54321") != 0) {
5061 if (strcmp(strport, "54321") != 0) {