/external/libwebsockets/READMEs/ |
D | README.http-fallback.md | 37 "listen-accept-role": "the-role-name", 38 "listen-accept-protocol": "the-protocol-name", 39 "fallback-listen-accept": "1" 46 a valid tls packet if connection to an https vhost, this allows the one listen 54 vhost, actually their effect is global for a given listen port. If enabled, 55 all vhosts on the same listen port will do the fallback action. 69 |`LWS_SERVER_OPTION_FALLBACK_TO_APPLY_LISTEN_ACCEPT_CONFIG`|`"fallback-listen-accept": "1"`|Enable … 80 |`LWS_SERVER_OPTION_FALLBACK_TO_APPLY_LISTEN_ACCEPT_CONFIG`|`"fallback-listen-accept": "1"`|Enable … 95 …N_ADOPT_APPLY_LISTEN_ACCEPT_CONFIG|`"apply-listen-accept": "1"`|Force vhost to use listen-accept-r… 155 "listen-accept-role": "raw-proxy", [all …]
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/ |
D | TelephonyManagerFacade.java | 258 mTelephonyManager.createForSubscriptionId(subId).listen( in telephonyStartTrackingCallStateForSubscription() 280 mTelephonyManager.createForSubscriptionId(subId).listen( in telephonyStartTrackingCellInfoChangeForSubscription() 302 mTelephonyManager.createForSubscriptionId(subId).listen( in telephonyStartTrackingActiveDataChangeForSubscription() 324 mTelephonyManager.createForSubscriptionId(subId).listen( in telephonyStartTrackingDisplayInfoChangeForSubscription() 334 @RpcParameter(name = "listen") Boolean listen) { in telephonyAdjustPreciseCallStateListenLevel() 335 return telephonyAdjustPreciseCallStateListenLevelForSubscription(type, listen, in telephonyAdjustPreciseCallStateListenLevel() 343 @RpcParameter(name = "listen") Boolean listen, in telephonyAdjustPreciseCallStateListenLevelForSubscription() 352 listener.mCallStateChangeListener.listenForeground = listen; in telephonyAdjustPreciseCallStateListenLevelForSubscription() 354 listener.mCallStateChangeListener.listenRinging = listen; in telephonyAdjustPreciseCallStateListenLevelForSubscription() 356 listener.mCallStateChangeListener.listenBackground = listen; in telephonyAdjustPreciseCallStateListenLevelForSubscription() [all …]
|
/external/cros/system_api/dbus/seneschal/ |
D | seneschal_service.proto | 34 // Defines the vsock address on which a server should listen for requests. 37 // The port number on which the server should listen for requests. 44 // Defines the unix address on which a server should listen for requests. 46 // The path on the system where the server should listen for requests. 50 // Defines the network address on which a server should listen for requests. 53 // The port on which the server should listen for requests. 58 // should listen for requests. 63 // The address on which the server should listen for requests.
|
/external/selinux/python/sepolgen/src/share/ |
D | perm_map | 294 listen r 1 322 listen r 1 348 listen r 1 373 listen r 1 414 listen r 1 438 listen r 1 462 listen r 1 489 listen r 1 513 listen r 1 705 listen r 1 [all …]
|
/external/selinux/python/sepolgen/tests/ |
D | perm_map | 287 listen r 1 315 listen r 1 341 listen r 1 366 listen r 1 407 listen r 1 431 listen r 1 455 listen r 1 482 listen r 1 506 listen r 1 698 listen r 1 [all …]
|
/external/rust/crates/tokio/tests/ |
D | tcp_socket.rs | 14 let srv = assert_ok!(srv.listen(128)); in basic_usage_v4() 32 let srv = assert_ok!(srv.listen(128)); in basic_usage_v6() 50 let srv = assert_ok!(srv.listen(128)); in bind_before_connect()
|
/external/libwebsockets/plugins/raw-proxy/ |
D | README.md | 18 header to resolve amongst multiple vhosts on the same listen port. So the 60 "apply-listen-accept": "1", 61 "listen-accept-role": "raw-proxy", 62 "listen-accept-protocol": "raw-proxy"
|
/external/dnsmasq/src/ |
D | forward.c | 497 void receive_query(struct listener* listen, time_t now) { in receive_query() argument 524 if (listen->family == AF_INET && (daemon->options & OPT_NOWILD)) { in receive_query() 525 dst_addr_4 = listen->iface->addr.in.sin_addr; in receive_query() 526 netmask = listen->iface->netmask; in receive_query() 543 if ((n = recvmsg(listen->fd, &msg, 0)) == -1) return; in receive_query() 547 source_addr.sa.sa_family = listen->family; in receive_query() 549 if (listen->family == AF_INET6) source_addr.in6.sin6_flowinfo = 0; in receive_query() 558 if (listen->family == AF_INET) in receive_query() 566 if (listen->family == AF_INET) { in receive_query() 576 if (listen->family == AF_INET6) { in receive_query() [all …]
|
/external/mesa3d/.gitlab-ci/bare-metal/ |
D | nginx-default-site | 2 listen 80 default_server; 3 listen [::]:80 default_server;
|
/external/rust/crates/grpcio-sys/grpc/test/http2_test/ |
D | http2_test_server.py | 87 def listen(endpoint, test_case): function 88 deferred = endpoint.listen(H2Factory(test_case)) 111 twisted.internet.reactor.callWhenRunning(listen, endpoint, test_case)
|
/external/grpc-grpc/test/http2_test/ |
D | http2_test_server.py | 82 def listen(endpoint, test_case): function 83 deferred = endpoint.listen(H2Factory(test_case)) 103 twisted.internet.reactor.callWhenRunning(listen, endpoint, test_case)
|
/external/openssh/ |
D | PROTOCOL.mux | 5 master. This will cause ssh(1) to listen on a Unix domain socket for 167 string listen host 168 uint32 listen port 174 If listen port is (unsigned int) -2, then the listen host is treated as 183 For dynamically allocated listen port the server replies with 187 uint32 allocated remote listen port 198 string listen host 199 uint32 listen port
|
/external/crosvm/integration_tests/guest_under_test/ |
D | delegate.rs | 25 fn listen(input: Box<dyn io::Read>, mut output: Box<dyn io::Write>) -> io::Result<()> { in listen() function 50 listen( in main()
|
/external/bcc/tools/ |
D | solisten_example.txt | 4 This tool traces the kernel function called when a program wants to listen 23 This output show the listen event from 3 programs. Netcat was started twice as 36 The overhead of this tool is negligeable as it traces listen() calls which are
|
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/resources/ |
D | jdi.properties | 6 raw.address = Address from which to listen for a connection after the raw command is run 28 generic_listening.address = Address to listen for VM connections 41 socket_listening.port = Port number at which to listen for VM connections 47 memory_listening.name = Name of the shared memory area at which to listen for VM connection
|
/external/swiftshader/src/Common/ |
D | Socket.cpp | 65 void Socket::listen(int backlog) in listen() function in sw::Socket 67 ::listen(socket, backlog); in listen()
|
/external/swiftshader/src/System/ |
D | Socket.cpp | 66 void Socket::listen(int backlog) in listen() function in sw::Socket 68 ::listen(socket, backlog); in listen()
|
/external/oss-fuzz/docs/ |
D | Gemfile.lock | 194 listen (~> 3.0) 204 listen (3.4.0) 236 sass-listen (~> 4.0.0) 237 sass-listen (4.0.0)
|
/external/parameter-framework/asio-1.10.6/include/asio/ |
D | basic_socket_acceptor.hpp | 148 this->get_service().listen(this->get_implementation(), in basic_socket_acceptor() 413 void listen(int backlog = socket_base::max_connections) in listen() function in asio::basic_socket_acceptor 416 this->get_service().listen(this->get_implementation(), backlog, ec); in listen() 442 asio::error_code listen(int backlog, asio::error_code& ec) in listen() function in asio::basic_socket_acceptor 444 return this->get_service().listen(this->get_implementation(), backlog, ec); in listen()
|
/external/ipsec-tools/src/racoon/samples/ |
D | racoon.conf.in | 30 # if no listen directive is specified, racoon will listen on all 32 listen
|
/external/python/cpython3/Lib/test/ |
D | test_timeout.py | 245 self.sock.listen() 252 serv.listen() 261 serv.listen() 271 serv.listen()
|
/external/webrtc/rtc_base/ |
D | async_tcp_socket.cc | 65 bool listen, in AsyncTCPSocketBase() argument 68 listen_(listen), in AsyncTCPSocketBase() 290 AsyncTCPSocket::AsyncTCPSocket(AsyncSocket* socket, bool listen) in AsyncTCPSocket() argument 291 : AsyncTCPSocketBase(socket, listen, kBufSize) {} in AsyncTCPSocket()
|
D | async_tcp_socket.h | 32 AsyncTCPSocketBase(AsyncSocket* socket, bool listen, size_t max_packet_size); 97 AsyncTCPSocket(AsyncSocket* socket, bool listen);
|
/external/libcap/goapps/web/ |
D | web.go | 69 func listen(network, address string) (net.Listener, error) { func 124 ls, err := listen("tcp", fmt.Sprintf(":%d", *port))
|
/external/ltp/utils/sctp/func_tests/ |
D | test_1_to_1_socket_bind_listen.c | 253 error = listen(-1, 3); in main() 266 error = listen(fd, 3); in main() 278 error = listen(sk, 3); in main()
|