| /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/ |
| ip.h | 90 __u8 protocol; member in struct:iphdr
|
| /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/ |
| if_ppp.h | 55 int protocol; member in struct:npioctl
|
| ip.h | 90 __u8 protocol; member in struct:iphdr
|
| /system/netd/ |
| MDnsSdListener.cpp | 270 const char *interfaceName, uint32_t protocol, const char *hostname) { 271 if (VDBG) ALOGD("getAddrInfo(%d, %s %d, %s)", requestId, interfaceName, protocol, hostname); 282 DNSServiceErrorType result = DNSServiceGetAddrInfo(ref, nativeFlags, interfaceInt, protocol, 483 int protocol = 0; // intelligient heuristic (both v4 + v6) local 484 getAddrInfo(cli, requestId, interfaceName, protocol, hostname);
|
| /external/smack/asmack-master/lib/ |
| httpcore-4.1.4.jar | |
| /prebuilts/devtools/tools/lib/ |
| httpcore-4.1.jar | |
| /prebuilts/tools/common/http-client/ |
| httpcore-4.1.jar | |
| /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.1/ |
| httpcore-4.1.jar | |
| /external/robolectric/lib/main/ |
| httpcore-4.0.1.jar | |
| /bionic/libc/kernel/common/linux/ |
| skbuff.h | 155 __be16 protocol; member in struct:sk_buff
|
| /development/ndk/platforms/android-3/include/linux/ |
| skbuff.h | 152 __be16 protocol; member in struct:sk_buff
|
| /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/ |
| LSSerializerImpl.java | 1000 String protocol = url.getProtocol(); local 1274 String protocol = url.getProtocol(); local [all...] |
| /external/chromium/chrome/browser/password_manager/ |
| password_store_mac.cc | 40 const SecProtocolType& protocol, 67 const SecProtocolType& protocol, 96 if (protocol != kSecProtocolTypeAny) { 99 search_attributes_.attr[entries].length = sizeof(protocol); 101 const_cast<void*>(reinterpret_cast<const void*>(&protocol)); 295 SecProtocolType protocol = *(static_cast<SecProtocolType*>(attr.data)); 297 form->ssl_valid = (protocol == kSecProtocolTypeHTTPS); 556 SecProtocolType protocol = is_secure ? kSecProtocolTypeHTTPS local 564 port, protocol, AuthTypeForScheme(form.scheme), 658 SecProtocolType protocol = is_secure ? kSecProtocolTypeHTTP local [all...] |
| /external/chromium_org/third_party/WebKit/Source/platform/weborigin/ |
| KURL.cpp | 48 static void assertProtocolIsGood(const char* protocol) 51 const char* p = protocol; 116 bool isValidProtocol(const String& protocol) 119 if (protocol.isEmpty()) 121 if (!isSchemeFirstChar(protocol[0])) 123 unsigned protocolLength = protocol.length(); 125 if (!isSchemeChar(protocol[i])) 327 String KURL::protocol() const function in class:WebCore::KURL 412 bool KURL::setProtocol(const String& protocol) 415 int separatorPosition = protocol.find(':') [all...] |
| /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/ |
| standalone.py | 253 """Getter to mimic request.protocol.""" 256 protocol = property(get_protocol) variable in class:_StandaloneRequest 408 # expected to succeed to listen both protocol. [all...] |
| /external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
| fakesession.h | 83 TransportProtocol protocol() const { return ice_proto_; } function in class:cricket::FakeTransportChannel
|
| transport.h | 256 TransportProtocol protocol() const { return protocol_; } function in class:cricket::Transport
|
| /external/kernel-headers/original/linux/ |
| netlink.h | 232 int protocol; member in struct:netlink_notify 268 extern void netlink_set_nonroot(int protocol, unsigned flag);
|
| /external/libnfc-nci/src/nfa/include/ |
| nfa_ee_api.h | 83 #define NFA_EE_PWR_STATE_NONE 0 /* used to remove a particular technology or protocol based routing cfg of a handle from the routing table. */ 132 #define NFA_EE_TRGR_RF_PROTOCOL NFC_EE_TRIG_RF_PROTOCOL /* RF Protocol changed */ 140 tNFA_NFC_PROTOCOL protocol; /* NFA_EE_TRGR_RF_PROTOCOL: the protocol that triggers this event */ member in union:__anon20572 163 tNFA_NFC_PROTOCOL la_protocol; /* Listen A protocol */ 164 tNFA_NFC_PROTOCOL lb_protocol; /* Listen B protocol */ 165 tNFA_NFC_PROTOCOL lf_protocol; /* Listen F protocol */ 166 tNFA_NFC_PROTOCOL lbp_protocol; /* Listen B' protocol */ 325 ** default routing based on Protocol in the listen mode routing
|
| /external/libpcap/ |
| pcap-int.h | 271 unsigned short protocol; member in struct:pcap_sf_patched_pkthdr
|
| /external/openssh/ |
| readconf.h | 12 * incompatible with the protocol description in the RFC file, it must be 80 int protocol; /* Protocol in order of preference. */ member in struct:__anon24071
|
| servconf.h | 12 * incompatible with the protocol description in the RFC file, it must be 84 int protocol; /* Supported protocol versions. */ member in struct:__anon24078
|
| /packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
| TelephonyProvider.java | 145 "protocol TEXT," + 222 " ADD COLUMN protocol TEXT DEFAULT IP;"); 300 String protocol = parser.getAttributeValue(null, "protocol"); local 301 if (protocol != null) { 302 map.put(Telephony.Carriers.PROTOCOL, protocol); 369 if (row.containsKey(Telephony.Carriers.PROTOCOL) == false) { 370 row.put(Telephony.Carriers.PROTOCOL, "IP"); 549 if (!values.containsKey(Telephony.Carriers.PROTOCOL)) { [all...] |
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
| if_ppp.h | 4 * if_ppp.h - Point-to-Point Protocol definitions. 45 #define PROTO_IPX 0x002b /* protocol numbers */ 53 #define SC_COMP_PROT 0x00000001 /* protocol compression (output) */ 91 int protocol; /* PPP protocol, e.g. PPP_IP */ member in struct:npioctl
|
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netinet/ |
| ip.h | 61 u_int8_t protocol; member in struct:iphdr 101 * Definitions for internet protocol version 4. 127 u_int8_t ip_p; /* protocol */
|