OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BIO_socket_ioctl
(Results
1 - 5
of
5
) sorted by null
/external/openssl/crypto/bio/
b_sock.c
529
int
BIO_socket_ioctl
(int fd, long type, void *arg)
783
ret=
BIO_socket_ioctl
(s,FIONBIO,&l);
bio.h
663
int
BIO_socket_ioctl
(int fd, long type, void *arg);
/external/openssl/apps/
s_server.c
[
all
...]
s_client.c
835
if (
BIO_socket_ioctl
(s,FIONBIO,&l) < 0)
[
all
...]
/external/openssl/include/openssl/
bio.h
663
int
BIO_socket_ioctl
(int fd, long type, void *arg);
Completed in 28 milliseconds