Lines Matching defs:port
47 /* host:port:address[,address]... */
50 /* lowercase host and port to retrieve the addresses from hostcache */
52 int port;
140 entry_id = (void *)aprintf("%s:%d", tests[i].host, tests[i].port);
150 int port = 0;
160 ipaddress, &port)) {
191 if(port != tests[i].port) {
192 fprintf(stderr, "%s:%d tests[%d] failed. the retrieved port "
193 "for tests[%d].address[%d] is %d but tests[%d].port is %d.\n",
194 __FILE__, __LINE__, i, i, j, port, i, tests[i].port);