/external/ppp/pppd/ |
auth.c | 688 if (protp->protocol != PPP_LCP && protp->lowerdown != NULL) 690 if (protp->protocol < 0xC000 && protp->close != NULL) 717 if (protp->protocol != PPP_LCP && protp->enabled_flag 851 if ((protp->protocol == PPP_ECP || protp->protocol == PPP_CCP) 875 if (protp->protocol < 0xC000 876 && protp->protocol != PPP_CCP && protp->protocol != PPP_ECP 888 * The peer has failed to authenticate himself using `protocol'. 891 auth_peer_fail(unit, protocol) [all...] |
/external/webkit/WebCore/html/ |
HTMLAnchorElement.cpp | 389 if (isDefaultPortForProtocol(url.port(), url.protocol())) 417 if (isDefaultPortForProtocol(port, url.protocol())) 485 if (isDefaultPortForProtocol(port, url.protocol())) 493 String HTMLAnchorElement::protocol() const function in class:WebCore::HTMLAnchorElement 495 return href().protocol() + ":";
|
/external/webkit/WebKitTools/DumpRenderTree/win/ |
UIDelegate.cpp | 574 BSTR protocol; local 578 origin->protocol(&protocol); 583 printf("UI DELEGATE DATABASE CALLBACK: exceededDatabaseQuotaForSecurityOrigin:{%S, %S, %i} database:%S\n", protocol, host, port, databaseIdentifier); 585 SysFreeString(protocol);
|
/system/bluetooth/tools/ |
asocket_test.c | 89 int protocol = -1; local 95 protocol = 0; 100 protocol = BTPROTO_RFCOMM; 105 protocol = BTPROTO_SCO; 110 protocol = BTPROTO_L2CAP; 115 protocol = 0; 120 ret = socket(family, typ, protocol);
|
socktest.c | 88 int protocol = -1; local 94 protocol = 0; 99 protocol = BTPROTO_RFCOMM; 104 protocol = BTPROTO_SCO; 109 protocol = BTPROTO_L2CAP; 114 protocol = 0; 119 ret = socket(family, typ, protocol);
|
/external/iptables/libipq/ |
libipq.c | 83 { IPQ_ERR_PROTOCOL, "Invalid protocol specified" } 207 struct ipq_handle *ipq_create_handle(u_int32_t flags, u_int32_t protocol) 220 if (protocol == PF_INET) 222 else if (protocol == PF_INET6)
|
/external/kernel-headers/original/linux/ |
netfilter.h | 37 <= 0x2000 is used for protocol-flags. */ 288 unsigned int dataoff, u_int8_t protocol); 304 u_int8_t protocol, unsigned short family) 312 csum = afinfo->checksum(skb, hook, dataoff, protocol);
|
if_ppp.h | 4 * if_ppp.h - Point-to-Point Protocol definitions. 46 #define PROTO_IPX 0x002b /* protocol numbers */ 54 #define SC_COMP_PROT 0x00000001 /* protocol compression (output) */ 92 int protocol; /* PPP protocol, e.g. PPP_IP */ member in struct:npioctl
|
/frameworks/base/core/java/android/net/http/ |
Connection.java | 36 import org.apache.http.protocol.ExecutionContext; 37 import org.apache.http.protocol.HttpContext; 38 import org.apache.http.protocol.BasicHttpContext; 488 // Resorting to protocol version default close connection policy
|
/bionic/libc/kernel/common/linux/ |
if_ppp.h | 55 int protocol; member in struct:npioctl
|
skbuff.h | 152 __be16 protocol; member in struct:sk_buff
|
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/file/ |
FileURLConnection.java | 18 package org.apache.harmony.luni.internal.net.www.protocol.file;
|
/dalvik/libcore/luni/src/test/java/tests/api/java/net/ |
URLStreamHandlerFactoryTest.java | 119 public URLStreamHandler createURLStreamHandler(String protocol) {
|
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/fortress/ |
DefaultPolicyParser.java | 326 * @throws ExpansionFailedException - if protocol is other than 329 public String resolve(String protocol, String data) 332 if ("self".equals(protocol)) { //$NON-NLS-1$ 361 if ("alias".equals(protocol)) { //$NON-NLS-1$ 371 Messages.getString("security.145", protocol)); //$NON-NLS-1$
|
/external/apache-http/src/org/apache/http/impl/conn/ |
AbstractPoolEntry.java | 38 import org.apache.http.protocol.HttpContext; 265 * Layers a protocol on top of an established tunnel. 287 ("Protocol layering without a tunnel not supported."); 291 ("Multiple protocol layering not supported.");
|
/external/apache-http/src/org/apache/http/impl/entity/ |
LaxContentLengthStrategy.java | 43 import org.apache.http.protocol.HTTP;
|
/external/apache-http/src/org/apache/http/impl/io/ |
ChunkedInputStream.java | 41 import org.apache.http.protocol.HTTP;
|
/external/apache-http/src/org/apache/http/util/ |
EntityUtils.java | 43 import org.apache.http.protocol.HTTP;
|
/external/opencore/fileformats/mp4/composer/include/ |
mediaatom.h | 36 // The protocol parameter is used when creating a HINT track. It is passed 38 // If this constructor is used to create any other typ eof track atom, the protocol 43 uint32 protocol = 0,
|
mediainformationatom.h | 37 // The protocol parameter is used when creating a HINT track. It is passed 39 // If this constructor is used to create any other typ eof track atom, the protocol 44 uint32 protocol = 0,
|
sampletableatom.h | 41 // The protocol parameter is used when creating a HINT track. It is passed 43 // If this constructor is used to create any other typ eof track atom, the protocol 48 uint32 protocol = 0,
|
/external/quake/quake/src/QW/client/ |
winquake.h | 99 SOCKET (PASCAL FAR *psocket)(int af, int type, int protocol);
|
/external/quake/quake/src/WinQuake/ |
winquake.h | 100 SOCKET (PASCAL FAR *psocket)(int af, int type, int protocol);
|
/external/webkit/WebCore/page/ |
UserContentURLPattern.cpp | 117 if (test.protocol() != m_scheme)
|
/external/webkit/WebCore/platform/network/ |
ResourceResponseBase.cpp | 126 String protocol = m_url.protocol(); local 128 return equalIgnoringCase(protocol, "http") || equalIgnoringCase(protocol, "https");
|