/libcore/luni/src/test/java/org/apache/harmony/luni/internal/net/www/protocol/http/ |
HeaderTest.java | 17 package org.apache.harmony.luni.internal.net.www.protocol.http;
|
/system/core/libnetutils/ |
packet.c | 107 ip.protocol = IPPROTO_UDP; 192 } else if (packet.ip.protocol != IPPROTO_UDP) { 194 LOGD("IP protocol (%d) is not UDP", packet.ip.protocol); 227 packet.ip.protocol = IPPROTO_UDP;
|
/external/qemu/ |
shaper.c | 296 uint8_t protocol; member in struct:SessionRec_ 324 const char* format = (session->protocol == _PROTOCOL_TCP) ? "TCP" : "UDP"; 368 info->protocol = data[9]; 412 node->protocol == info->protocol ) 562 session->protocol = info->protocol;
|
/external/ppp/pppd/ |
demand.c | 107 * Call the demand_conf procedure for each protocol that's got one. 117 * demand_block - set each network protocol to block further packets. 127 sifnpmode(0, protp->protocol & ~0x8000, NPMODE_QUEUE); 132 * demand_discard - set each network protocol to discard packets 144 sifnpmode(0, protp->protocol & ~0x8000, NPMODE_ERROR); 160 * demand_unblock - set each enabled network protocol to pass packets. 170 sifnpmode(0, protp->protocol & ~0x8000, NPMODE_PASS); 352 if (protp->protocol < 0xC000 && (protp->protocol & ~0x8000) == proto) { 360 return 0; /* not a supported protocol !!?? * [all...] |
/external/quake/quake/src/QW/server/ |
qwsv.mak | 345 ".\../client\protocol.h"\
381 ".\../client\protocol.h"\
427 ".\../client\protocol.h"\
463 ".\../client\protocol.h"\
509 ".\../client\protocol.h"\
545 ".\../client\protocol.h"\
591 ".\../client\protocol.h"\
627 ".\../client\protocol.h"\
673 ".\../client\protocol.h"\
709 ".\../client\protocol.h"\ [all...] |
/external/webkit/WebCore/platform/ |
KURL.cpp | 289 inline bool KURL::protocolIs(const String& string, const char* protocol) 291 return WebCore::protocolIs(string, protocol); 397 if (p[1] != '/' && equalIgnoringCase(base.protocol(), String(str, p - str)) && base.isHierarchical()) { 563 String KURL::protocol() const function in class:WebCore::KURL 624 static void assertProtocolIsGood(const char* protocol) 626 const char* p = protocol; 635 bool KURL::protocolIs(const char* protocol) const 637 assertProtocolIsGood(protocol); 641 ASSERT(!equalIgnoringCase(protocol, String("javascript"))); 648 if (!protocol[i] || toASCIILower(m_string[i]) != protocol[i] [all...] |
/external/wpa_supplicant/ |
l2_packet_ndis.c | 220 * another event if the protocol driver is replaced with somewhat more 330 static int l2_ndisuio_set_ether_type(unsigned short protocol) 332 USHORT proto = htons(protocol); 349 const char *ifname, const u8 *own_addr, unsigned short protocol, 360 l2_ndisuio_global->first_proto = protocol; 382 if (l2_ndisuio_set_ether_type(protocol) < 0) { 389 "filtering ethertype to %04x", protocol);
|
/external/wpa_supplicant_6/wpa_supplicant/src/l2_packet/ |
l2_packet_ndis.c | 220 * another event if the protocol driver is replaced with somewhat more 330 static int l2_ndisuio_set_ether_type(unsigned short protocol) 332 USHORT proto = htons(protocol); 349 const char *ifname, const u8 *own_addr, unsigned short protocol, 360 l2_ndisuio_global->first_proto = protocol; 382 if (l2_ndisuio_set_ether_type(protocol) < 0) { 389 "filtering ethertype to %04x", protocol);
|
/external/apache-http/src/org/apache/http/impl/client/ |
DefaultRedirectHandler.java | 50 import org.apache.http.protocol.HttpContext; 51 import org.apache.http.protocol.ExecutionContext; 69 private static final String REDIRECT_LOCATIONS = "http.protocol.redirect-locations";
|
/external/webkit/WebCore/bindings/v8/custom/ |
V8WebSocketCustom.cpp | 109 v8::Handle<v8::String> protocol = args[1]->ToString(); local 112 webSocket->connect(url, toWebCoreString(protocol), ec);
|
/external/webkit/WebCore/loader/appcache/ |
ManifestParser.cpp | 127 if (!equalIgnoringCase(url.protocol(), manifestURL.protocol()))
|
/external/webkit/WebCore/platform/network/ |
CredentialStorage.cpp | 63 return url.protocol() + "://" + url.host() + String::format(":%i/", url.port()); 65 return url.protocol() + "://" + url.host() + "/";
|
/frameworks/base/packages/VpnServices/src/com/android/server/vpn/ |
VpnDaemons.java | 118 private DaemonProxy startMtpd(String protocol, 122 args.addAll(Arrays.asList(protocol, serverIp, port));
|
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
ClientHandshakeImpl.java | 44 * Client side handshake protocol implementation. 45 * Handshake protocol operates on top of the Record Protocol. 50 * to Record Protocol. Detected errors are reported to the Alert protocol. 53 * TLS Handshake Protocol</a> 96 session.protocol = ProtocolVersion.getLatestVersion(parameters 98 recordProtocol.setVersion(session.protocol.version); 120 session.protocol = ProtocolVersion.getLatestVersion(parameters 122 recordProtocol.setVersion(session.protocol.version) [all...] |
/bionic/libc/kernel/common/linux/ |
ip.h | 90 __u8 protocol; member in struct:iphdr
|
/development/ndk/platforms/android-3/include/linux/ |
ip.h | 90 __u8 protocol; member in struct:iphdr
|
/external/apache-http/src/org/apache/http/impl/auth/ |
AuthSchemeBase.java | 38 import org.apache.http.protocol.HTTP;
|
/external/apache-http/src/org/apache/http/impl/conn/ |
AbstractPooledConnAdapter.java | 38 import org.apache.http.protocol.HttpContext;
|
/external/apache-http/src/org/apache/http/impl/entity/ |
EntityDeserializer.java | 46 import org.apache.http.protocol.HTTP;
|
/external/apache-http/src/org/apache/http/params/ |
HttpProtocolParams.java | 36 import org.apache.http.protocol.HTTP; 40 * to simplify manipulation of the HTTP protocol specific parameters. 119 * Returns {@link ProtocolVersion protocol version} to be used per default. 121 * @return {@link ProtocolVersion protocol version} 136 * Assigns the {@link ProtocolVersion protocol version} to be used by the 139 * @param version the {@link ProtocolVersion protocol version}
|
/external/apache-http/src/org/apache/http/protocol/ |
ResponseConnControl.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/ResponseConnControl.java $ 32 package org.apache.http.protocol;
|
ResponseContent.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/ResponseContent.java $ 32 package org.apache.http.protocol;
|
UriPatternMatcher.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/UriPatternMatcher.java $ 32 package org.apache.http.protocol;
|
/external/kernel-headers/original/linux/ |
ip.h | 2 * INET An implementation of the TCP/IP protocol suite for the LINUX 6 * Definitions for the IP protocol. 97 __u8 protocol; member in struct:iphdr
|
/external/mtpd/ |
mtpd.c | 42 extern struct protocol l2tp; 43 extern struct protocol pptp; 44 static struct protocol *protocols[] = {&l2tp, &pptp, NULL}; 45 static struct protocol *the_protocol; 76 log_print(INFO, "Using protocol %s", protocols[i]->name); 85 printf("Usage: %s <protocol-args> '' <pppd-args>, " 86 "where protocol-args are one of:\n", argv[0]);
|