| /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/netfilter_ipv4/ |
| ipt_ECN.h | 31 } proto; member in struct:ipt_ECN_info
|
| /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/netfilter_ipv4/ |
| ipt_ECN.h | 31 } proto; member in struct:ipt_ECN_info
|
| /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/netfilter_ipv4/ |
| ipt_ECN.h | 31 } proto; member in struct:ipt_ECN_info
|
| /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/netfilter_ipv4/ |
| ipt_ECN.h | 31 } proto; member in struct:ipt_ECN_info
|
| /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/netfilter_ipv4/ |
| ipt_ECN.h | 31 } proto; member in struct:ipt_ECN_info
|
| /external/iproute2/include/linux/ |
| ip6_tunnel.h | 23 __u8 proto; /* tunnel protocol */ member in struct:ip6_tnl_parm
|
| /external/iptables/iptables/ |
| xshared.c | 41 proto_to_name(uint8_t proto, int nolookup) 45 if (proto && !nolookup) { 46 struct protoent *pent = getprotobynumber(proto); 52 if (xtables_chain_protos[i].num == proto) 62 unsigned int proto; local 64 if (xtables_strtoui(pname, NULL, &proto, 0, UINT8_MAX)) { 65 const char *protoname = proto_to_name(proto, nolookup); 79 * loading of the protocol match extension. '-p tcp' means 'l4 proto 6' and at
|
| /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
| ip6_tunnel.h | 25 __u8 proto; /* tunnel protocol */ member in struct:ip6_tnl_parm
|
| if_tun.h | 56 unsigned short proto; member in struct:tun_pi
|
| /dalvik/vm/oo/ |
| Resolve.cpp | 204 DexProto proto; local 205 dexProtoSetFromMethodId(&proto, pDvmDex->pDexFile, pMethodId); 214 resMethod = dvmFindDirectMethod(resClass, name, &proto); 216 resMethod = dvmFindDirectMethodHier(resClass, name, &proto); 218 resMethod = dvmFindVirtualMethodHier(resClass, name, &proto); 333 DexProto proto; local 334 dexProtoSetFromMethodId(&proto, pDvmDex->pDexFile, pMethodId); 338 resMethod = dvmFindInterfaceMethodHier(resClass, methodName, &proto);
|
| /development/ndk/platforms/android-3/include/linux/ |
| if_tun.h | 41 unsigned short proto; member in struct:tun_pi
|
| /external/bluetooth/hcidump/parser/ |
| bnep.c | 215 uint16_t proto = 0x0000; local 231 proto = get_u16(frm); 232 printf("[proto 0x%04x]\n", proto); 241 proto = get_u16(frm); 242 printf("[proto 0x%04x]\n", proto); 250 proto = get_u16(frm); 251 printf("[proto 0x%04x]\n", proto); [all...] |
| ppp.c | 77 static inline char *proto2str(uint16_t proto) 79 switch (proto) { 105 uint16_t fcs, proto; local 122 proto = get_u16(frm); 124 proto = get_u8(frm); 127 printf("PPP: %s (0x%04x): len %d\n", proto2str(proto), proto, frm->len);
|
| /external/ipsec-tools/src/libipsec/ |
| test-policy.c | 156 int proto = 0, optname = 0; local 162 proto = IPPROTO_IP; 166 proto = IPPROTO_IPV6; 179 if (setsockopt(so, proto, optname, policy, len) < 0) { 187 if (getsockopt(so, proto, optname, getbuf, &len) < 0) {
|
| /external/protobuf/java/src/main/java/com/google/protobuf/ |
| Descriptors.java | 51 * {@code google/protobuf/descriptor.proto}. 57 * Describes a {@code .proto} file, including everything defined within. 61 public FileDescriptorProto toProto() { return proto; } 64 public String getName() { return proto.getName(); } 67 * Get the proto package name. This is the package name given by the 68 * {@code package} statement in the {@code .proto} file, which differs 71 public String getPackage() { return proto.getPackage(); } 73 /** Get the {@code FileOptions}, defined in {@code descriptor.proto}. */ 74 public FileOptions getOptions() { return proto.getOptions(); } 199 * @param proto The protocol message form of the FileDescriptor 274 FileDescriptorProto proto; local 323 private FileDescriptorProto proto; field in class:Descriptors.FileDescriptor 544 private DescriptorProto proto; field in class:Descriptors.Descriptor 805 private FieldDescriptorProto proto; field in class:Descriptors.FieldDescriptor 1201 private EnumDescriptorProto proto; field in class:Descriptors.EnumDescriptor 1287 private EnumValueDescriptorProto proto; field in class:Descriptors.EnumValueDescriptor 1363 private ServiceDescriptorProto proto; field in class:Descriptors.ServiceDescriptor 1444 private MethodDescriptorProto proto; field in class:Descriptors.MethodDescriptor 1540 private final Message proto; field in class:Descriptors.DescriptorValidationException [all...] |
| /external/tcpdump/ |
| print-chdlc.c | 68 u_int proto; local 70 proto = EXTRACT_16BITS(&p[2]); 74 tok2str(ethertype_values, "Unknown", proto), 75 proto, 82 switch (proto) { 114 printf("unknown CHDLC protocol (0x%04x)", proto);
|
| /external/v8/src/extensions/experimental/ |
| break-iterator.cc | 217 v8::Local<v8::ObjectTemplate> proto = raw_template->PrototypeTemplate(); local 218 proto->Set(v8::String::New("adoptText"), 220 proto->Set(v8::String::New("first"), 222 proto->Set(v8::String::New("next"), 224 proto->Set(v8::String::New("current"), 226 proto->Set(v8::String::New("breakType"),
|
| /external/webkit/Source/JavaScriptCore/bytecode/ |
| Instruction.h | 66 WriteBarrierBase<Structure> proto; member in union:JSC::PolymorphicAccessStructureList::PolymorphicStubInfo::__anon12869 74 u.proto.clear(); 82 u.proto.set(globalData, owner, _proto); 117 if (info.u.proto && !info.isChain) 118 markStack.append(&info.u.proto);
|
| /external/webkit/Source/JavaScriptCore/qt/api/ |
| qscriptengine_p.cpp | 99 QScriptValuePrivate* proto = prototype ? prototype : newObject(); local 100 return newFunction(funJS, proto); 108 QScriptValuePrivate* proto = newObject(); local 109 return newFunction(funJS, proto);
|
| /external/webkit/Source/WebCore/bindings/scripts/test/V8/ |
| V8TestMediaQueryListListener.cpp | 62 v8::Local<v8::ObjectTemplate> proto = desc->PrototypeTemplate(); local
|
| /packages/apps/Email/tests/src/com/android/email/activity/ |
| MessagesAdapterTests.java | 45 String proto = isEas ? "eas" : "non-eas"; local 47 ProviderTestUtils.setupHostAuth(proto, "hostauth", true, mProviderContext);
|
| /packages/apps/Nfc/src/com/android/nfc/ndefpush/ |
| NdefPushClient.java | 42 NdefPushProtocol proto = new NdefPushProtocol(msg, NdefPushProtocol.ACTION_IMMEDIATE); local 43 byte[] buffer = proto.toByteArray();
|
| /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/ |
| if_tun.h | 41 unsigned short proto; member in struct:tun_pi
|
| /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/ |
| if_tun.h | 41 unsigned short proto; member in struct:tun_pi
|
| /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/ |
| if_tun.h | 41 unsigned short proto; member in struct:tun_pi
|