Home
last modified time | relevance | path

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

/src/crypto/krb5/src/kprop/
H A Dkprop.c221 GETSOCKNAME_ARG3_TYPE socket_length; in open_connection() local
267 socket_length = sizeof(my_sin); in open_connection()
268 if (getsockname(s, (struct sockaddr *)&my_sin, &socket_length) < 0) { in open_connection()
/src/crypto/heimdal/lib/roken/
H A Dsocket_wrapper.c197 static int socket_length(int family) in socket_length() function
1289 my_addrlen = socket_length(parent_si->family); in swrap_accept()