/external/mtpd/ |
D | pptp.c | 137 } 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 …]
|
D | l2tp.c | 125 } 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/ |
D | nv50_ir_bb.cpp | 106 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()
|
D | nv50_ir_graph.cpp | 131 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()
|
D | nv50_ir_ssa.cpp | 102 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()
|
D | nv50_ir_graph.h | 115 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/ |
D | endpoint_tests.cc | 114 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()
|
D | tcp_posix_test.cc | 406 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/ |
D | bad_client.cc | 108 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/ |
D | libxt_devgroup.man | 1 Match device group of a packets incoming/outgoing interface. 7 Match device group of outgoing device
|
D | libxt_rateest.man | 74 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/ |
D | httpcli.cc | 56 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/ |
D | security_handshaker.cc | 62 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/ |
D | outgoing_edge.ll | 7 ; 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/ |
D | tcptracer_example.txt | 22 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/ |
D | writing.cc | 363 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/ |
D | rtc_event_log.proto | 195 // 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/ |
D | BlockFrequencyTerminology.rst | 19 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/ |
D | BlockFrequencyTerminology.rst | 19 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/ |
D | dns-interface.d | 9 Tell curl to send outgoing DNS requests through <interface>. This option is a
|
D | trace.d | 6 Enables a full trace dump of all incoming and outgoing data, including
|
D | trace-ascii.d | 6 Enables a full trace dump of all incoming and outgoing data, including
|
/external/autotest/server/site_tests/network_WiFi_BgscanBackoff/ |
D | control.wifi_bgscan_backoff | 14 there is consistent outgoing traffic.
|
/external/grpc-grpc/src/core/lib/transport/ |
D | transport.cc | 148 grpc_transport_move_one_way_stats(&from->outgoing, &to->outgoing);
|
/external/v8/src/compiler/ |
D | scheduler.cc | 689 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()
|