Home
last modified time | relevance | path

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

/freebsd/tools/regression/netinet/tcpstream/
H A Dtcpstream.c119 struct sockaddr_in other_sin; in tcpstream_server() local
137 bzero(&other_sin, sizeof(other_sin)); in tcpstream_server()
138 addrlen = sizeof(other_sin); in tcpstream_server()
141 &other_sin, &addrlen); in tcpstream_server()
147 inet_ntoa(other_sin.sin_addr), ntohs(other_sin.sin_port)); in tcpstream_server()