HomeSort by relevance Sort by last modified time
    Searched refs:proto (Results 126 - 150 of 572) sorted by null

1 2 3 4 56 7 8 91011>>

  /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
  /external/tcpdump/
print-ppp.c 409 static void handle_ctrl_proto (u_int proto,const u_char *p, int length);
419 static void handle_ppp (u_int proto, const u_char *p, int length);
424 handle_ctrl_proto(u_int proto, const u_char *pptr, int length)
434 typestr = tok2str(ppptype2str, "unknown ctrl-proto (0x%04x)", proto);
484 switch (proto) {
647 printf("%s", tok2str(ppptype2str,"Unknown Auth Proto (0x04x)",EXTRACT_16BITS(p+2)));
1270 int i, proto; local
1399 u_int proto,ppp_header; local
1537 u_int proto; local
    [all...]
  /dalvik/libdex/
DexProto.cpp 380 static int protoCompareToParameterDescriptors(const DexProto* proto,
384 dexParameterIteratorInit(&iterator, proto);
424 // This includes the case where the proto is shorter.
443 int dexProtoCompareToDescriptor(const DexProto* proto,
450 int result = strcmp(dexProtoGetReturnType(proto), returnType);
457 return protoCompareToParameterDescriptors(proto, descriptor, true);
461 int dexProtoCompareToParameterDescriptors(const DexProto* proto,
463 return protoCompareToParameterDescriptors(proto, descriptors, false);
483 pIterator->proto = pProto;
522 return dexStringByTypeIdx(pIterator->proto->dexFile, idx)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/joystick/amigaos/
SDL_sysjoystick.c 30 #include <proto/exec.h>
31 #include <proto/lowlevel.h>
32 #include <proto/graphics.h>
  /dalvik/vm/
Native.h 58 u4 dvmPlatformInvokeHints(const DexProto* proto);
  /external/bluetooth/hcidump/parser/
tcpip.c 86 uint8_t proto;
91 proto = ip->ip_p;
104 proto = ip6->ip6_nxt;
126 switch (proto) {
  /external/chromium/net/socket/
ssl_client_socket.h 81 // *proto is set to the resulting protocol (n.b. that the string may have
83 // kNextProtoUnsupported: *proto is cleared.
84 // kNextProtoNegotiated: *proto is set to the negotiated protocol.
85 // kNextProtoNoOverlap: *proto is set to the first protocol in the
87 virtual NextProtoStatus GetNextProto(std::string* proto) = 0;
  /external/expat/examples/
elements.c 12 #include <proto/expat.h>
  /external/iproute2/include/
rt_names.h 17 const char *inet_proto_n2a(int proto, char *buf, int len);
  /external/iproute2/ip/
xfrm.h 120 int xfrm_xfrmproto_is_ipsec(__u8 proto);
121 int xfrm_xfrmproto_is_ro(__u8 proto);
125 const char *strxf_xfrmproto(__u8 proto);
130 const char *strxf_proto(__u8 proto);
  /external/qemu/distrib/sdl-1.2.12/src/timer/amigaos/
SDL_systimer.c 34 #include <proto/dos.h>
40 #include <proto/dos.h>
41 #include <proto/exec.h>
42 #include <proto/graphics.h>
  /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/wpa_supplicant/
l2_packet.h 100 * @proto: Protocol/ethertype for the packet in host byte order (only used if
108 int l2_packet_send(struct l2_packet_data *l2, const u8 *dst_addr, u16 proto,
  /external/wpa_supplicant_6/wpa_supplicant/src/l2_packet/
l2_packet.h 89 * @proto: Protocol/ethertype for the packet in host byte order (only used if
97 int l2_packet_send(struct l2_packet_data *l2, const u8 *dst_addr, u16 proto,
  /external/wpa_supplicant_8/src/l2_packet/
l2_packet.h 89 * @proto: Protocol/ethertype for the packet in host byte order (only used if
97 int l2_packet_send(struct l2_packet_data *l2, const u8 *dst_addr, u16 proto,
  /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);
  /external/qemu/slirp-android/
libslirp.h 44 int dst_hport, u_int8_t proto);
51 u_int8_t proto);
  /external/webkit/Source/WebKit/chromium/src/
BoundObject.cpp 58 v8::Local<v8::ObjectTemplate> proto = m_hostTemplate->PrototypeTemplate(); local
60 proto->Set(
  /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();
  /external/ipsec-tools/src/libipsec/
ipsec_dump_policy.c 286 const char *proto, *mode, *level; local
296 proto = "esp";
299 proto = "ah";
302 proto = "ipcomp";
363 snprintf(buf, len, "%s/%s/%s/%s", proto, mode, abuf, level);
371 snprintf(buf, len, "%s/%s/%s/%s%c%u", proto, mode, abuf, level,
  /external/protobuf/python/google/protobuf/internal/
generator_test.py 71 proto = unittest_pb2.TestAllTypes()
72 self.assertEqual(1, proto.FOO)
74 self.assertEqual(2, proto.BAR)
76 self.assertEqual(3, proto.BAZ)
140 proto = unittest_mset_pb2.TestMessageSet()
141 self.assertTrue(proto.DESCRIPTOR.GetOptions().message_set_wire_format)
206 'google/protobuf/unittest.proto')
211 # unittest_no_generic_services.proto should contain defs for everything
  /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"),
  /hardware/ril/mock-ril/
Android.mk 12 src_proto := src/proto
32 $(call all-proto-files-under, $(src_proto))
74 $(call all-proto-files-under, $(src_proto))
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
xfrm.h 27 __u8 proto; member in struct:xfrm_id
59 __u8 proto; member in struct:xfrm_selector
337 __u8 proto; member in struct:xfrm_usersa_id
396 __u8 proto; member in struct:xfrm_usersa_flush
400 __u8 proto; member in struct:xfrm_user_report
409 __u8 proto; member in struct:xfrm_user_migrate
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
relayport.cc 61 return protocol_address_->proto;
215 if (addr.proto == PROTO_SSLTCP &&
225 std::string proto_name = ProtoToString(addr.proto);
450 LOG(LS_INFO) << "Connecting to relay via " << ProtoToString(ra->proto) <<
455 if (ra->proto == PROTO_UDP) {
460 } else if (ra->proto == PROTO_TCP || ra->proto == PROTO_SSLTCP) {
463 port_->proxy(), port_->user_agent(), ra->proto == PROTO_SSLTCP);
465 LOG(LS_WARNING) << "Unknown protocol (" << ra->proto << ")";
488 if ((ra->proto == PROTO_TCP) || (ra->proto == PROTO_SSLTCP))
513 ProtocolType proto = PROTO_UDP; local
    [all...]

Completed in 516 milliseconds

1 2 3 4 56 7 8 91011>>