Searched refs:outgoing (Results 1 – 25 of 57) sorted by relevance
123
132 } incoming, outgoing; variable137 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 …]
120 } incoming, outgoing; variable131 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 …]
102 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()
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()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()
101 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()
115 inline EdgeIterator outgoing(bool reverse = false) const;207 Graph::EdgeIterator Graph::Node::outgoing(bool reverse) const in outgoing() function
319 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()
1 Match device group of a packets incoming/outgoing interface.7 Match device group of outgoing device
9 chains. Note that the outgoing packets are
74 Example: This is what can be used to route outgoing data connections from an78 # Estimate outgoing rates
3 outgoing interface's MTU minus 40 for IPv4 or 60 for IPv6, respectively).
37 incoming TCP connections, but outgoing TCP connections will be
64 public void outgoing(Socket socket, Buffer bytes); in outgoing() method91 public void outgoing(Socket socket, Buffer bytes) in outgoing() method in NetworkTrafficListener.Empty
... org/eclipse/ecf/provider/filetransfer/outgoing/ org/eclipse/ecf/provider/filetransfer ...
75 …void bind(WebSocket.FrameConnection connection, FrameHandler incoming, WebSocketGenerator outgoing) in bind() argument79 _outbound=outgoing; in bind()
19 outgoing edge. These are called branch probabilities. For a given block, the20 sum of its outgoing branch probabilities should be 1.0.28 the sum of the weights on the predecessor's outgoing edges.
759 ZoneList<BasicBlock*>* outgoing; member766 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()
105 int outgoing; member
121 listener.outgoing(_socket, view); in notifyOutgoing()
16 ; byte after the outgoing arguments) and one immediately after it at 240.
15 ; byte after the outgoing arguments) and one immediately after it at 240.
25 >it, but I can only see incoming data, never outgoing.56 > outgoing. I have tried tcpflow-0.12 which also uses libpcap and the
83 be responsible for DLPI not being able to capture outgoing packets.
106 llvm::BasicBlock *outgoing = Builder.GetInsertBlock(); in EmitStmt() local107 assert(outgoing && "expression emission cleared block!"); in EmitStmt()121 if (incoming != outgoing && outgoing->use_empty()) { in EmitStmt()122 outgoing->eraseFromParent(); in EmitStmt()