/external/curl/docs/libcurl/opts/ |
CURLOPT_XFERINFODATA.3 | 37 .SH PROTOCOLS
|
template.3 | 32 .SH PROTOCOLS
|
/external/curl/packages/TPF/ |
curl.mak | 47 # disable all protocols except FTP and HTTP
|
/external/dbus/dbus/ |
dbus-server-unix.h | 2 /* dbus-server-unix.h Server implementation for Unix network protocols.
|
dbus-server-win.h | 2 /* dbus-server-win.h Server implementation for windows network protocols.
|
/external/iptables/extensions/ |
libip6t_ipv6header.man | 36 /etc/protocols and numeric value also allowed. The number 255 is equivalent to
|
libxt_MASQUERADE.man | 19 if the rule also specifies one of the following protocols:
|
libxt_REDIRECT.man | 16 if the rule also specifies one of the following protocols:
|
/external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/ |
Benchmark.java | 84 /** Which ALPN protocols are in use. Only useful with TLS. */ 85 List<Protocol> protocols = Arrays.asList(Protocol.HTTP_1_1); field in class:Benchmark 146 modifiers.addAll(protocols); 166 server.setProtocols(protocols);
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/ |
RouteException.java | 24 * have been made with alternative protocols, none of which were successful.
|
/external/ppp/pppd/plugins/pppoatm/ |
misc.c | 48 vs_id[4] = protocol; /* e.g. IP_TCP or IP_UDP; from netinet/protocols.h */
|
/external/protobuf/ |
README.android | 11 of its internal RPC protocols and file formats.
|
/external/tcpdump/ |
af.h | 49 #define BSD_AFNUM_NS 6 /* XEROX NS protocols */
|
/external/webrtc/ |
README.md | 7 all to communicate via a common set of protocols.
|
/frameworks/base/core/java/android/printservice/ |
package.html | 5 that know how to talk to printers via some standard protocols. These services serve as a
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
802.11_bta.h | 26 /* BT-AMP 802.11 PAL Protocols */
|
/libcore/ojluni/src/main/java/java/net/ |
ProtocolFamily.java | 29 * Represents a family of communication protocols.
|
StandardProtocolFamily.java | 29 * Defines the standard families of communication protocols.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
serio.h | 35 * Serio protocols
|
/system/sepolicy/ |
security_classes | 87 # Updated netlink classes for more recent netlink protocols.
|
/external/curl/docs/libcurl/ |
libcurl.m4 | 41 # where yyy are the various protocols supported by libcurl. Both xxx 45 # defined to 'yes' for those features and protocols that were found. 56 # Without curl-config, we can only guess what protocols are available, 145 # Is it modern enough to have --protocols? (7.12.4) 147 _libcurl_protocols=`$_libcurl_config --protocols` 221 # We don't have --protocols, so just assume that all 222 # protocols are available
|
/external/kernel-headers/original/uapi/linux/ |
nfc.h | 43 * @NFC_CMD_START_POLL: start polling for targets using the given protocols 136 * @NFC_ATTR_PROTOCOLS: nfc protocols - bitwise or-ed combination from 147 * @NFC_ATTR_IM_PROTOCOLS: Initiator mode protocols to poll for 148 * @NFC_ATTR_TM_PROTOCOLS: Target mode protocols to listen for 227 /* NFC protocols */ 247 /* NFC protocols masks used in bitsets */ 282 /* NFC socket protocols */
|
/external/libmicrohttpd/m4/ |
libcurl.m4 | 20 # where yyy are the various protocols supported by libcurl. Both xxx 24 # defined to 'yes' for those features and protocols that were found. 35 # Without curl-config, we can only guess what protocols are available, 124 # Is it modern enough to have --protocols? (7.12.4) 126 _libcurl_protocols=`$_libcurl_config --protocols` 200 # We don't have --protocols, so just assume that all 201 # protocols are available
|
/external/opencv3/3rdparty/include/ffmpeg_/libavformat/ |
avio.h | 73 * passes the options down to protocols. 104 * Pause or resume playback for network streaming protocols - e.g. MMS. 109 * Needed for some network streaming protocols which don't support seeking 174 * For protocols with fixed blocksize it should be set to this blocksize. 347 * network protocols) but never hang (e.g. on busy devices). 348 * Warning: non-blocking protocols is work-in-progress; this flag may be 386 * @param int_cb an interrupt callback to be used at the protocols level 442 * Iterate through names of available protocols. 447 * @param output If set to 1, iterate over output protocols, 448 * otherwise over input protocols [all...] |
/external/mtpd/ |
mtpd.c | 43 static struct protocol *protocols[] = {&l2tp, &pptp, NULL}; variable in typeref:struct:protocol 63 for (i = 0; protocols[i]; ++i) { 64 struct protocol *p = protocols[i]; 74 for (i = 0; protocols[i]; ++i) { 75 struct protocol *p = protocols[i];
|