Lines Matching refs:sockaddr
701 while (bind (tempfd, (struct sockaddr *) &sun, in tf_accept()
718 accept (tempfd, (struct sockaddr *) &sun, &len); in tf_accept()
745 while (bind (tempfd, (struct sockaddr *) &sun, in tf_send()
755 if (connect (tempfd2, (struct sockaddr *) &sun, sizeof (sun)) != 0) in tf_send()
803 while (bind (tempfd, (struct sockaddr *) &sun, in tf_recv()
813 if (connect (tempfd2, (struct sockaddr *) &sun, sizeof (sun)) != 0) in tf_recv()
854 while (bind (tempfd, (struct sockaddr *) &sun, in tf_recvfrom()
875 (struct sockaddr *) &sun, &len); in tf_recvfrom()
902 while (bind (tempfd, (struct sockaddr *) &sun, in tf_recvmsg()
1281 while (bind (tempfd, (struct sockaddr *) &sun, in tf_sendto()
1291 if (connect (tempfd2, (struct sockaddr *) &sun, sizeof (sun)) != 0) in tf_sendto()
1339 while (bind (tempfd, (struct sockaddr *) &sun, in tf_sendmsg()
1422 while (bind (tempfd, (struct sockaddr *) &sun, in tf_connect()
1440 connect (tempfd2, (struct sockaddr *) &sun, sizeof (sun)); in tf_connect()