/external/chromium_org/chrome/browser/net/ |
D | service_providers_win.h | 23 int socket_type; member
|
D | service_providers_win.cc | 77 service_provider.socket_type = service_providers[i].iSocketType; in GetWinsockLayeredServiceProviders()
|
/external/chromium_org/chrome/browser/resources/net_internals/ |
D | modules_view.js | 96 return tryGetValueWithKey(SOCKET_TYPE, serviceProvider.socket_type);
|
/external/qemu/proxy/ |
D | proxy_int.h | 188 SocketType socket_type,
|
/external/chromium_org/device/bluetooth/ |
D | bluetooth_socket_chromeos.h | 61 SocketType socket_type,
|
D | bluetooth_socket_chromeos.cc | 121 SocketType socket_type, in Listen() argument 141 switch (socket_type) { in Listen()
|
/external/chromium_org/third_party/openssl/openssl/apps/ |
D | s_server.c | 949 int socket_type=SOCK_STREAM; in MAIN() local 1264 socket_type = SOCK_DGRAM; in MAIN() 1550 if (socket_type == SOCK_DGRAM) SSL_CTX_set_read_ahead(ctx, 1); in MAIN() 1623 if (socket_type == SOCK_DGRAM) SSL_CTX_set_read_ahead(ctx2, 1); in MAIN() 1884 do_server(port,socket_type,&accept_socket,www_body, context); in MAIN() 1886 do_server(port,socket_type,&accept_socket,sv_body, context); in MAIN()
|
D | s_client.c | 592 int socket_type=SOCK_STREAM; in MAIN() local 826 socket_type=SOCK_DGRAM; in MAIN() 1164 if (socket_type == SOCK_DGRAM) SSL_CTX_set_read_ahead(ctx, 1); in MAIN() 1286 if (init_client(&s,host,port,socket_type) == 0) in MAIN()
|
/external/openssl/apps/ |
D | s_server.c | 949 int socket_type=SOCK_STREAM; in MAIN() local 1264 socket_type = SOCK_DGRAM; in MAIN() 1550 if (socket_type == SOCK_DGRAM) SSL_CTX_set_read_ahead(ctx, 1); in MAIN() 1623 if (socket_type == SOCK_DGRAM) SSL_CTX_set_read_ahead(ctx2, 1); in MAIN() 1884 do_server(port,socket_type,&accept_socket,www_body, context); in MAIN() 1886 do_server(port,socket_type,&accept_socket,sv_body, context); in MAIN()
|
D | s_client.c | 594 int socket_type=SOCK_STREAM; in MAIN() local 830 socket_type=SOCK_DGRAM; in MAIN() 1175 if (socket_type == SOCK_DGRAM) SSL_CTX_set_read_ahead(ctx, 1); in MAIN() 1313 if (init_client(&s,host,port,socket_type) == 0) in MAIN()
|
/external/chromium_org/chromeos/dbus/ |
D | fake_bluetooth_device_client.cc | 369 int socket_type = SOCK_STREAM; in ConnectProfile() local 371 socket_type = SOCK_SEQPACKET; in ConnectProfile() 374 if (socketpair(AF_UNIX, socket_type, 0, fds) < 0) { in ConnectProfile()
|
/external/chromium_org/extensions/browser/api/socket/ |
D | socket_api.cc | 615 info.socket_type = extensions::core_api::socket::SOCKET_TYPE_TCP; in Work() 617 info.socket_type = extensions::core_api::socket::SOCKET_TYPE_UDP; in Work()
|
/external/openssl/patches/ |
D | 0018-tls_fallback_scsv.patch | 51 socket_type=SOCK_DGRAM;
|
D | 0008-alpn.patch | 54 if (socket_type == SOCK_DGRAM) SSL_CTX_set_read_ahead(ctx, 1);
|
/external/chromium_org/chrome/browser/ui/webui/net_internals/ |
D | net_internals_ui.cc | 1433 service_dict->SetInteger("socket_type", layered_providers[i].socket_type); in OnGetServiceProviders()
|