Home
last modified time | relevance | path

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

12345

/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/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.cpp131 EdgeIterator ei = this->outgoing(); in detach()
186 for (EdgeIterator ei = pos->outgoing(); !ei.end(); ei.next()) { in reachableBy()
225 for (Graph::EdgeIterator ei = node->outgoing(); !ei.end(); ei.next()) in search()
300 for (Graph::EdgeIterator ei = node->outgoing(); !ei.end(); ei.next()) { in search()
418 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.h115 inline EdgeIterator outgoing(bool reverse = false) const;
207 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/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/iptables/extensions/
Dlibxt_devgroup.man1 Match device group of a packets incoming/outgoing interface.
7 Match device group of outgoing device
Dlibxt_rateest.man74 Example: This is what can be used to route outgoing data connections from an
78 # Estimate outgoing rates
/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/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/swiftshader/third_party/llvm-7.0/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/webrtc/call/
Drtc_event_log.proto195 // Synchronization source (stream identifier) for outgoing stream.
200 // RTP header extensions used for the outgoing stream.
237 // required - Synchronization source (stream identifier) for outgoing stream.
240 // RTP header extensions used for the outgoing audio stream.
/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/swiftshader/third_party/llvm-7.0/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.d9 Tell curl to send outgoing DNS requests through <interface>. This option is a
Dtrace.d6 Enables a full trace dump of all incoming and outgoing data, including
Dtrace-ascii.d6 Enables a full trace dump of all incoming and outgoing data, including
/external/autotest/server/site_tests/network_WiFi_BgscanBackoff/
Dcontrol.wifi_bgscan_backoff14 there is consistent outgoing traffic.
/external/grpc-grpc/src/core/lib/transport/
Dtransport.cc148 grpc_transport_move_one_way_stats(&from->outgoing, &to->outgoing);
/external/v8/src/compiler/
Dscheduler.cc689 if (loop.outgoing) return *loop.outgoing; in GetOutgoingBlocks()
711 ZoneVector<BasicBlock*>* outgoing; member
718 if (outgoing == nullptr) { in AddOutgoing()
719 outgoing = new (zone->New(sizeof(ZoneVector<BasicBlock*>))) in AddOutgoing()
722 outgoing->push_back(block); in AddOutgoing()
854 if (block != entry && info->outgoing != nullptr && in ComputeAndInsertSpecialRPO()
855 outgoing_index < info->outgoing->size()) { in ComputeAndInsertSpecialRPO()
856 succ = info->outgoing->at(outgoing_index); in ComputeAndInsertSpecialRPO()

12345