Home
last modified time | relevance | path

Searched refs:outgoing (Results 1 – 25 of 184) sorted by relevance

12345678

/external/mtpd/
Dpptp.c137 } incoming, outgoing; variable
142 memset(outgoing.buffer, 0, length); in set_message()
143 outgoing.length = length; in set_message()
144 outgoing.header.length = htons(length); in set_message()
145 outgoing.header.type = CONTROL_MESSAGE; in set_message()
146 outgoing.header.cookie = MAGIC_COOKIE; in set_message()
147 outgoing.message = htons(message); in set_message()
152 send(the_socket, outgoing.buffer, outgoing.length, 0); in send_packet()
230 outgoing.sccrq.protocol_version = PROTOCOL_VERSION; in pptp_connect()
231 outgoing.sccrq.framing = htonl(3); in pptp_connect()
[all …]
Dl2tp.c125 } incoming, outgoing; variable
136 uint16_t *p = (uint16_t *)outgoing.buffer; in set_message()
147 outgoing.message = message; in set_message()
148 outgoing.length = MESSAGE_HEADER_SIZE; in set_message()
154 struct attribute *p = (struct attribute *)&outgoing.buffer[outgoing.length]; in add_attribute_raw()
159 outgoing.length += ATTRIBUTE_HEADER_SIZE + size; in add_attribute_raw()
174 uint16_t *p = (uint16_t *)outgoing.buffer; in send_packet()
175 p[1] = htons(outgoing.length); in send_packet()
176 send(the_socket, outgoing.buffer, outgoing.length, 0); in send_packet()
659 log_print(DEBUG, "Timeout -> Sending %s", messages[outgoing.message]); in l2tp_timeout()
[all …]
/external/javassist/src/test/test/javassist/bytecode/analysis/
DDomTreeTest.java38 private void testBlock(Block b, int[] incoming, int[] outgoing) { in testBlock() argument
44 assertEquals(outgoing.length, b.exits()); in testBlock()
45 for (int index: outgoing) in testBlock()
49 private void testNode(Node n, int[] incoming, int[] outgoing) { in testNode() argument
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_bb.cpp106 for (Graph::EdgeIterator it = cfg.outgoing(); !it.end(); it.next()) { in clone()
313 while (!cfg.outgoing(true).end()) { in splitCommon()
314 Graph::Edge *e = cfg.outgoing(true).getEdge(); in splitCommon()
378 for (Graph::EdgeIterator ei = cfg.outgoing(); !ei.end(); ei.next()) in initiatesSimpleConditional()
380 eR = out[1]->outgoing().getType(); in initiatesSimpleConditional()
389 if (out[1]->outgoing().getNode() == out[0]) in initiatesSimpleConditional()
392 if (out[0]->outgoing().getNode() == out[1]->outgoing().getNode()) in initiatesSimpleConditional()
524 for (Graph::EdgeIterator ei = bb->cfg.outgoing(); !ei.end(); ei.next()) { in printCFGraph()
Dnv50_ir_graph.cpp130 EdgeIterator ei = this->outgoing(); in detach()
185 for (EdgeIterator ei = pos->outgoing(); !ei.end(); ei.next()) { in reachableBy()
224 for (Graph::EdgeIterator ei = node->outgoing(); !ei.end(); ei.next()) in search()
299 for (Graph::EdgeIterator ei = node->outgoing(); !ei.end(); ei.next()) { in search()
412 for (EdgeIterator ei = c->outgoing(); !ei.end(); ei.next()) { in findLightestPathWeight()
Dnv50_ir_ssa.cpp102 for (Graph::EdgeIterator ei = node->outgoing(); !ei.end(); ei.next()) { in buildDFS()
200 for (succIt = bb->cfg.outgoing(); !succIt.end(); succIt.next()) { in findDominanceFrontiers()
206 for (chldIt = bb->dom.outgoing(); !chldIt.end(); chldIt.next()) { in findDominanceFrontiers()
230 for (Graph::EdgeIterator ei = bb->cfg.outgoing(); !ei.end(); ei.next()) { in buildLiveSetsPreSSA()
503 for (Graph::EdgeIterator ei = bb->cfg.outgoing(); !ei.end(); ei.next()) { in search()
525 for (Graph::EdgeIterator ei = bb->dom.outgoing(); !ei.end(); ei.next()) in search()
Dnv50_ir_graph.h114 inline EdgeIterator outgoing(bool reverse = false) const;
206 Graph::EdgeIterator Graph::Node::outgoing(bool reverse) const in outgoing() function
/external/grpc-grpc/test/core/iomgr/
Dendpoint_tests.cc114 grpc_slice_buffer outgoing; member
151 grpc_slice_buffer_reset_and_unref(&state->outgoing); in read_and_write_test_write_handler()
152 grpc_slice_buffer_addn(&state->outgoing, slices, nslices); in read_and_write_test_write_handler()
153 grpc_endpoint_write(state->write_ep, &state->outgoing, &state->done_write, in read_and_write_test_write_handler()
208 grpc_slice_buffer_init(&state.outgoing); in read_and_write_test()
242 grpc_slice_buffer_destroy_internal(&state.outgoing); in read_and_write_test()
Dtcp_posix_test.cc406 grpc_slice_buffer outgoing; in write_test() local
440 grpc_slice_buffer_init(&outgoing); in write_test()
441 grpc_slice_buffer_addn(&outgoing, slices, num_blocks); in write_test()
447 grpc_endpoint_write(ep, &outgoing, &write_done_closure, in write_test()
469 grpc_slice_buffer_destroy_internal(&outgoing); in write_test()
/external/iptables/extensions/
Dlibxt_devgroup.man1 Match device group of a packets incoming/outgoing interface.
7 Match device group of outgoing device
Dlibebt_pkttype.t11 --pkttype-type outgoing;=;OK
12 --pkttype-type ! outgoing;=;OK
/external/grpc-grpc/test/core/bad_client/
Dbad_client.cc108 grpc_slice_buffer outgoing; in grpc_run_client_side_validator() local
112 grpc_slice_buffer_init(&outgoing); in grpc_run_client_side_validator()
113 grpc_slice_buffer_add(&outgoing, slice); in grpc_run_client_side_validator()
118 grpc_endpoint_write(sfd->client, &outgoing, &done_write_closure, nullptr); in grpc_run_client_side_validator()
181 grpc_slice_buffer_destroy_internal(&outgoing); in grpc_run_client_side_validator()
/external/angle/src/libANGLE/renderer/
Drenderer_utils.cpp236 gl::Rectangle *outgoing) in RotateRectangle() argument
243 outgoing->x = incoming.x; in RotateRectangle()
244 outgoing->y = flipY ? framebufferHeight - incoming.y - incoming.height : incoming.y; in RotateRectangle()
245 outgoing->width = incoming.width; in RotateRectangle()
246 outgoing->height = incoming.height; in RotateRectangle()
250 outgoing->x = incoming.y; in RotateRectangle()
251 outgoing->y = flipY ? incoming.x : framebufferWidth - incoming.x - incoming.width; in RotateRectangle()
252 outgoing->width = incoming.height; in RotateRectangle()
253 outgoing->height = incoming.width; in RotateRectangle()
257 outgoing->x = framebufferWidth - incoming.x - incoming.width; in RotateRectangle()
[all …]
/external/grpc-grpc/src/core/lib/http/
Dhttpcli.cc56 grpc_slice_buffer outgoing; member
103 grpc_slice_buffer_destroy_internal(&req->outgoing); in finish()
165 grpc_slice_buffer_add(&req->outgoing, req->request_text); in start_write()
166 grpc_endpoint_write(req->ep, &req->outgoing, &req->done_write, nullptr); in start_write()
250 grpc_slice_buffer_init(&req->outgoing); in internal_request_begin()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/http/
Dhttpcli.cc61 grpc_slice_buffer outgoing; member
107 grpc_slice_buffer_destroy_internal(&req->outgoing); in finish()
168 grpc_slice_buffer_add(&req->outgoing, req->request_text); in start_write()
169 grpc_endpoint_write(req->ep, &req->outgoing, &req->done_write, nullptr); in start_write()
254 grpc_slice_buffer_init(&req->outgoing); in internal_request_begin()
/external/perfetto/ui/src/frontend/
Dflow_events_panel.ts80 const outgoing = selection.id === flow.begin.sliceId; constant
81 const otherEnd = (outgoing ? flow.end : flow.begin);
91 m('td.flow-link', args, outgoing ? 'Outgoing' : 'Incoming'),
/external/grpc-grpc/src/core/lib/security/transport/
Dsecurity_handshaker.cc62 grpc_slice_buffer outgoing; member
101 grpc_slice_buffer_destroy_internal(&h->outgoing); in security_handshaker_unref()
259 grpc_slice_buffer_reset_and_unref_internal(&h->outgoing); in on_handshake_next_done_locked()
260 grpc_slice_buffer_add(&h->outgoing, to_send); in on_handshake_next_done_locked()
261 grpc_endpoint_write(h->args->endpoint, &h->outgoing, in on_handshake_next_done_locked()
436 grpc_slice_buffer_init(&h->outgoing); in security_handshaker_create()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dwriting.cc348 is_last_frame_, &s_->stats.outgoing, &t_->outbuf); in FlushUncompressedBytes()
383 is_last_frame_, &s_->stats.outgoing, &t_->outbuf); in FlushCompressedBytes()
464 &s_->stats.outgoing // stats in FlushInitialMetadata()
494 &s_->stats.outgoing)); in FlushWindowUpdates()
562 &s_->stats.outgoing, &t_->outbuf); in FlushTrailingMetadata()
571 &s_->stats.outgoing}; in FlushTrailingMetadata()
619 s_->id, GRPC_HTTP2_NO_ERROR, &s_->stats.outgoing)); in SentLastFrame()
/external/llvm-project/llvm/test/Analysis/RegionInfo/
Doutgoing_edge.ll7 ; because bb2 has an outgoing edge to bb4. This is interesting because
9 ; forward edges into the region and outgoing forward edges from the region.
/external/bcc/tools/
Dtcptracer_example.txt22 This output shows three conections, one outgoing from a "telnet" process, one
23 outgoing from "curl" to a local netcat, and one incoming received by the "nc"
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dwriting.cc363 is_last_frame_, &s_->stats.outgoing, &t_->outbuf); in FlushCompressedBytes()
441 &s_->stats.outgoing // stats in FlushInitialMetadata()
464 &s_->stats.outgoing)); in FlushWindowUpdates()
524 &s_->stats.outgoing, &t_->outbuf); in FlushTrailingMetadata()
533 &s_->stats.outgoing}; in FlushTrailingMetadata()
576 s_->id, GRPC_HTTP2_NO_ERROR, &s_->stats.outgoing)); in SentLastFrame()
/external/webrtc/rtc_tools/py_event_log_analyzer/
Drtp_analyzer.py99 outgoing = [ssrc for ssrc in ssrc_is_incoming if not ssrc_is_incoming[ssrc]]
106 for (i, ssrc) in enumerate(outgoing):
112 return (incoming + outgoing)[chosen_index]
/external/llvm-project/llvm/docs/
DBlockFrequencyTerminology.rst19 outgoing edge. These are called branch probabilities. For a given block, the
20 sum of its outgoing branch probabilities should be 1.0.
28 the sum of the weights on the predecessor's outgoing edges.
/external/llvm/docs/
DBlockFrequencyTerminology.rst19 outgoing edge. These are called branch probabilities. For a given block, the
20 sum of its outgoing branch probabilities should be 1.0.
28 the sum of the weights on the predecessor's outgoing edges.
/external/curl/docs/cmdline-opts/
Ddns-interface.d10 Tell curl to send outgoing DNS requests through <interface>. This option is a

12345678