Home
last modified time | relevance | path

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

1234

/external/mtpd/
Dpptp.c132 } incoming, outgoing; variable
137 memset(outgoing.buffer, 0, length); in set_message()
138 outgoing.length = length; in set_message()
139 outgoing.header.length = htons(length); in set_message()
140 outgoing.header.type = CONTROL_MESSAGE; in set_message()
141 outgoing.header.cookie = MAGIC_COOKIE; in set_message()
142 outgoing.message = htons(message); in set_message()
147 send(the_socket, outgoing.buffer, outgoing.length, 0); in send_packet()
223 outgoing.sccrq.protocol_version = PROTOCOL_VERSION; in pptp_connect()
224 outgoing.sccrq.framing = htonl(3); in pptp_connect()
[all …]
Dl2tp.c120 } incoming, outgoing; variable
131 uint16_t *p = (uint16_t *)outgoing.buffer; in set_message()
142 outgoing.message = message; in set_message()
143 outgoing.length = MESSAGE_HEADER_SIZE; in set_message()
149 struct attribute *p = (struct attribute *)&outgoing.buffer[outgoing.length]; in add_attribute_raw()
154 outgoing.length += ATTRIBUTE_HEADER_SIZE + size; in add_attribute_raw()
169 uint16_t *p = (uint16_t *)outgoing.buffer; in send_packet()
170 p[1] = htons(outgoing.length); in send_packet()
171 send(the_socket, outgoing.buffer, outgoing.length, 0); in send_packet()
547 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/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
Dlibxt_TCPMSS.man3 outgoing interface's MTU minus 40 for IPv4 or 60 for IPv6, respectively).
Dlibxt_tcp.man36 incoming TCP connections, but outgoing TCP connections will be
/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/curl/docs/cmdline-opts/
Ddns-interface.d9 Tell curl to send outgoing DNS requests through <interface>. This option is a
/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/autotest/server/site_tests/network_WiFi_BgscanBackoff/
Dcontrol.wifi_bgscan_backoff15 there is consistent outgoing traffic.
/external/kernel-headers/original/uapi/linux/
Disdn.h105 int outgoing; member
/external/autotest/server/site_tests/network_WiFi_OverlappingBSSScan/
Dcontrol15 there is consistent outgoing traffic. This test is similar to the
/external/v8/src/compiler/
Dscheduler.cc659 if (loop.outgoing) return *loop.outgoing; in GetOutgoingBlocks()
681 ZoneVector<BasicBlock*>* outgoing; member
688 if (outgoing == nullptr) { in AddOutgoing()
689 outgoing = new (zone->New(sizeof(ZoneVector<BasicBlock*>))) in AddOutgoing()
692 outgoing->push_back(block); in AddOutgoing()
824 if (block != entry && info->outgoing != nullptr && in ComputeAndInsertSpecialRPO()
825 outgoing_index < info->outgoing->size()) { in ComputeAndInsertSpecialRPO()
826 succ = info->outgoing->at(outgoing_index); in ComputeAndInsertSpecialRPO()
/external/trappy/trappy/plotter/js/
DEventPlot.js250 var outgoing;
273 outgoing = main.selectAll(".mItem")
415 if (outgoing)
416 outgoing.remove()
/external/llvm/test/CodeGen/SystemZ/
Dargs-09.ll12 ; byte after the outgoing arguments) and one immediately after it at 216.
Dargs-03.ll16 ; byte after the outgoing arguments) and one immediately after it at 240.
Dargs-02.ll16 ; byte after the outgoing arguments) and one immediately after it at 240.
Dargs-01.ll15 ; byte after the outgoing arguments) and one immediately after it at 240.
/external/llvm/test/CodeGen/X86/
Dforce-align-stack-alloca.ll43 ; Deallocating 32 bytes of outgoing call frame for memset and
/external/libpcap/
DREADME.hpux25 >it, but I can only see incoming data, never outgoing.
56 > outgoing. I have tried tcpflow-0.12 which also uses libpcap and the
/external/syslinux/gnu-efi/gnu-efi-3.0/
DMake.defaults86 CPPFLAGS += -DGNU_EFI_USE_MS_ABI -maccumulate-outgoing-args --std=c11

1234