HomeSort by relevance Sort by last modified time
    Searched full:sock_type (Results 1 - 9 of 9) sorted by null

  /external/qemu/proxy/
proxy_common.h 66 SocketType sock_type,
proxy_http.c 33 SocketType sock_type,
37 if (sock_type != SOCKET_STREAM)
proxy_common.c 329 SocketType sock_type,
342 sock_type,
  /system/bluetooth/tools/
sock_shutdown_test.c 41 enum sock_type { enum
263 enum sock_type type;
asocket_test.c 43 enum sock_type { enum
691 enum sock_type type;
socktest.c 42 enum sock_type { enum
765 enum sock_type type;
  /external/kernel-headers/original/linux/
net.h 68 * enum sock_type - Socket types
82 enum sock_type { enum
  /external/openssl/apps/
s_client.c 317 #ifdef sock_type
318 #undef sock_type macro
320 int sock_type=SOCK_STREAM; local
489 sock_type=SOCK_DGRAM;
730 if (sock_type == SOCK_DGRAM) SSL_CTX_set_read_ahead(ctx, 1);
822 if (init_client(&s,host,port,sock_type) == 0)
    [all...]
  /external/openssl/patches/
handshake_cutthrough.patch 31 if (sock_type == SOCK_DGRAM) SSL_CTX_set_read_ahead(ctx, 1);

Completed in 135 milliseconds