Searched refs:address_buf (Results 1 – 1 of 1) sorted by relevance
1599 char *address_buf; in print_top_test_header() local1602 address_buf = malloc(INET6_ADDRSTRLEN); in print_top_test_header()1604 address_buf = malloc(16); /* magic constant */ in print_top_test_header()1607 if (address_buf == NULL) { in print_top_test_header()1619 address_buf[0] = '\0'; in print_top_test_header()1620 inet_ntop(source->ai_family,get_address_address(source),address_buf,sizeof(address_buf)); in print_top_test_header()1624 address_buf, in print_top_test_header()1628 address_buf[0] = '\0'; in print_top_test_header()1629 …inet_ntop(destination->ai_family,get_address_address(destination),address_buf,sizeof(address_buf)); in print_top_test_header()1633 address_buf, in print_top_test_header()[all …]