Home | History | Annotate | Download | only in apps

Lines Matching refs:socket_type

594 	int socket_type=SOCK_STREAM;
830 socket_type=SOCK_DGRAM;
1175 if (socket_type == SOCK_DGRAM) SSL_CTX_set_read_ahead(ctx, 1);
1313 if (init_client(&s,host,port,socket_type) == 0)