Searched refs:other_sin (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/tools/regression/netinet/tcpstream/
H A Dtcpstream.c121 struct sockaddr_in other_sin; local
139 bzero(&other_sin, sizeof(other_sin));
140 addrlen = sizeof(other_sin);
143 &other_sin, &addrlen);
149 inet_ntoa(other_sin.sin_addr), ntohs(other_sin.sin_port));

Completed in 47 milliseconds