Searched defs:protocol (Results 276 - 300 of 306) sorted by relevance

<<111213

/external/webrtc/talk/app/webrtc/
H A Dwebrtcsdp.cc269 static bool IsRtp(const std::string& protocol);
270 static bool IsDtlsSctp(const std::string& protocol);
291 const std::string& protocol,
691 if (it->protocol() != cricket::UDP_PROTOCOL_NAME) {
1019 cricket::ProtocolType protocol; local
1020 if (!StringToProto(transport.c_str(), &protocol)) {
1070 if (protocol != cricket::PROTO_TCP) {
1099 *candidate = Candidate(component_id, cricket::ProtoToString(protocol),
1227 if (IsDtlsSctp(media_desc->protocol())) {
1268 os << " " << port << " " << media_desc->protocol() << fm
1796 IsRtp(const std::string& protocol) argument
1801 IsDtlsSctp(const std::string& protocol) argument
2120 ParseContentDescription(const std::string& message, const MediaType media_type, int mline_index, const std::string& protocol, const std::vector<int>& codec_preference, size_t* pos, std::string* content_name, TransportDescription* transport, std::vector<JsepIceCandidate*>* candidates, webrtc::SdpParseError* error) argument
2188 std::string protocol = fields[2]; local
2438 ParseContent(const std::string& message, const MediaType media_type, int mline_index, const std::string& protocol, const std::vector<int>& codec_preference, size_t* pos, std::string* content_name, MediaContentDescription* media_desc, TransportDescription* transport, std::vector<JsepIceCandidate*>* candidates, SdpParseError* error) argument
[all...]
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp72 // If this method was declared in a protocol, we can't check
1027 /// ActOnTypedefedProtocols - this action finds protocol list as part of the
1133 assert(ProtocolName && "Missing protocol identifier");
1142 // Create a new protocol that is completely distinct from previous
1143 // declarations, and do not make this protocol available for name lookup.
1152 // Check for circular dependencies among protocol declarations. This can
1153 // only happen if this protocol was forward-declared.
1205 /// protocol declarations in its 'Protocols' argument.
1227 // If this is a forward protocol declaration, get its definition.
1231 // For an objc container, delay protocol referenc
4012 searchFrom(ObjCProtocolDecl *protocol) argument
[all...]
/external/google-breakpad/src/third_party/curl/
H A Dcurl.h235 int protocol; member in struct:curl_sockaddr
489 CURLPROXY_SOCKS5_HOSTNAME = 7 /* Use the SOCKS5 protocol but pass along the
1263 external inputs and want to restrict what protocol(s) to deal
1268 as a subset of the CURLOPT_PROTOCOLS ones. That means the protocol needs
1315 name resolves addresses using more than one IP protocol version, this
/external/iproute2/misc/
H A Dss.c1596 static char *proto_name(int protocol) argument
1598 switch (protocol) {
1612 static void inet_stats_print(struct sockstat *s, int protocol) argument
1616 sock_state_print(s, proto_name(protocol));
2045 static int inet_show_sock(struct nlmsghdr *nlh, struct filter *f, int protocol) argument
2082 protocol = *(__u8 *)RTA_DATA(tb[INET_DIAG_PROTOCOL]);
2084 inet_stats_print(&s, protocol);
2118 static int tcpdiag_send(int fd, int protocol, struct filter *f) argument
2131 if (protocol == IPPROTO_UDP)
2138 if (protocol
2187 sockdiag_send(int family, int fd, int protocol, struct filter *f) argument
2248 int protocol; member in struct:inet_diag_arg
2294 inet_show_netlink(struct filter *f, FILE *dump_fp, int protocol) argument
[all...]
/external/mdnsresponder/mDNSCore/
H A DmDNS.c1879 // 0x1C Sender protocol address
1885 // 0x26 Target protocol address
1901 mDNSlocal mDNSu16 IPv6CheckSum(const mDNSv6Addr *const src, const mDNSv6Addr *const dst, const mDNSu8 protocol, const void *const data, const mDNSu32 length) argument
1913 ph.pro.b[3] = protocol;
9502 // suppressing packet sending for more than about 1/3 second can cause protocol correctness
10348 mDNSlocal void mDNSCoreReceiveRawTransportPacket(mDNS *const m, const mDNSEthAddr *const sha, const mDNSAddr *const src, const mDNSAddr *const dst, const mDNSu8 protocol, argument
10351 const mDNSIPPort port = (protocol == 0x06) ? t->tcp.dst : (protocol == 0x11) ? t->udp.dst : zeroIPPort;
10354 switch (protocol)
10426 mDNSu16 checksum = IPv6CheckSum(&src->ip.v6, &dst->ip.v6, protocol,
[all...]
H A DmDNSEmbeddedAPI.h430 // use, because we have a cache coherency protocol to keep the peer caches up to date.
540 mDNSu8 protocol; // Payload type: 0x06 = TCP, 0x11 = UDP variable
583 } TCPHeader; // 20 bytes; IP protocol type 0x06
591 } UDPHeader; // 8 bytes; IP protocol type 0x11
601 } IPv6NDP; // 24 bytes or more; IP protocol type 0x3A
1393 // A ServiceRecordSet has no special meaning to the core code of the Multicast DNS protocol engine;
2287 // In order to expose the full capabilities of the DNS protocol (which allows any arbitrary eight-bit values
/external/netperf/src/
H A Dnettest_omni.c322 int protocol; variable
2877 send_data(SOCKET data_socket, struct ring_elt *send_ring, uint32_t bytes_to_send, struct sockaddr *destination, int destlen, int protocol) { argument
2910 (use_fastopen && protocol == IPPROTO_TCP) ? MSG_FASTOPEN : 0,
3253 close_data_socket(SOCKET data_socket, struct sockaddr *peer, int peerlen, int protocol) argument
3261 "%s sock %d peer %p peerlen %d protocol %d\n",
3266 protocol);
3270 if (protocol == IPPROTO_UDP) {
3317 "%s sock %d init %d do_close %d protocol %d\n",
3322 protocol);
3327 the protocol i
3417 get_transport_retrans(SOCKET socket, int protocol) argument
3458 get_transport_info(SOCKET socket, int *mss, int protocol) argument
3498 get_transport_cong_control(SOCKET socket, int protocol, char cong_control[], int len) argument
3517 set_transport_cong_control(SOCKET socket, int protocol, char cong_control[], int len) argument
3586 choose_send_size(int lss, int protocol) argument
[all...]
/external/python/cpython2/Lib/lib-tk/
H A DTkinter.py1762 'wm', 'protocol', self._w, name, command)
1763 protocol = wm_protocol variable in class:Wm
1860 self.protocol("WM_DELETE_WINDOW", self.destroy)
2143 self.protocol("WM_DELETE_WINDOW", self.destroy)
/external/guice/lib/build/
H A Dfelix-2.0.5.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE META-INF/NOTICE META- ...
/external/owasp/sanitizer/distrib/lib/
H A Dowasp-java-html-sanitizer.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/owasp/ org/owasp/html/ org/owasp/html/AbstractTokenStream ...
/external/clang/include/clang-c/
H A DIndex.h1590 /** \brief An Objective-C \@protocol declaration. */
1951 /** \brief An Objective-C \@protocol expression.
3756 * \brief Construct a USR for a specified Objective-C protocol.
4762 * or protocol as its context.
5622 const CXIdxEntityInfo *protocol; member in struct:__anon1056
/external/conscrypt/common/src/jni/main/cpp/
H A DNativeCrypto.cpp6135 * simply controls whether to send protocol-level alerts or not.
6911 * Selects the ALPN protocol to use. The list of protocols in "primary" is considered the order
6945 * Callback for the server to select an ALPN protocol.
7119 * completed, but everything is within the bounds of the TLS protocol.
7168 const char* protocol = SSL_get_version(ssl); local
7169 JNI_TRACE("ssl=%p NativeCrypto_SSL_get_version => %s", ssl, protocol);
7170 return env->NewStringUTF(protocol);
8098 * Gets and returns in a string the version of the SSL protocol. If it
8107 const char* protocol = SSL_SESSION_get_version(ssl_session); local
8108 JNI_TRACE("ssl_session=%p NativeCrypto_SSL_SESSION_get_version => %s", ssl_session, protocol);
[all...]
/external/curl/include/curl/
H A Dcurl.h354 int protocol; member in struct:curl_sockaddr
648 CURLPROXY_SOCKS5_HOSTNAME = 7 /* Use the SOCKS5 protocol but pass along the
1489 external inputs and want to restrict what protocol(s) to deal
1494 as a subset of the CURLOPT_PROTOCOLS ones. That means the protocol needs
1683 /* Set the protocol used when curl is given a URL without a protocol */
1805 name resolves addresses using more than one IP protocol version, this
/external/curl/lib/
H A Durldata.h64 protocol handler should only ever have a single CURLPROTO_ in its protocol
394 const char *scheme; /* protocol scheme used */
528 bool protoconnstart;/* the protocol layer has STARTED its operation after
641 UPGR101_WORKING /* talking upgraded protocol */
748 void *protop; /* Allocated protocol-specific data. Each protocol
753 * Specific protocol handler.
762 /* These two functions MUST be set to be protocol dependent */
772 /* This function *MAY* be set to a protocol
822 unsigned int protocol; /* See CURLPROTO_* - this needs to be the single member in struct:Curl_handler
[all...]
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp3193 inline void swapStruct(struct objc_protocol_t &protocol) { argument
3194 sys::swapByteOrder(protocol.isa);
3195 sys::swapByteOrder(protocol.protocol_name);
3196 sys::swapByteOrder(protocol.protocol_list);
3197 sys::swapByteOrder(protocol.instance_methods);
3198 sys::swapByteOrder(protocol.class_methods);
3976 struct objc_protocol_t protocol; local
3985 memcpy(&protocol, r, sizeof(struct objc_protocol_t));
3989 memset(&protocol, '\0', sizeof(struct objc_protocol_t));
3990 memcpy(&protocol,
5673 struct objc_protocol_t protocol; local
[all...]
/external/guice/extensions/persist/lib/
H A Dhibernate-entitymanager.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/hibernate/ org/hibernate/ejb/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.osgi_3.10.100.v20150529-1857.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
H A Dorg.eclipse.equinox.common_3.7.0.v20150402-1709.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 840 milliseconds

<<111213