Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/apps/openssl/
H A Ds_socket.c78 static int do_accept(int acc_sock, int *sock);
228 do_accept(int acc_sock, int *sock) in do_accept() argument
240 ret = accept(acc_sock, (struct sockaddr *) & from, &len); in do_accept()