Searched +full:- +full:- +full:disable +full:- +full:unix +full:- +full:sockets (Results 1 – 25 of 183) sorted by relevance
12345678
| /external/wpa_supplicant_8/wpa_supplicant/ |
| D | android.config | 14 # or GnuTLS in non-default location 15 #CFLAGS += -I/usr/local/openssl/include 16 #LIBS += -L/usr/local/openssl/lib 21 #CFLAGS += -I/usr/include/kerberos 25 # functionality is added to it. nl80211-based interface is the new 37 #CFLAGS += -I/usr/local/include 38 #LIBS += -L/usr/local/lib 39 #LIBS_p += -L/usr/local/lib 40 #LIBS_c += -L/usr/local/lib 44 #CFLAGS += -I/usr/include/w32api/ddk [all …]
|
| D | defconfig | 14 # or GnuTLS in non-default location 15 #CFLAGS += -I/usr/local/openssl/include 16 #LIBS += -L/usr/local/openssl/lib 21 #CFLAGS += -I/usr/include/kerberos 25 # functionality is added to it. nl80211-based interface is the new 40 #CFLAGS += -I$<path to libnl include files> 41 #LIBS += -L$<path to libnl library files> 52 #CFLAGS += -I/usr/local/include 53 #LIBS += -L/usr/local/lib 54 #LIBS_p += -L/usr/local/lib [all …]
|
| /external/curl/docs/ |
| D | INSTALL.md | 1 <!-- 4 SPDX-License-Identifier: curl 5 --> 22 ./bootstrap-vcpkg.sh 33 the `GIT-INFO.md` file in the root directory for specific instructions on how 36 # Unix 38 A normal Unix installation is made in three or four steps (after you have 41 ./configure --with-openssl [--with-gnutls --with-wolfssl] 52 ./configure --help 57 ./configure --prefix=/path/to/curl/tree [all …]
|
| /external/pigweed/pw_console/py/pw_console/ |
| D | socket_client.py | 7 # https://www.apache.org/licenses/LICENSE-2.0 38 socket.AddressFamily, int # pylint: disable=no-member 53 'default' - uses the default configuration (localhost:33000) 54 'address:port' - An IPv4 address and port. 55 'address' - An IPv4 address. Uses default port 33000. 56 '[address]:port' - An IPv6 address and port. 57 '[address]' - An IPv6 address. Uses default port 33000. 58 'file:path_to_file' - A Unix socket at ``path_to_file``. 60 that resolves to an address through name-resolution. 80 ) -> tuple[SocketClient._InitArgsType, SocketClient._AddressType]: [all …]
|
| /external/python/cpython3/Doc/library/ |
| D | socket.rst | 1 :mod:`socket` --- Low-level networking interface 5 :synopsis: Low-level networking interface. 9 -------------- 12 all modern Unix systems, Windows, MacOS, and probably additional platforms. 20 .. include:: ../includes/wasm-notavail.rst 24 The Python interface is a straightforward transliteration of the Unix system 25 call and library interface for sockets to Python's object-oriented style: the 27 the various socket system calls. Parameter types are somewhat higher-level than 43 --------------- 52 - The address of an :const:`AF_UNIX` socket bound to a file system node [all …]
|
| D | asyncio-llapi-index.rst | 5 Low-level API Index 8 This page lists all low-level asyncio APIs. 14 .. list-table:: 16 :class: full-width-table 18 * - :func:`asyncio.get_running_loop` 19 - The **preferred** function to get the running event loop. 21 * - :func:`asyncio.get_event_loop` 22 - Get an event loop instance (running or current via the current policy). 24 * - :func:`asyncio.set_event_loop` 25 - Set the event loop as current via the current policy. [all …]
|
| /external/pigweed/pw_console/py/ |
| D | socket_client_test.py | 7 # https://www.apache.org/licenses/LICENSE-2.0 26 def test_parse_config_default(self) -> None: 33 client._socket_init_args, # pylint: disable=protected-access 37 client._address, # pylint: disable=protected-access 44 def test_parse_config_unix_file(self) -> None: 45 # Skip test if UNIX sockets are not supported. 55 client._socket_init_args, # pylint: disable=protected-access 57 socket.AF_UNIX, # pylint: disable=no-member 62 client._address, # pylint: disable=protected-access 68 ) -> None: [all …]
|
| /external/wpa_supplicant_8/wpa_supplicant/wpa_client_include/libwpa_client/ |
| D | wpa_ctrl.h | 3 * Copyright (c) 2004-2017, Jouni Malinen <j@w1.fi> 16 /* wpa_supplicant control interface - fixed message prefixes */ 19 #define WPA_CTRL_REQ "CTRL-REQ-" 22 #define WPA_CTRL_RSP "CTRL-RSP-" 26 #define WPA_EVENT_CONNECTED "CTRL-EVENT-CONNECTED " 28 #define WPA_EVENT_DISCONNECTED "CTRL-EVENT-DISCONNECTED " 30 #define WPA_EVENT_ASSOC_REJECT "CTRL-EVENT-ASSOC-REJECT " 32 #define WPA_EVENT_AUTH_REJECT "CTRL-EVENT-AUTH-REJECT " 34 #define WPA_EVENT_TERMINATING "CTRL-EVENT-TERMINATING " 36 #define WPA_EVENT_PASSWORD_CHANGED "CTRL-EVENT-PASSWORD-CHANGED " [all …]
|
| /external/wpa_supplicant_8/src/common/ |
| D | wpa_ctrl.h | 3 * Copyright (c) 2004-2017, Jouni Malinen <j@w1.fi> 16 /* wpa_supplicant control interface - fixed message prefixes */ 19 #define WPA_CTRL_REQ "CTRL-REQ-" 22 #define WPA_CTRL_RSP "CTRL-RSP-" 26 #define WPA_EVENT_CONNECTED "CTRL-EVENT-CONNECTED " 28 #define WPA_EVENT_DISCONNECTED "CTRL-EVENT-DISCONNECTED " 30 #define WPA_EVENT_ASSOC_REJECT "CTRL-EVENT-ASSOC-REJECT " 32 #define WPA_EVENT_AUTH_REJECT "CTRL-EVENT-AUTH-REJECT " 34 #define WPA_EVENT_TERMINATING "CTRL-EVENT-TERMINATING " 36 #define WPA_EVENT_PASSWORD_CHANGED "CTRL-EVENT-PASSWORD-CHANGED " [all …]
|
| /external/cronet/third_party/apache-portable-runtime/src/ |
| D | CHANGES | 1 -*- coding: utf-8 -*- 4 *) SECURITY: CVE-2015-1829 (cve.mitre.org) 18 *) apr_file_mktemp() on HP-UX: Remove limitation of 26 temporary files 31 [Jochen Voss (no e-mail)] 36 *) apr_skiplist: Fix possible multiple-free() on the same value in 63 *) apr_os_proc_mutex_get() on Unix: Avoid segfault for cross- 66 *) When using shmget-based shared memory, the ID used for ftok is 73 Includes adding '--enable-posix-shm' to force POSIX shm if 75 [Jozef Hatala <jh-asf skrt org>, Jim Jagielski] 84 *) FreeBSD 10: Correct a regression in 1.5.0 which affected non- [all …]
|
| /external/python/cpython2/Doc/library/ |
| D | socket.rst | 1 :mod:`socket` --- Low-level networking interface 5 :synopsis: Low-level networking interface. 9 all modern Unix systems, Windows, Mac OS X, BeOS, OS/2, and probably additional 20 al, both in the UNIX Programmer's Manual, Supplementary Documents 1 (sections 21 PS1:7 and PS1:8). The platform-specific reference material for the various 22 socket-related system calls are also a valuable source of information on the 23 details of socket semantics. For Unix, refer to the manual pages; for Windows, 24 see the WinSock (or Winsock 2) specification. For IPv6-ready APIs, readers may 29 The Python interface is a straightforward transliteration of the Unix system 30 call and library interface for sockets to Python's object-oriented style: the [all …]
|
| D | signal.rst | 2 :mod:`signal` --- Set handlers for asynchronous events 18 this is not supported by all Unix flavors). 28 dependent on the underlying Unix system's semantics regarding interrupted system 35 is ignored (so write errors on pipes and sockets can be reported as ordinary 48 inter-thread communication. Use locks instead. 71 names used in C programs, as found in ``<signal.h>``. The Unix man page for 137 If *time* is non-zero, this function requests that a :const:`SIGALRM` signal be 143 the Unix man page :manpage:`alarm(2)`.) Availability: Unix. 160 will then be called. Returns nothing. Not on Windows. (See the Unix man page 181 :exc:`ItimerError`. Availability: Unix. [all …]
|
| D | smtplib.rst | 1 :mod:`smtplib` --- SMTP protocol client 5 :synopsis: SMTP protocol client (requires sockets). 15 -------------- 52 *port* is omitted, the standard SMTP-over-SSL port (465) is used. 67 standard SMTP client. It's common to use Unix sockets for LMTP, so our 70 :class:`SMTP` class. To specify a Unix socket, you must use an absolute 74 Unix socket, LMTP generally don't support or require any authentication, but 140 :rfc:`821` - Simple Mail Transfer Protocol 144 :rfc:`1869` - SMTP Service Extensions 150 .. _smtp-objects: [all …]
|
| /external/pigweed/seed/ |
| D | 0108-pw_emu-emulators-frontend.rst | 5 .. _seed-0108: 14 :proposal_date: 2023-06-24 19 ------- 21 ------- 26 ----------- 28 ----------- 30 for :ref:`target <docs-targets>` on the host machine. The **host** is the machine that 34 has a correspondence in the real world - a product, an evaluation board, a 65 ---------- 67 ---------- [all …]
|
| /external/python/cpython2/Lib/ |
| D | SocketServer.py | 5 For socket-based servers: 7 - address family: 8 - AF_INET{,6}: IP (Internet Protocol) sockets (default) 9 - AF_UNIX: Unix domain sockets 10 - others, e.g. AF_DECNET are conceivable (see <socket.h> 11 - socket type: 12 - SOCK_STREAM (reliable stream, e.g. TCP) 13 - SOCK_DGRAM (datagrams, e.g. UDP) 15 For request-based servers (including socket-based): 17 - client address verification before further looking at the request [all …]
|
| /external/rust/crates/socket2/src/ |
| D | socket.rs | 3 // Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or 4 // https://www.apache.org/licenses/LICENSE-2.0> or the MIT license 5 // <LICENSE-MIT or https://opensource.org/licenses/MIT>, at your 17 #[cfg(unix)] 18 use std::os::unix::io::{FromRawFd, IntoRawFd}; 24 #[cfg(all(unix, not(target_os = "redox")))] 32 /// This type simply wraps an instance of a file descriptor (`c_int`) on Unix 34 /// this crate and is intended to mirror the raw semantics of sockets on 58 /// # fn main() -> std::io::Result<()> { 79 /// Store a `TcpStream` internally to take advantage of its niche optimizations on Unix platforms. [all …]
|
| /external/curl/ |
| D | configure.ac | 21 # SPDX-License-Identifier: curl 29 AC_INIT([curl], [-], [a suitable curl mailing list: https://curl.se/mail/]) 67 if test -z "$SED"; then 71 if test -z "$SED" || test "$SED" = "not_found"; then 79 if test -z "$GREP"; then 83 if test -z "$GREP" || test "$GREP" = "not_found"; then 89 dnl 'grep -E' is mandatory for configure process and libtool. 91 if test -z "$EGREP"; then 93 AC_MSG_CHECKING([that grep -E works]) 94 if echo a | ($GREP -E '(a|b)') >/dev/null 2>&1; then [all …]
|
| /external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ |
| D | CHANGES.0 | 1 Changelog for the c-ares project 8 o avoid using system's inet_net_pton affected by the WLB-2008080064 advisory 9 o replacement ares_inet_net_pton affected by the WLB-2008080064 advisory 15 o IPv6-on-windows: find DNS servers correctly 16 o man pages: docs for the c-ares utility programs 27 o local-bind: Support binding to local interface/IPs, see 65 - Use the last instance of domain/search, not the first one 68 - We switched from CVS to git. See http://github.com/bagder/c-ares 71 - Daniel Johnson provided fixes for building with the clang compiler. 74 - Added IPv6 name servers support. Implementation has been based on code, [all …]
|
| /external/libwebsockets/include/libwebsockets/ |
| D | lws-context-vhost.h | 2 * libwebsockets - small server side websockets and web server implementation 4 * Copyright (C) 2010 - 2021 Andy Green <andy@warmcat.com> 25 /*! \defgroup context-and-vhost context and vhost related functions 55 /**< (VH) Allow non-SSL (plaintext) connections on the same 64 /**< (VH) Disable IPV6 support */ 71 /**< (VH) Check UT-8 correctness */ 85 * http://x.com:443 -> https://x.com 94 /**< (VH) Use Unix socket */ 105 * even if it happened without a debugger in place. You can disable 109 /**< For backwards-compatibility reasons, by default [all …]
|
| /external/chromium-trace/catapult/devil/docs/ |
| D | adb_wrapper.md | 27 Disable Marshmallow's Verity security feature. 30 The output of the disable-verity command as a string. 55 The output of the enable-verity command as a string. 63 Sockets are specified by one of: 65 localabstract:<unix domain socket name> 66 localreserved:<unix domain socket name> 67 localfilesystem:<unix domain socket name> 90 The output of adb forward --list as a string. 114 The device path (e.g. usb:3-4) 146 forward_lock: (optional) If set forward-locks the app. [all …]
|
| /external/curl/.github/workflows/ |
| D | macos.yml | 3 # SPDX-License-Identifier: curl 10 - master 11 - '*/ci' 12 paths-ignore: 13 - '**/*.md' 14 - '.azure-pipelines.yml' 15 - '.circleci/**' 16 - '.cirrus.yml' 17 - 'appveyor.*' 18 - 'packages/**' [all …]
|
| /external/python/cpython3/Lib/ |
| D | socketserver.py | 5 For socket-based servers: 7 - address family: 8 - AF_INET{,6}: IP (Internet Protocol) sockets (default) 9 - AF_UNIX: Unix domain sockets 10 - others, e.g. AF_DECNET are conceivable (see <socket.h> 11 - socket type: 12 - SOCK_STREAM (reliable stream, e.g. TCP) 13 - SOCK_DGRAM (datagrams, e.g. UDP) 15 For request-based servers (including socket-based): 17 - client address verification before further looking at the request [all …]
|
| /external/python/cpython3/Misc/NEWS.d/ |
| D | 3.11.0.rst | 1 .. date: 2022-09-28-17-09-37 2 .. gh-issue: 97616 4 .. release date: 2022-10-24 13 .. date: 2022-09-07-10-42-00 14 .. gh-issue: 97514 19 backed unix domain sockets for communication with the *forkserver* process 21 use the :ref:`"forkserver" start method <multiprocessing-start-methods>` is 24 Abstract sockets have no permissions and could allow any user on the system 26 <https://man7.org/linux/man-pages/man7/network_namespaces.7.html>`_ (often 32 This prevents Linux `CVE-2022-42919 [all …]
|
| /external/libwebsockets/READMEs/ |
| D | README.lwsws.md | 6 lwsws is an implementation of a very lightweight, ws-capable generic web 15 Just enable -DLWS_WITH_LWSWS=1 at cmake-time. 19 NOTICE on Ubuntu, the default libuv package is called "libuv-0.10". This is ancient. 21 You should replace this with libuv1 and libuv1-dev before proceeding. 27 - '#' may be used to turn the rest of the line into a comment. 29 - There's also a single substitution, if a string contains "_lws_ddir_", then that is 46 "count-threads": "1", 47 "server-string": "myserver v1", # returned in http headers 48 "ws-pingpong-secs": "200", # confirm idle established ws connections this often 49 "init-ssl": "yes" [all …]
|
| /external/rust/crates/nix/test/sys/ |
| D | test_socket.rs | 8 use std::os::unix::io::{AsRawFd, RawFd}; 68 ts - sys_time in test_timestamping() 70 sys_time - ts in test_timestamping() 130 ts - sys_time in test_timestamping_realtime() 132 sys_time - ts in test_timestamping_realtime() 191 let diff = sys_time - ts; // Monotonic clock sys_time must be greater in test_timestamping_monotonic() 208 fn calculate_hash<T: Hash>(t: &T) -> u64 { in calculate_hash() 250 // Test getting/setting abstract addresses (without unix socket creation) 268 // Internally, name is null-prefixed (abstract namespace) in test_abstract_uds_addr() 272 // Test getting an unnamed address (without unix socket creation) [all …]
|
12345678