Searched refs:socket_length (Results 1 – 2 of 2) sorted by relevance
221 GETSOCKNAME_ARG3_TYPE socket_length; in open_connection() local267 socket_length = sizeof(my_sin); in open_connection()268 if (getsockname(s, (struct sockaddr *)&my_sin, &socket_length) < 0) { in open_connection()
197 static int socket_length(int family) in socket_length() function1289 my_addrlen = socket_length(parent_si->family); in swrap_accept()