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

123

/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.c119 } incoming, outgoing; variable in typeref:struct:packet
130 uint16_t *p = (uint16_t *)outgoing.buffer;
141 outgoing.message = message;
142 outgoing.length = MESSAGE_HEADER_SIZE;
148 struct attribute *p = (struct attribute *)&outgoing.buffer[outgoing.length];
153 outgoing.length += ATTRIBUTE_HEADER_SIZE + size;
168 uint16_t *p = (uint16_t *)outgoing.buffer;
169 p[1] = htons(outgoing.length);
170 send(the_socket, outgoing
[all...]
/external/smack/src/org/apache/harmony/javax/security/sasl/
H A DSaslClient.java36 byte[] wrap(byte[] outgoing, int offset, int len) throws SaslException; argument
H A DSaslServer.java36 byte[] wrap(byte[] outgoing, int offset, int len) throws SaslException; argument
/external/chromium_org/content/browser/renderer_host/p2p/
H A Dsocket_dispatcher_host.h52 bool outgoing,
56 void StopRtpDumpOnUIThread(bool incoming, bool outgoing);
98 void StopRtpDumpOnIOThread(bool incoming, bool outgoing);
H A Dsocket_dispatcher_host.cc153 bool outgoing,
158 (!dump_outgoing_rtp_packet_ && outgoing)) {
162 if (outgoing)
167 it->second->StartRtpDump(incoming, outgoing, packet_callback);
172 bool outgoing) {
180 outgoing));
338 bool outgoing) {
340 (dump_outgoing_rtp_packet_ && outgoing)) {
344 if (outgoing)
351 it->second->StopRtpDump(incoming, outgoing);
151 StartRtpDump( bool incoming, bool outgoing, const RenderProcessHost::WebRtcRtpPacketCallback& packet_callback) argument
171 StopRtpDumpOnUIThread(bool incoming, bool outgoing) argument
337 StopRtpDumpOnIOThread(bool incoming, bool outgoing) argument
[all...]
H A Dsocket_host.cc580 bool outgoing,
584 DCHECK(incoming || outgoing);
590 if (outgoing) {
597 void P2PSocketHost::StopRtpDump(bool incoming, bool outgoing) { argument
599 DCHECK(incoming || outgoing);
605 if (outgoing) {
578 StartRtpDump( bool incoming, bool outgoing, const RenderProcessHost::WebRtcRtpPacketCallback& packet_callback) argument
H A Dsocket_host.h87 bool outgoing,
89 void StopRtpDump(bool incoming, bool outgoing);
/external/chromium_org/chrome/browser/resources/hangout_services/
H A Dthunk.js122 var outgoing = message['outgoing'] || false;
124 sender.tab.id, origin, incoming, outgoing, doSendResponse);
128 var outgoing = message['outgoing'] || false;
130 sender.tab.id, origin, incoming, outgoing, doSendResponse);
226 // Stops incoming and outgoing separately, otherwise stopRtpDump will fail if
/external/chromium_org/third_party/mesa/src/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())
/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())
/external/chromium_org/content/public/browser/
H A Drender_process_host.h210 typedef base::Callback<void(bool incoming, bool outgoing)>
217 bool outgoing,
/external/chromium_org/cc/trees/
H A Dlayer_sorter.h60 std::vector<GraphEdge*> outgoing; member in struct:cc::GraphNode
H A Dlayer_sorter.cc341 edge.from->outgoing.push_back(&edge);
409 // Remove all its outgoing edges from the graph.
410 for (size_t i = 0; i < from_node->outgoing.size(); i++) {
411 GraphEdge* outgoing_edge = from_node->outgoing[i];
420 from_node->outgoing.clear();
446 RemoveEdgeFromList(incoming_edge, &incoming_edge->from->outgoing);
/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:__anon23117
/external/chromium_org/chrome/browser/extensions/api/webrtc_logging_private/
H A Dwebrtc_logging_private_api.cc282 if (!params->incoming && !params->outgoing) {
283 StartRtpDumpCallback(false, "Either incoming or outgoing must be true.");
288 (params->incoming && params->outgoing)
306 params->outgoing,
339 if (!params->incoming && !params->outgoing) {
340 StopRtpDumpCallback(false, "Either incoming or outgoing must be true.");
345 (params->incoming && params->outgoing)
/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/chromium_org/content/public/test/
H A Dmock_render_process_host.h79 bool outgoing,
/external/smack/src/org/apache/qpid/management/common/sasl/
H A DPlainSaslClient.java122 public byte[] wrap(byte[] outgoing, int offset, int len) throws SaslException argument

Completed in 476 milliseconds

123