HomeSort by relevance Sort by last modified time
    Searched refs:protocol (Results 576 - 600 of 1993) sorted by null

<<21222324252627282930>>

  /external/curl/lib/
connect.h 77 * protocol-specific address structures. The variable declared here will be
84 int protocol; member in struct:Curl_sockaddr_ex
  /external/google-breakpad/src/common/mac/
GTMDefines.h 433 @protocol NSConnectionDelegate
435 @protocol NSAnimationDelegate
437 @protocol NSImageDelegate
439 @protocol NSTabViewDelegate
  /external/iptables/include/libipq/
libipq.h 56 struct ipq_handle *ipq_create_handle(u_int32_t flags, u_int32_t protocol);
  /external/iptables/iptables/
xshared.h 32 * xtables_afinfo - protocol family dependent information
61 char *protocol; member in struct:iptables_command_state
  /external/libnfc-nci/src/nfc/include/
nci_hmsgs.h 57 UINT8 nci_snd_discover_select_cmd (UINT8 rf_disc_id, UINT8 protocol, UINT8 rf_interface);
  /external/libvncserver/webclients/novnc/include/
websock.js 246 throw new Error('WebSocket binary sub-protocol requested but not supported');
254 Util.Error('Skipping unsupported WebSocket binary sub-protocol');
263 throw new Error("Only WebSocket binary sub-protocol was requested and is not supported.");
284 if (this._websocket.protocol) {
285 this._mode = this._websocket.protocol;
286 Util.Info("Server choose sub-protocol: " + this._websocket.protocol);
289 Util.Error('Server select no sub-protocol!: ' + this._websocket.protocol);
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
FrameReader.java 118 * protocol configuration.
129 * @param protocol an ALPN protocol, such as {@code h2}.
134 void alternateService(int streamId, String origin, ByteString protocol, String host, int port,
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
BaseTestHandler.java 71 @Override public void alternateService(int streamId, String origin, ByteString protocol,
  /external/parameter-framework/asio-1.10.6/include/asio/
socket_acceptor_service.hpp 28 template <typename Protocol>
30 : public asio::detail::service_base<socket_acceptor_service<Protocol> >
34 /// The protocol type.
35 typedef Protocol protocol_type;
42 typedef detail::reactive_socket_service<Protocol> service_impl_type;
57 socket_acceptor_service<Protocol> >(io_service),
83 /// Move-construct a new socket acceptor implementation from another protocol
90 Protocol1, Protocol>::value>::type* = 0)
104 const protocol_type& protocol, asio::error_code& ec)
106 return service_impl_.open(impl, protocol, ec)
    [all...]
  /external/parameter-framework/upstream/asio/stub/
asio.hpp 103 dummy_base protocol() const { return {}; }; function in struct:asio::ip::tcp::endpoint
  /external/ppp/pppd/
ecp.c 2 * ecp.c - PPP Encryption Control Protocol.
80 * Protocol entry points from main code.
152 f->protocol = PPP_ECP;
fsm.h 2 * fsm.h - {Link, IP} Control Protocol Finite State Machine definitions.
68 int protocol; /* Data Link Layer Protocol field value */ member in struct:fsm
82 char *term_reason; /* Reason for closing protocol */
110 void (*protreject) /* Called when Protocol-Reject received */
116 char *proto_name; /* String name for protocol (for messages) */
  /external/rmi4utils/rmihidtool/
main.cpp 59 fprintf(stdout, "\t-p, --protocol [protocol]\t\tSet which transport prototocl to use.\n");
68 fprintf(stdout, "\t-d, --device-info\t\t\tPrint protocol specific information about the device.\n");
205 const char *protocol = "HID"; local
210 {"protocol", 1, NULL, 'p'},
242 protocol = optarg;
286 if (!strncasecmp("hid", protocol, 3)) {
289 fprintf(stderr, "Invalid Protocol: %s\n", protocol);
  /external/skia/experimental/iOSSampleApp/Shared/
SkUIView.h 19 @protocol SkUIViewOptionsDelegate <NSObject>
  /external/skia/src/views/mac/
SkNSView.h 15 @protocol SkNSViewOptionsDelegate <NSObject>
  /external/strace/
socketutils.c 187 inet_print(const int fd, const int family, const int protocol,
190 return inet_send_query(fd, family, protocol)
332 const int protocol; member in struct:__anon22869
344 protocols[i].protocol, inode,
  /external/webrtc/webrtc/examples/objc/AppRTCDemo/
ARDAppClient.h 27 @protocol ARDAppClientDelegate <NSObject>
  /external/wpa_supplicant_8/src/l2_packet/
l2_packet_privsep.c 129 const char *ifname, const u8 *own_addr, unsigned short protocol,
183 reg_cmd[0] = protocol;
236 unsigned short protocol,
241 return l2_packet_init(br_ifname, own_addr, protocol, rx_callback,
  /frameworks/base/core/java/android/hardware/usb/
UsbDevice.java 65 int Class, int subClass, int protocol,
72 mProtocol = protocol;
176 * Returns the device's protocol field.
178 * @return the device's protocol
294 int protocol = in.readInt();
300 UsbDevice device = new UsbDevice(name, vendorId, productId, clasz, subClass, protocol,
  /frameworks/base/core/java/android/net/
Network.java 239 * on this Network. The URL protocol must be {@code HTTP} or {@code HTTPS}.
242 * @throws MalformedURLException if the URL protocol is not HTTP or HTTPS.
264 * on this Network. The URL protocol must be {@code HTTP} or {@code HTTPS}.
268 * @throws MalformedURLException if the URL protocol is not HTTP or HTTPS.
276 String protocol = url.getProtocol(); local
280 if (protocol.equals("http")) {
282 } else if (protocol.equals("https")) {
286 // passed another protocol.
287 throw new MalformedURLException("Invalid URL or unrecognized protocol " + protocol);
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
OldURLStreamHandlerTest.java 213 String protocol,
218 super.setURL(u, protocol, host, port, file, ref);
222 String protocol,
230 super.setURL(u, protocol, host, port, authority,
  /libcore/ojluni/src/main/java/sun/net/www/protocol/netdoc/
Handler.java 35 package sun.net.www.protocol.netdoc;
  /system/bt/stack/bnep/
bnep_int.h 78 /* 802.1p protocol packet will have actual protocol field in side the payload */
218 extern BOOLEAN bnepu_does_dest_support_prot (tBNEP_CONN *p_bcb, UINT16 protocol);
219 extern void bnepu_build_bnep_hdr (tBNEP_CONN *p_bcb, BT_HDR *p_buf, UINT16 protocol,
221 extern void test_bnepu_build_bnep_hdr (tBNEP_CONN *p_bcb, BT_HDR *p_buf, UINT16 protocol,
238 extern tBNEP_RESULT bnep_is_packet_allowed (tBNEP_CONN *p_bcb, BD_ADDR p_dest_addr, UINT16 protocol,
  /system/connectivity/shill/
connection_info_reader.h 55 bool ParseProtocol(const std::string& input, int* protocol);
  /system/core/fastboot/
socket.cpp 74 // recv() the state is indeterminate and should not be used. Our UDP protocol relies on being able
246 std::unique_ptr<Socket> Socket::NewClient(Protocol protocol, const std::string& host, int port,
248 if (protocol == Protocol::kUdp) {
267 std::unique_ptr<Socket> Socket::NewServer(Protocol protocol, int port) {
268 if (protocol == Protocol::kUdp) {

Completed in 2318 milliseconds

<<21222324252627282930>>