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

1 2 3 4 56 7 8 91011>>

  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/linux/netfilter_ipv4/
ipt_ECN.h 31 } proto; member in struct:ipt_ECN_info
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/linux/netfilter_ipv4/
ipt_ECN.h 31 } proto; member in struct:ipt_ECN_info
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/linux/netfilter_ipv4/
ipt_ECN.h 31 } proto; member in struct:ipt_ECN_info
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/linux/netfilter_ipv4/
ipt_ECN.h 31 } proto; member in struct:ipt_ECN_info
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/netfilter_ipv4/
ipt_ECN.h 31 } proto; member in struct:ipt_ECN_info
  /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/libppp/src/
acf.c 41 #include "proto.h"
53 acf_WrapperOctets(struct lcp *lcp, u_short proto)
55 return (proto == PROTO_LCP || lcp->his_acfcomp == 0) ? 2 : 0;
60 int pri __unused, u_short *proto)
64 if (*proto == PROTO_LCP || l->lcp.his_acfcomp == 0) {
74 u_short *proto __unused)
link.c 50 #include "proto.h"
216 link_ProtocolRecord(struct link *l, u_short proto, int type)
221 if (ProtocolStat[i].number == proto)
249 u_short proto)
266 bp = (*l->layer[layer - 1]->push)(b, l, bp, pri, &proto);
270 log_Printf(LogDEBUG, "link_PushPacket: Transmit proto 0x%04x\n", proto);
279 u_short lproto[LAYER_MAX], proto; local
310 proto = lproto[layer];
313 bp = (*l->layer[layer]->pull)(b, l, bp, &proto);
350 u_short proto; member in struct:__anon10778
    [all...]
sync.c 53 struct mbuf *bp, int pri __unused, u_short *proto __unused)
63 u_short *proto __unused)
  /external/ceres-solver/internal/ceres/
triplet_sparse_matrix.cc 90 const TripletSparseMatrixProto& proto = outer_proto.triplet_matrix(); local
91 CHECK(proto.has_num_rows());
92 CHECK(proto.has_num_cols());
93 CHECK_EQ(proto.rows_size(), proto.cols_size());
94 CHECK_EQ(proto.cols_size(), proto.values_size());
99 Reserve(proto.num_nonzeros());
100 Resize(proto.num_rows(), proto.num_cols())
    [all...]
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);
dense_sparse_matrix.h 56 explicit DenseSparseMatrix(const SparseMatrixProto& proto);
72 virtual void ToProto(SparseMatrixProto* proto) const;
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
ast.ml 19 (* proto - This type represents the "prototype" for a function, which captures
22 type proto = Prototype of string * string array type
25 type func = Function of proto * expr
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
ast.ml 19 (* proto - This type represents the "prototype" for a function, which captures
22 type proto = Prototype of string * string array type
25 type func = Function of proto * expr
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
ast.ml 19 (* proto - This type represents the "prototype" for a function, which captures
22 type proto = Prototype of string * string array type
25 type func = Function of proto * expr
  /dalvik/vm/arch/mips/
HintsO32.cpp 63 u4 dvmPlatformInvokeHints(const DexProto* proto)
66 const char* sig = dexProtoGetShorty(proto);
  /external/clang/test/PCH/
types.c 58 proto p1;
62 proto *p2 = p1;
  /external/iptables/include/linux/netfilter/
xt_policy.h 23 proto:1, member in struct:xt_policy_spec
56 __u8 proto; member in struct:xt_policy_elem
  /external/webkit/Source/JavaScriptCore/runtime/
InternalFunction.h 42 static Structure* createStructure(JSGlobalData& globalData, JSValue proto)
44 return Structure::create(globalData, proto, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter/
xt_policy.h 24 proto:1, member in struct:xt_policy_spec
44 u_int8_t proto; member in struct:xt_policy_elem
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/
xt_policy.h 24 proto:1, member in struct:xt_policy_spec
44 u_int8_t proto; member in struct:xt_policy_elem

Completed in 685 milliseconds

1 2 3 4 56 7 8 91011>>