Searched refs:outgoing (Results 1 - 25 of 41) sorted by relevance

12

/external/mtpd/
H A Dpptp.c132 } incoming, outgoing; variable in typeref:struct:packet
137 memset(outgoing.buffer, 0, length);
138 outgoing.length = length;
139 outgoing.header.length = htons(length);
140 outgoing.header.type = CONTROL_MESSAGE;
141 outgoing.header.cookie = MAGIC_COOKIE;
142 outgoing.message = htons(message);
147 send(the_socket, outgoing.buffer, outgoing.length, 0);
223 outgoing
[all...]
H A Dl2tp.c120 } incoming, outgoing; variable in typeref:struct:packet
131 uint16_t *p = (uint16_t *)outgoing.buffer;
142 outgoing.message = message;
143 outgoing.length = MESSAGE_HEADER_SIZE;
149 struct attribute *p = (struct attribute *)&outgoing.buffer[outgoing.length];
154 outgoing.length += ATTRIBUTE_HEADER_SIZE + size;
169 uint16_t *p = (uint16_t *)outgoing.buffer;
170 p[1] = htons(outgoing.length);
171 send(the_socket, outgoing
[all...]
/external/jetty/src/java/org/eclipse/jetty/io/
H A DNetworkTrafficListener.java62 * @param bytes the read-only buffer containing the outgoing bytes
64 public void outgoing(Socket socket, Buffer bytes); method in interface:NetworkTrafficListener
91 public void outgoing(Socket socket, Buffer bytes) method in class:NetworkTrafficListener.Empty
/external/dbus/test/
H A Dloopback.c123 DBusMessage *outgoing, *incoming; local
127 outgoing = dbus_message_new_signal ("/com/example/Hello",
129 g_assert (outgoing != NULL);
131 have_mem = dbus_connection_send (f->client_conn, outgoing, &serial);
158 dbus_message_unref (outgoing);
H A Drelay.c183 DBusMessage *outgoing; local
185 outgoing = dbus_message_new_signal ("/com/example/Hello",
187 g_assert (outgoing != NULL);
189 have_mem = dbus_connection_send (f->left_client_conn, outgoing, &serial);
193 dbus_message_unref (outgoing);
H A Dcorrupt.c125 DBusMessage *outgoing, *incoming; local
129 outgoing = dbus_message_new_signal ("/com/example/Hello",
131 g_assert (outgoing != NULL);
133 have_mem = dbus_connection_send (f->server_conn, outgoing, &serial);
160 dbus_message_unref (outgoing);
/external/dbus/dbus/
H A Ddbus-auth.c159 DBusString outgoing; /**< Outgoing data buffer */ member in struct:DBusAuth
362 if (!_dbus_string_init (&auth->outgoing))
409 _dbus_string_free (&auth->outgoing);
1396 &auth->outgoing,
1397 _dbus_string_get_length (&auth->outgoing)))
1417 return _dbus_string_append (&auth->outgoing, "DATA\r\n");
1420 old_len = _dbus_string_get_length (&auth->outgoing);
1421 if (!_dbus_string_append (&auth->outgoing, "DATA "))
1424 if (!_dbus_string_hex_encode (data, 0, &auth->outgoing,
1425 _dbus_string_get_length (&auth->outgoing)))
[all...]
/external/jetty/src/java/org/eclipse/jetty/websocket/
H A DAbstractExtension.java75 public void bind(WebSocket.FrameConnection connection, FrameHandler incoming, WebSocketGenerator outgoing) argument
79 _outbound=outgoing;
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_bb.cpp102 for (Graph::EdgeIterator it = cfg.outgoing(); !it.end(); it.next()) {
309 while (!cfg.outgoing(true).end()) {
310 Graph::Edge *e = cfg.outgoing(true).getEdge();
371 for (Graph::EdgeIterator ei = cfg.outgoing(); !ei.end(); ei.next())
373 eR = out[1]->outgoing().getType();
382 if (out[1]->outgoing().getNode() == out[0])
385 if (out[0]->outgoing().getNode() == out[1]->outgoing().getNode())
517 for (Graph::EdgeIterator ei = bb->cfg.outgoing(); !ei.end(); ei.next()) {
H A Dnv50_ir_graph.h67 Edge *next[2]; // next edge outgoing/incident from/to origin/target
115 inline EdgeIterator outgoing(bool reverse = false) const;
207 Graph::EdgeIterator Graph::Node::outgoing(bool reverse) const function in class:nv50_ir::Graph::Node
H A Dnv50_ir_graph.cpp131 EdgeIterator ei = this->outgoing();
186 for (EdgeIterator ei = pos->outgoing(); !ei.end(); ei.next()) {
225 for (Graph::EdgeIterator ei = node->outgoing(); !ei.end(); ei.next())
297 for (Graph::EdgeIterator ei = node->outgoing(); !ei.end(); ei.next()) {
408 for (EdgeIterator ei = c->outgoing(); !ei.end(); ei.next()) {
H A Dnv50_ir_ssa.cpp101 for (Graph::EdgeIterator ei = node->outgoing(); !ei.end(); ei.next()) {
199 for (succIt = bb->cfg.outgoing(); !succIt.end(); succIt.next()) {
205 for (chldIt = bb->dom.outgoing(); !chldIt.end(); chldIt.next()) {
229 for (Graph::EdgeIterator ei = bb->cfg.outgoing(); !ei.end(); ei.next()) {
488 for (Graph::EdgeIterator ei = bb->cfg.outgoing(); !ei.end(); ei.next()) {
509 for (Graph::EdgeIterator ei = bb->dom.outgoing(); !ei.end(); ei.next())
H A Dnv50_ir_ra.cpp319 for (Graph::EdgeIterator ei = p->cfg.outgoing(); !ei.end(); ei.next())
462 for (Graph::EdgeIterator ei = bb->cfg.outgoing(); !ei.end(); ei.next()) {
520 for (Graph::EdgeIterator ei = bb->cfg.outgoing(); !ei.end(); ei.next()) {
547 for (Graph::EdgeIterator ei = bb->cfg.outgoing(); !ei.end(); ei.next()) {
730 for (Graph::EdgeIterator ei = nodes[i].outgoing(); !ei.end(); ei.next())
1142 for (Graph::EdgeIterator ei = node->outgoing(); !ei.end(); ei.next())
1256 for (Graph::EdgeIterator ei = node->outgoing(); !ei.end(); ei.next())
H A Dnv50_ir_print.cpp607 for (Graph::EdgeIterator ei = bb->cfg.outgoing(); !ei.end(); ei.next())
H A Dnv50_ir_peephole.cpp1839 Graph::Edge::Type ty = term->bb->cfg.outgoing().getType();
1900 Graph::EdgeIterator ei = bb->cfg.outgoing();
1975 Graph::EdgeIterator ei = bb->cfg.outgoing();
2009 bb = BasicBlock::get((bL ? bL : bR)->cfg.outgoing().getNode());
/external/kernel-headers/original/uapi/linux/
H A Disdn.h85 #define ISDN_USAGE_OUTGOING 128 /* This bit is set, if channel is outgoing */
105 int outgoing; member in struct:__anon8165
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jar ... eclipse/ecf/provider/filetransfer/identity/ org/eclipse/ecf/provider/filetransfer/outgoing/ org/eclipse/ecf/provider/filetransfer/retrieve/ org/eclipse/ecf/provider ...
/external/jetty/src/java/org/eclipse/jetty/io/nio/
H A DNetworkTrafficSelectChannelEndPoint.java121 listener.outgoing(_socket, view);
/external/v8/src/compiler/
H A Dscheduler.cc659 if (loop.outgoing) return *loop.outgoing;
681 ZoneVector<BasicBlock*>* outgoing; member in struct:v8::internal::compiler::SpecialRPONumberer::LoopInfo
688 if (outgoing == nullptr) {
689 outgoing = new (zone->New(sizeof(ZoneVector<BasicBlock*>)))
692 outgoing->push_back(block);
805 // Process additional outgoing edges from the loop header.
813 // Pop the loop stack and continue visiting outgoing edges within
817 // and later iterations will go through its outgoing edges list.
820 // Use the next outgoing edg
[all...]
/external/chromium-trace/catapult/telemetry/third_party/altgraph/altgraph/
H A DGraph.py26 that operate on the outgoing, incoming or all edges of that node.
35 For example: :py:meth:`forw_bfs` will start at the node then use the outgoing
74 # outgoing edges and data
77 # index 1 -> outgoing edges
105 # update the corresponding incoming and outgoing lists in the nodes
107 # index 1 -> outgoing edges
136 Hides a node from the graph. The incoming and outgoing edges of the
151 all of its incoming and outgoing edges.
274 return node, node data, outgoing edges, incoming edges for node
276 incoming, outgoing, dat
[all...]
/external/webrtc/webrtc/modules/rtp_rtcp/include/
H A Drtp_rtcp.h441 bool outgoing,
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Drtp_rtcp_impl.h177 bool outgoing,
H A Drtp_rtcp_impl.cc608 bool outgoing,
613 if (outgoing) {
607 GetRtpPacketLossStats( bool outgoing, uint32_t ssrc, struct RtpPacketLossStats* loss_stats) const argument
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph/
H A Dmodulegraph.py1522 def nodevisitor(node, data, outgoing, incoming):
1549 for (node, data, outgoing, incoming) in nodes:
1558 for (node, data, outgoing, incoming) in nodes:
1560 for edge in (describe_edge(e) for e in outgoing):
1568 nodevisitor(node, data, outgoing, incoming).items()
/external/clang/lib/CodeGen/
H A DCGStmt.cpp109 llvm::BasicBlock *outgoing = Builder.GetInsertBlock(); local
110 assert(outgoing && "expression emission cleared block!");
124 if (incoming != outgoing && outgoing->use_empty()) {
125 outgoing->eraseFromParent();

Completed in 660 milliseconds

12