HomeSort by relevance Sort by last modified time
    Searched full:proto (Results 176 - 200 of 1395) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/netfilter_ipv4/
ipt_ECN.h 31 } proto; member in struct:ipt_ECN_info
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/netfilter_ipv4/
ipt_ECN.h 31 } proto; member in struct:ipt_ECN_info
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/netfilter_ipv4/
ipt_ECN.h 31 } proto; member in struct:ipt_ECN_info
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/netfilter_ipv4/
ipt_ECN.h 31 } proto; member in struct:ipt_ECN_info
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/netfilter_ipv4/
ipt_ECN.h 31 } proto; member in struct:ipt_ECN_info
  /external/clang/utils/TableGen/
NeonEmitter.cpp 656 static bool UseMacro(const std::string &proto) {
660 if (proto.find('i') != std::string::npos)
665 if (proto.find('p') != std::string::npos ||
666 proto.find('c') != std::string::npos)
675 static bool MacroArgUsedDirectly(const std::string &proto, unsigned i) {
677 return (proto[i] == 'i' || proto[i] == 'p' || proto[i] == 'c');
681 static std::string GenArgs(const std::string &proto, StringRef typestr) {
682 bool define = UseMacro(proto);
    [all...]
  /external/libpcap/
gencode.c 99 #include "os-proto.h"
1249 off_nl = -1; /* L3 proto location dep. on cookie type */
4957 int proto = q.proto; local
5319 int proto = q.proto; local
    [all...]
nametoaddr.c 86 #include "os-proto.h"
171 pcap_nametoport(const char *name, int *port, int *proto)
180 * same port number, change the proto to PROTO_UNDEF
189 *proto = IPPROTO_TCP;
192 *proto = PROTO_UNDEF;
205 *proto = IPPROTO_UDP;
212 *proto = PROTO_UNDEF;
225 pcap_nametoportrange(const char *name, int *port1, int *port2, int *proto)
242 if (pcap_nametoport(cpy, port1, proto) == 0) {
246 save_proto = *proto;
    [all...]
  /external/webkit/Tools/android/flex-2.5.4a/
tblcmp.c 36 void mkentry PROTO((register int*, int, int, int, int));
37 void mkprot PROTO((int[], int, int));
38 void mktemplate PROTO((int[], int, int));
39 void mv2front PROTO((int));
40 int tbldiff PROTO((int[], int, int[]));
60 * protos is kept around with the hope that most states will find a proto
63 * "templates" are a special type of proto. If a transition table is
69 * simply made into a proto, then (typically) each subsequent, similar
70 * state will differ from the proto for two out-transitions. One of these
71 * out-transitions will be that character on which the proto does not g
    [all...]
  /dalvik/libdex/
DexProto.h 121 * Return the utf-8 encoded descriptor string from the proto of a MethodId.
126 DexProto proto; local
128 dexProtoSetFromMethodId(&proto, pDexFile, pMethodId);
129 return dexProtoGetMethodDescriptor(&proto, pCache);
134 * proto of a MethodId. The returned pointer must be free()ed by the
140 DexProto proto; local
142 dexProtoSetFromMethodId(&proto, pDexFile, pMethodId);
143 return dexProtoCopyMethodDescriptor(&proto);
188 int dexProtoCompareToDescriptor(const DexProto* proto, const char* descriptor);
195 int dexProtoCompareToParameterDescriptors(const DexProto* proto,
203 const DexProto* proto; member in struct:DexParameterIterator
    [all...]
  /external/chromium/chrome/browser/sync/protocol/
nigori_specifics.proto 17 import "encryption.proto";
18 import "sync.proto";
password_specifics.proto 17 import "encryption.proto";
18 import "sync.proto";
  /external/clang/test/CodeGenObjC/
objc2-protocol-enc.m 10 @protocol Proto
17 @interface Intf <Proto>
  /external/clang/test/Rewriter/
rewrite-protocol-qualified.mm 22 @protocol Proto
31 id b = bar((id <Proto>)a);
  /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/libppp/src/
vjcomp.c 47 #include "proto.h"
74 int pri __unused, u_short *proto)
82 if (*proto == PROTO_IP && pip->ip_p == IPPROTO_TCP &&
93 *proto = PROTO_VJUNCOMP;
99 *proto = PROTO_VJCOMP;
166 u_short *proto)
170 switch (*proto) {
183 *proto = PROTO_IP;
  /external/openssh/regress/
exit-status.sh 8 trace "proto $p status $s"
9 verbose "test $tid: proto $p status $s"
transfer.sh 10 verbose "$tid: proto $p"
19 trace "proto $p dd-size ${s}"
  /external/protobuf/
generate_descriptor_proto.sh 31 ./protoc --cpp_out=dllexport_decl=LIBPROTOBUF_EXPORT:. google/protobuf/descriptor.proto && \
32 ./protoc --cpp_out=dllexport_decl=LIBPROTOC_EXPORT:. google/protobuf/compiler/plugin.proto
  /external/webkit/Source/JavaScriptCore/runtime/
FunctionPrototype.h 33 static Structure* createStructure(JSGlobalData& globalData, JSValue proto)
35 return Structure::create(globalData, proto, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
NumberConstructor.h 40 static Structure* createStructure(JSGlobalData& globalData, JSValue proto)
42 return Structure::create(globalData, proto, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
  /external/wpa_supplicant_8/src/drivers/
driver_none.c 47 u16 proto, const u8 *data, size_t data_len)
77 static int none_driver_send_eapol(void *priv, const u8 *dest, u16 proto,
  /external/webkit/Tools/android/flex-2.5.4a/MISC/Borland.old/
Borland-2.4 238 void *allocate_array PROTO((int, int));
239 void *reallocate_array PROTO((void*, int, int));
241 +void *allocate_array PROTO((size_t, size_t));
242 +void *reallocate_array PROTO((void*, size_t, size_t));
246 void *flex_alloc PROTO((unsigned int));
247 void *flex_realloc PROTO((void*, unsigned int));
249 +void *flex_alloc PROTO((size_t));
250 +void *flex_realloc PROTO((void*, size_t));
252 void flex_free PROTO((void*));
261 extern void skelout PROTO((void))
    [all...]
  /external/ceres-solver/internal/ceres/
block_structure.h 92 // Deserialize the given block structure proto to the given block structure.
94 void ProtoToBlockStructure(const BlockStructureProto &proto,
97 // Serialize the given block structure to the given proto. Destroys previous
98 // contents of proto.
100 BlockStructureProto *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;

Completed in 1114 milliseconds

1 2 3 4 5 6 78 91011>>