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

<<212223

  /packages/apps/Tag/src/com/android/vcard/
VCardUtils.java 245 public static String getPropertyNameForIm(final int protocol) {
246 return sKnownImPropNameMap_ItoS.get(protocol);
  /external/chromium/third_party/libevent/
http.c 474 * if the protocol is 1.0; and the connection was keep-alive
1214 char *protocol; local
1218 protocol = strsep(&line, " ");
1226 if (strcmp(protocol, "HTTP/1.0") == 0) {
1229 } else if (strcmp(protocol, "HTTP/1.1") == 0) {
1233 event_debug(("%s: bad protocol \"%s\"",
1234 __func__, protocol));
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
LegacyApiSupport.java 169 "(CASE WHEN " + StatusUpdates.PROTOCOL + "=" + Im.PROTOCOL_CUSTOM
171 + " ELSE 'pre:'||" + StatusUpdates.PROTOCOL
176 + " THEN (CASE WHEN " + Tables.DATA + "." + Im.PROTOCOL + "=" + Im.PROTOCOL_CUSTOM
178 + " ELSE 'pre:'||" + Tables.DATA + "." + Im.PROTOCOL
1448 String protocol = values.getAsString(ContactMethods.DATA); local
    [all...]
ContactsProvider2.java 3045 final Integer protocol = values.getAsInteger(StatusUpdates.PROTOCOL); local
    [all...]
  /external/netperf/
nettest_bsd.c 539 complete_addrinfo(char *controlhost, char *data_address, char *port, int family, int type, int protocol, int flags)
569 inet_ptos(protocol),
577 hints.ai_protocol = protocol;
660 if ((protocol) &&
661 (temp_res->ai_protocol != protocol)) {
665 "WARNING! Changed bogus getaddrinfo protocol %d to %d\n",
667 protocol);
670 temp_res->ai_protocol = protocol;
687 /* if we dropped the protocol hint, it would be for a protocol tha
    [all...]
netlib.c 461 inet_ptos(int protocol) {
462 switch (protocol) {
475 snprintf(unknown,sizeof(unknown),"IPPROTO_UNKNOWN(%d)",protocol);
    [all...]
  /external/iproute2/ip/
iproute.c 93 int protocol, protocolmask; member in struct:__anon4298
189 if ((filter.protocol^r->rtm_protocol)&filter.protocolmask)
887 } else if (matches(*argv, "protocol") == 0) {
891 invarg("\"protocol\" value is invalid\n", *argv);
1083 } else if (matches(*argv, "protocol") == 0) {
1089 invarg("invalid \"protocol\"\n", *argv);
1093 filter.protocol = prot;
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/ui/
QuickContactWindow.java 821 final int protocol = isEmail ? Im.PROTOCOL_GOOGLE_TALK : local
822 getAsInt(cursor, Im.PROTOCOL);
833 if (protocol != Im.PROTOCOL_CUSTOM) {
835 host = ContactsUtils.lookupProviderNameFromId(protocol);
857 final int columnIndex = cursor.getColumnIndex(Im.PROTOCOL);
    [all...]
  /external/clearsilver/mod_ecs/
mod_ecs.c 696 int is_included = !strcmp (r->protocol, "INCLUDED");
  /external/iproute2/doc/
ip-tunnels.tex 91 are going to use some routing protocol expecting that packets
207 Protocol setup on pointopoint tunnels does not differ of configuration
208 of another devices. You should set a protocol address with \verb|ifconfig|
  /external/kernel-headers/original/linux/
netdevice.h 2 * INET An implementation of the TCP/IP protocol suite for the LINUX
190 unsigned short hh_type; /* protocol identifier, f.e ETH_P_IP
257 * FIXME: cleanup struct net_device such that network protocol info
381 /* Protocol specific pointers */
1034 skb->protocol == __constant_htons(ETH_P_SLOW))
skbuff.h 57 * will add new protocol to your host. F.e. IPv6. 8)
67 * NONE: skb is checksummed by protocol or csum is not required.
211 * @protocol: Packet protocol from driver
286 __be16 protocol; member in struct:sk_buff
    [all...]
  /external/ppp/pppd/
pppd.h 389 * for a particular protocol.
392 u_short protocol; /* PPP protocol number */ member in struct:protent
397 /* Process a received protocol-reject */
403 /* Open the protocol */
405 /* Close the protocol */
413 bool enabled_flag; /* 0 iff protocol is disabled */
414 char *name; /* Text name of protocol */
415 char *data_name; /* Text name of corresponding data protocol */
533 void np_up __P((int, int)); /* a network protocol has come up *
    [all...]
lcp.c 2 * lcp.c - PPP Link Control Protocol.
135 "Disable protocol field compression",
138 "Disable protocol field compression",
243 NULL, /* Called when Protocol-Reject received */
246 "LCP" /* String name of protocol */
250 * Protocol entry points.
344 f->protocol = PPP_LCP;
429 * Don't use A/C or protocol compression on transmission,
430 * but accept A/C and protocol compressed packets
431 * if we are going to ask for A/C and protocol compression
    [all...]
  /external/quake/quake/src/WinQuake/
mpdosock.h 171 char FAR * s_proto; /* protocol to use */
175 char FAR * p_name; /* official protocol name */
177 short p_proto; /* protocol # */
189 #define IPPROTO_ICMP 1 /* control message protocol */
193 #define IPPROTO_UDP 17 /* user datagram protocol */
357 #define SOCK_RAW 3 /* raw-protocol interface */
458 * Structure used by kernel to pass protocol
463 u_short sp_protocol; /* protocol */
467 * Protocol families, same as address families for now.
736 SOCKET PASCAL FAR socket (int af, int type, int protocol);
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
CommandsInterface.java     [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
ServerHandshakeImpl.java 44 * Server 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 * Handshake protocol.</a>
117 // if protocol planed to send Hello Request message
357 "PROTOCOL VERSION. Unsupported client version "
432 session.protocol = ProtocolVersion.getByVersion(clientHello.client_version);
648 boolean isTLS = (serverHello.server_version[1] == 1); // TLS 1.0 protocol
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
osapi.c     [all...]
  /external/webkit/WebCore/bridge/jni/
jni_jsobject.mm 450 if ([view conformsToProtocol:@protocol(WebCoreFrameView)]) {
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
LegacyContactsProviderTest.java 787 String protocol = ContactMethods local
790 values.put(Presence.IM_PROTOCOL, protocol);
    [all...]
  /external/v8/src/
mirror-debugger.js 162 // Maximum length when sending strings through the JSON protocol.
    [all...]
d8.js 385 // Encode the protocol header.
    [all...]
  /libcore/luni/src/main/native/
NativeCrypto.cpp 246 sslErrorStr = "Failure in SSL library, usually a protocol error";
285 // For protocol errors, SSL might have more information.
3273 const char* protocol = SSL_SESSION_get_version(ssl_session); local
    [all...]
  /external/chromium/net/tools/flip_server/
flip_in_mem_edsm_server.cc 163 // Creates a socket with domain, type and protocol parameters.
166 int CreateSocket(int domain, int type, int protocol, int *fd) {
168 *fd = ::socket(domain, type, protocol);
    [all...]
  /external/dbus/dbus/
dbus-sysdeps-unix.c 29 #include "dbus-protocol.h"
83 int protocol,
86 *fd = socket (domain, type, protocol);
    [all...]

Completed in 3190 milliseconds

<<212223