Searched refs:address_buf (Results 1 – 1 of 1) sorted by relevance
1158 char address_buf[INET6_ADDRSTRLEN]; in print_top_test_header() local1160 char address_buf[16]; /* magic constant */ in print_top_test_header()1168 address_buf[0] = '\0'; in print_top_test_header()1169 inet_ntop(source->ai_family,get_address_address(source),address_buf,sizeof(address_buf)); in print_top_test_header()1173 address_buf, in print_top_test_header()1176 address_buf[0] = '\0'; in print_top_test_header()1177 …inet_ntop(destination->ai_family,get_address_address(destination),address_buf,sizeof(address_buf)); in print_top_test_header()1181 address_buf, in print_top_test_header()