Searched refs:strport (Results 1 – 3 of 3) sorted by relevance
/external/libevent/ |
D | http.c | 3788 char strport[NI_MAXSERV]; in name_from_addr() local 3793 ntop, sizeof(ntop), strport, sizeof(strport), in name_from_addr() 3808 ntop, sizeof(ntop), strport, sizeof(strport), in name_from_addr() 3815 *pport = mm_strdup(strport); in name_from_addr() 3868 char strport[NI_MAXSERV]; in make_addrinfo() local 3877 evutil_snprintf(strport, sizeof(strport), "%d", port); in make_addrinfo() 3878 if ((ai_result = evutil_getaddrinfo(address, strport, &hints, &ai)) in make_addrinfo()
|
/external/tcpdump/ |
D | configure.in | 422 char straddr[INET6_ADDRSTRLEN], strport[16]; 438 straddr, sizeof(straddr), strport, sizeof(strport), 444 if (strcmp(strport, "54321") != 0) { 459 if (strcmp(strport, "54321") != 0) {
|
D | configure | 5138 char straddr[INET6_ADDRSTRLEN], strport[16]; 5154 straddr, sizeof(straddr), strport, sizeof(strport), 5160 if (strcmp(strport, "54321") != 0) { 5175 if (strcmp(strport, "54321") != 0) {
|