HomeSort by relevance Sort by last modified time
    Searched refs:protocol (Results 126 - 150 of 570) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/dhcpcd/
bpf.c 52 open_socket(struct interface *iface, int protocol)
110 if (protocol == ETHERTYPE_ARP) {
138 send_raw_packet(const struct interface *iface, int protocol,
147 hw.ether_type = htons(protocol);
152 if (protocol == ETHERTYPE_ARP)
162 get_raw_packet(struct interface *iface, int protocol,
170 if (protocol == ETHERTYPE_ARP)
  /external/webkit/WebKit/gtk/webkit/
webkitsecurityorigin.cpp 36 * by web sites. An origin consists of a host name, a protocol, and a port
68 g_free(priv->protocol);
143 * WebKitSecurityOrigin:protocol:
145 * The protocol of the security origin.
150 g_param_spec_string("protocol",
151 _("Protocol"),
152 _("The protocol of the security origin"),
225 * Returns the protocol for the security origin.
227 * Returns: the protocol for the security origin
236 WebCore::String protocol = priv->coreOrigin->protocol() local
    [all...]
  /external/webkit/WebKitTools/pywebsocket/mod_pywebsocket/
handshake.py 68 r'(WebSocket-Protocol: [\x20-\x7e]+\r\n)?'
88 def _validate_protocol(protocol):
89 """Validate WebSocket-Protocol string."""
91 if not protocol:
92 raise HandshakeError('Invalid WebSocket-Protocol: empty')
93 for c in protocol:
95 raise HandshakeError('Illegal character in protocol: %r' % c)
165 protocol = self._request.headers_in.get('WebSocket-Protocol')
166 if protocol is not None
    [all...]
  /system/bluetooth/tools/
sock_shutdown_test.c 71 int protocol = -1; local
77 protocol = 0;
82 protocol = BTPROTO_RFCOMM;
87 protocol = BTPROTO_SCO;
92 protocol = BTPROTO_L2CAP;
97 protocol = 0;
102 ret = socket(family, typ, protocol);
  /external/iproute2/tc/
tc_filter.c 34 fprintf(stderr, " [ pref PRIO ] protocol PROTO\n");
57 __u32 protocol = 0; local
76 protocol = ETH_P_ALL;
110 } else if (matches(*argv, "protocol") == 0) {
114 duparg("protocol", *argv);
116 invarg(*argv, "invalid protocol");
117 protocol = id;
136 req.t.tcm_info = TC_H_MAKE(prio<<16, protocol);
234 fprintf(fp, "protocol %s ",
268 __u32 protocol = 0 local
    [all...]
  /bionic/libc/unistd/
socketcalls.c 54 int socket(int domain, int type, int protocol)
60 t[2] = (unsigned long) protocol;
145 int socketpair(int d, int type, int protocol, int sv[2])
151 t[2] = (unsigned long) protocol;
  /external/apache-http/src/org/apache/http/client/
AuthenticationHandler.java 41 import org.apache.http.protocol.HttpContext;
  /external/apache-http/src/org/apache/http/client/entity/
UrlEncodedFormEntity.java 38 import org.apache.http.protocol.HTTP;
  /external/apache-http/src/org/apache/http/client/methods/
HttpEntityEnclosingRequestBase.java 38 import org.apache.http.protocol.HTTP;
  /external/apache-http/src/org/apache/http/impl/client/
DefaultProxyAuthenticationHandler.java 41 import org.apache.http.protocol.HttpContext;
DefaultTargetAuthenticationHandler.java 41 import org.apache.http.protocol.HttpContext;
EntityEnclosingRequestWrapper.java 38 import org.apache.http.protocol.HTTP;
  /external/apache-http/src/org/apache/http/message/
BasicHttpEntityEnclosingRequest.java 39 import org.apache.http.protocol.HTTP;
  /external/apache-http/src/org/apache/http/protocol/
BasicHttpContext.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/BasicHttpContext.java $
32 package org.apache.http.protocol;
HTTP.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/HTTP.java $
32 package org.apache.http.protocol;
35 * Constants and static helpers related to the HTTP protocol.
HttpDateGenerator.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/HttpDateGenerator.java $
32 package org.apache.http.protocol;
42 * Generates a date in the format required by the HTTP protocol.
ResponseDate.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/ResponseDate.java $
32 package org.apache.http.protocol;
  /external/chromium/net/socket/
ssl_test_util.h 33 enum Protocol {
45 // ask it to serve the given protocol.
46 // If protocol is HTTP, and cert_path is not empty, serves HTTPS.
51 bool Start(Protocol protocol,
  /external/dbus/dbus/
dbus.h 38 #include <dbus/dbus-protocol.h>
  /external/kernel-headers/original/linux/
netfilter_ipv4.h 23 /* Protocol. */
30 /* Per-protocol information: only matters if proto match. */
83 unsigned int dataoff, u_int8_t protocol);
netfilter_ipv6.h 26 /* Protocol. */
34 /* Per-protocol information: only matters if proto match. */
77 unsigned int dataoff, u_int8_t protocol);
  /external/nist-sip/java/javax/sip/header/
ViaHeader.java 22 void setProtocol(String protocol) throws ParseException;
  /external/webkit/WebCore/html/
HTMLAnchorElement.idl 42 readonly attribute DOMString protocol;
50 attribute [ConvertNullToNullString] DOMString protocol;
  /external/webkit/WebKit/chromium/public/
WebSecurityOrigin.h 67 WEBKIT_API WebString protocol() const;
  /external/webkit/WebKit/mac/Plugins/
WebPluginContainerCheck.h 37 @protocol WebPluginContainerCheckController <NSObject>

Completed in 2074 milliseconds

1 2 3 4 56 7 8 91011>>