Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/test/
H A Dtestsock.c123 rv = apr_socket_create(&sock, sa->family, SOCK_STREAM, APR_PROTO_TCP, p); in setup_socket()
168 ABTS_INT_EQUAL(tc, APR_PROTO_TCP, protocol); in test_send()
201 ABTS_INT_EQUAL(tc, APR_PROTO_TCP, protocol); in test_recv()
295 ABTS_INT_EQUAL(tc, APR_PROTO_TCP, protocol); in test_timeout()
363 APR_PROTO_TCP, subp); in test_get_addr()
H A Dsockperf.c97 rv = apr_socket_create(&sock, APR_INET, SOCK_STREAM, APR_PROTO_TCP, in sendRecvBuffer()
124 rv = apr_socket_create(&sock, APR_INET, SOCK_STREAM, APR_PROTO_TCP, in sendRecvBuffer()
H A Dechod.c73 rv = apr_socket_create(&listener, APR_INET, SOCK_STREAM, APR_PROTO_TCP, in glassToWall()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/
H A Dapr_network_io.h163 #define APR_PROTO_TCP 6 /**< TCP */ macro
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/network_io/unix/
H A Dsockets.c119 case APR_PROTO_TCP: in apr_socket_create()