Home
last modified time | relevance | path

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

123

/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/nv50/codegen/
Dnv50_ir_bb.cpp102 for (Graph::EdgeIterator it = cfg.outgoing(); !it.end(); it.next()) { in clone()
309 while (!cfg.outgoing(true).end()) { in splitCommon()
310 Graph::Edge *e = cfg.outgoing(true).getEdge(); in splitCommon()
371 for (Graph::EdgeIterator ei = cfg.outgoing(); !ei.end(); ei.next()) in initiatesSimpleConditional()
373 eR = out[1]->outgoing().getType(); in initiatesSimpleConditional()
382 if (out[1]->outgoing().getNode() == out[0]) in initiatesSimpleConditional()
385 if (out[0]->outgoing().getNode() == out[1]->outgoing().getNode()) in initiatesSimpleConditional()
517 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()
297 for (Graph::EdgeIterator ei = node->outgoing(); !ei.end(); ei.next()) { in search()
408 for (EdgeIterator ei = c->outgoing(); !ei.end(); ei.next()) { in findLightestPathWeight()
Dnv50_ir_ssa.cpp101 for (Graph::EdgeIterator ei = node->outgoing(); !ei.end(); ei.next()) { in buildDFS()
199 for (succIt = bb->cfg.outgoing(); !succIt.end(); succIt.next()) { in findDominanceFrontiers()
205 for (chldIt = bb->dom.outgoing(); !chldIt.end(); chldIt.next()) { in findDominanceFrontiers()
229 for (Graph::EdgeIterator ei = bb->cfg.outgoing(); !ei.end(); ei.next()) { in buildLiveSetsPreSSA()
488 for (Graph::EdgeIterator ei = bb->cfg.outgoing(); !ei.end(); ei.next()) { in search()
509 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
Dnv50_ir_ra.cpp319 for (Graph::EdgeIterator ei = p->cfg.outgoing(); !ei.end(); ei.next()) in needNewElseBlock()
462 for (Graph::EdgeIterator ei = bb->cfg.outgoing(); !ei.end(); ei.next()) { in buildLiveSets()
520 for (Graph::EdgeIterator ei = bb->cfg.outgoing(); !ei.end(); ei.next()) { in collectLiveValues()
547 for (Graph::EdgeIterator ei = bb->cfg.outgoing(); !ei.end(); ei.next()) { in visit()
730 for (Graph::EdgeIterator ei = nodes[i].outgoing(); !ei.end(); ei.next()) in printNodeInfo()
1142 for (Graph::EdgeIterator ei = node->outgoing(); !ei.end(); ei.next()) in simplifyNode()
1256 for (Graph::EdgeIterator ei = node->outgoing(); !ei.end(); ei.next()) in selectRegisters()
/external/iptables/extensions/
Dlibxt_devgroup.man1 Match device group of a packets incoming/outgoing interface.
7 Match device group of outgoing device
Dlibipt_MIRROR.man9 chains. Note that the outgoing packets are
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.man37 incoming TCP connections, but outgoing TCP connections will be
/external/jetty/src/java/org/eclipse/jetty/io/
DNetworkTrafficListener.java64 public void outgoing(Socket socket, Buffer bytes); in outgoing() method
91 public void outgoing(Socket socket, Buffer bytes) in outgoing() method in NetworkTrafficListener.Empty
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jar ... org/eclipse/ecf/provider/filetransfer/outgoing/ org/eclipse/ecf/provider/filetransfer ...
/external/jetty/src/java/org/eclipse/jetty/websocket/
DAbstractExtension.java75 …void bind(WebSocket.FrameConnection connection, FrameHandler incoming, WebSocketGenerator outgoing) in bind() argument
79 _outbound=outgoing; in bind()
/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/v8/src/compiler/
Dscheduler.cc759 ZoneList<BasicBlock*>* outgoing; member
766 if (outgoing == NULL) outgoing = new (zone) ZoneList<BasicBlock*>(2, zone); in AddOutgoing()
767 outgoing->Add(block, zone); in AddOutgoing()
1024 if (info->outgoing != NULL && in ComputeSpecialRPO()
1025 outgoing_index < info->outgoing->length()) { in ComputeSpecialRPO()
1026 succ = info->outgoing->at(outgoing_index); in ComputeSpecialRPO()
/external/kernel-headers/original/uapi/linux/
Disdn.h105 int outgoing; member
/external/jetty/src/java/org/eclipse/jetty/io/nio/
DNetworkTrafficSelectChannelEndPoint.java121 listener.outgoing(_socket, view); in notifyOutgoing()
/external/llvm/test/CodeGen/SystemZ/
Dargs-02.ll16 ; byte after the outgoing arguments) and one immediately after it at 240.
Dargs-03.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/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
DREADME.aix83 be responsible for DLPI not being able to capture outgoing packets.
/external/clang/lib/CodeGen/
DCGStmt.cpp106 llvm::BasicBlock *outgoing = Builder.GetInsertBlock(); in EmitStmt() local
107 assert(outgoing && "expression emission cleared block!"); in EmitStmt()
121 if (incoming != outgoing && outgoing->use_empty()) { in EmitStmt()
122 outgoing->eraseFromParent(); in EmitStmt()

123