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

<<11121314151617181920>>

  /bionic/libc/include/netinet/
ip.h 47 * Definitions for internet protocol version 4.
73 u_int8_t ip_p; /* protocol */
202 u_int8_t ippseudo_p; /* protocol */
203 u_int16_t ippseudo_len; /* protocol length */
246 uint8_t protocol; member in struct:iphdr
  /bionic/libc/kernel/common/linux/
wanrouter.h 314 unsigned char protocol; member in struct:wanif_conf
  /development/ndk/platforms/android-3/include/linux/
wanrouter.h 314 unsigned char protocol; member in struct:wanif_conf
  /development/ndk/platforms/android-3/include/netinet/
ip.h 47 * Definitions for internet protocol version 4.
73 u_int8_t ip_p; /* protocol */
202 u_int8_t ippseudo_p; /* protocol */
203 u_int16_t ippseudo_len; /* protocol length */
246 uint8_t protocol; member in struct:iphdr
  /external/apache-http/src/org/apache/http/client/utils/
URLEncodedUtils.java 46 import org.apache.http.protocol.HTTP;
  /external/apache-http/src/org/apache/http/impl/conn/
ProxySelectorRoutePlanner.java 46 import org.apache.http.protocol.HttpContext;
  /external/apache-http/src/org/apache/http/impl/io/
AbstractSessionOutputBuffer.java 41 import org.apache.http.protocol.HTTP;
  /external/apache-http/src/org/apache/http/protocol/
HttpRequestExecutor.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/HttpRequestExecutor.java $
32 package org.apache.http.protocol;
100 * @throws HttpException in case of a protocol or processing problem
143 * @throws HttpException in case of a protocol or processing problem
180 * @throws HttpException in case of a protocol or processing problem
256 * @throws HttpException in case of a protocol or processing problem
302 * @throws HttpException in case of a protocol or processing problem
  /external/apache-http/src/org/apache/http/util/
CharArrayBuffer.java 34 import org.apache.http.protocol.HTTP;
  /external/chromium/net/tools/fetch/
http_listen_socket.cc 58 // a single space between the method/url and url/protocol.
74 ST_PROTO, // Receiving the protocol
88 /* PROTOCOL */ { ST_ERR, ST_HEADER, ST_NAME, ST_ERR, ST_PROTO },
138 // TODO(mbelshe): Deal better with parsing protocol.
217 response = info->protocol + " ";
  /external/chromium/third_party/libevent/
evutil.h 101 int evutil_socketpair(int d, int type, int protocol, int sv[2]);
  /external/dbus/dbus/
dbus-marshal-recursive.h 28 #include <dbus/dbus-protocol.h>
  /external/iproute2/include/
libnetlink.h 23 extern int rtnl_open_byproto(struct rtnl_handle *rth, unsigned subscriptions, int protocol);
  /external/libpcap/
pcap-int.h 271 unsigned short protocol; member in struct:pcap_sf_patched_pkthdr
  /external/v8/test/mjsunit/
debug-evaluate-recursive.js 80 // Call functions with break using the JSON protocol. Tests that argument
87 // Call functions with break using the JSON protocol. Tests passing
  /external/webkit/WebCore/platform/mac/
WidgetMac.mm 179 if ([view conformsToProtocol:@protocol(WebCoreFrameScrollView)]) {
207 if ([innerView conformsToProtocol:@protocol(WebCoreFrameScrollView)]) {
  /external/webkit/WebKit/mac/Plugins/
npapi.mm 204 NPError NPN_GetAuthenticationInfo(NPP instance, const char* protocol, const char* host, int32 port, const char* scheme, const char *realm, char** username, uint32* ulen, char** password, uint32* plen)
206 return [pluginViewForInstance(instance) getAuthenticationInfoWithProtocol:protocol
  /external/webkit/WebKit/mac/WebView/
WebFrameInternal.h 87 @protocol WebCoreRenderTreeCopier <NSObject>
WebUIDelegatePrivate.h 93 @protocol WebGeolocationPolicyListener <NSObject>
  /packages/apps/Contacts/src/com/android/contacts/model/
EntityModifier.java 529 final Object protocol = android.provider.Contacts.ContactMethods local
531 if (protocol instanceof Integer) {
532 bundle.putInt(Insert.IM_PROTOCOL, (Integer)protocol);
534 bundle.putString(Insert.IM_PROTOCOL, (String)protocol);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
wanrouter.h 19 * Jan 28, 2000 Nenad Corbic Added support for the ASYNC protocol.
74 #define NLPID_IP 0xCC /* Internet Protocol Datagram */
75 #define NLPID_SNAP 0x80 /* IEEE Subnetwork Access Protocol */
183 unsigned char ignore_dcd; /* Protocol options: */
234 union /****** protocol-specific ************/
311 /* CHDLC Protocol Options */
410 unsigned char protocol; /* prococol used in this channel (TCPOX25 or X25) */ member in struct:wanif_conf
416 unsigned char ignore_dcd; /* Protocol options: */
431 unsigned char true_if_encoding; /* Set the dev->type to true board protocol */
434 unsigned char rts_hs_for_receive; /* async Protocol options *
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
wanrouter.h 314 unsigned char protocol; member in struct:wanif_conf
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/netinet/
ip.h 47 * Definitions for internet protocol version 4.
73 u_int8_t ip_p; /* protocol */
202 u_int8_t ippseudo_p; /* protocol */
203 u_int16_t ippseudo_len; /* protocol length */
246 uint8_t protocol; member in struct:iphdr
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
wanrouter.h 314 unsigned char protocol; member in struct:wanif_conf
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/netinet/
ip.h 47 * Definitions for internet protocol version 4.
73 u_int8_t ip_p; /* protocol */
202 u_int8_t ippseudo_p; /* protocol */
203 u_int16_t ippseudo_len; /* protocol length */
246 uint8_t protocol; member in struct:iphdr

Completed in 1523 milliseconds

<<11121314151617181920>>