Home
last modified time | relevance | path

Searched refs:incoming (Results 1 – 25 of 130) sorted by relevance

123456

/external/mtpd/
Dpptp.c132 } incoming, outgoing; variable
155 if (!incoming.expect) { in recv_packet()
156 incoming.length = 0; in recv_packet()
157 incoming.expect = HEADER_SIZE; in recv_packet()
163 length = incoming.expect - incoming.length; in recv_packet()
164 if (incoming.length >= MAX_PACKET_LENGTH) { in recv_packet()
168 if (incoming.expect > MAX_PACKET_LENGTH) { in recv_packet()
169 length = MAX_PACKET_LENGTH - incoming.length; in recv_packet()
171 length = recv(the_socket, &incoming.buffer[incoming.length], length, 0); in recv_packet()
185 incoming.length += length; in recv_packet()
[all …]
Dl2tp.c120 } incoming, outgoing; variable
186 uint16_t *p = (uint16_t *)incoming.buffer; in recv_packet()
188 incoming.length = recv(the_socket, incoming.buffer, MAX_PACKET_LENGTH, 0); in recv_packet()
189 if (incoming.length == -1) { in recv_packet()
198 if ((incoming.length != ACK_SIZE && incoming.length < MESSAGE_HEADER_SIZE) in recv_packet()
200 ntohs(p[1]) != incoming.length || p[2] != local_tunnel) { in recv_packet()
204 if (incoming.length == ACK_SIZE) { in recv_packet()
205 incoming.message = ACK; in recv_packet()
207 incoming.message = ntohs(p[9]); in recv_packet()
214 if (incoming.message != ACK) { in recv_packet()
[all …]
/external/bison/build-aux/
Dgnupload327 $dbg ncftpput ftp-upload.gnu.org /incoming/alpha $files $base.directive.asc
332 $dbg ncftpput ftp-upload.gnu.org /incoming/ftp $files $base.directive.asc
338 $dbg ncftpput savannah.gnu.org /incoming/savannah/$destdir $files
344 $dbg ncftpput savannah.nongnu.org /incoming/savannah/$destdir $files
354 done | $dbg sftp -b - puszcza.gnu.org.ua:/incoming/$destdir_topdir
/external/llvm/test/Transforms/SimplifyCFG/
DEqualPHIEdgeBlockMerge.ll22 ; It's ok to merge N and M because the incoming values for W are the
29 ; Test merging of blocks with phi nodes where at least one incoming value
47 ; R's incoming value with the incoming value of that predecessor since
48 ; R's incoming value is undef and both of those predecessors are simple
54 ; Test merging of blocks with phi nodes where at least one incoming value
77 ; V's incoming value with the incoming value of that predecessor since
78 ; V's incoming value is undef and both of those predecessors are simple
107 ; and thus 5 incoming values to the phi.
/external/iptables/extensions/
Dlibxt_devgroup.man1 Match device group of a packets incoming/outgoing interface.
4 Match device group of incoming device
Dlibxt_TEE.man10 To forward all incoming traffic on eth0 to an Network Layer logging box:
/external/jetty/src/java/org/eclipse/jetty/io/
DNetworkTrafficListener.java55 public void incoming(Socket socket, Buffer bytes); in incoming() method
87 public void incoming(Socket socket, Buffer bytes) in incoming() method in NetworkTrafficListener.Empty
/external/llvm/test/Transforms/SLPVectorizer/X86/
Dcrash_vectorizeTree.ll7 ; We used indices to get the incoming value of two phi nodes rather than
8 ; incoming block lookup.
9 ; This can give wrong results when the ordering of incoming
/external/javassist/src/main/javassist/bytecode/stackmap/
DBasicBlock.java30 public int incoming; // the number of incoming branches. field in BasicBlock
38 incoming = 0; in BasicBlock()
77 .append(length).append(", in=").append(incoming)
202 m.block.incoming++;
340 bb.incoming++;
386 handler.incoming--;
392 handler.incoming++;
DMapMaker.java311 if (prev.incoming > 0) { // the first instruction is a branch target. in toStackMap()
337 int in = cur.incoming; in isTarget()
475 effective[0] = prev.incoming > 0; in toStackMap2()
/external/llvm/test/Transforms/Mem2Reg/
D2003-04-24-MultipleIdenticalSuccessors.ll1 ; Mem2reg used to only add one incoming value to a PHI node, even if it had
2 ; multiple incoming edges from a block.
/external/lldb/test/pexpect-2.4/
Dpexpect.py1368 incoming = self.buffer
1369 freshlen = len(incoming)
1371 index = searcher.search(incoming, freshlen, searchwindowsize)
1373 self.buffer = incoming[searcher.end : ]
1374 self.before = incoming[ : searcher.start]
1375 self.after = incoming[searcher.start : searcher.end]
1386 incoming = incoming + c
1391 self.before = incoming
1403 self.buffer = incoming
1404 self.before = incoming
[all …]
/external/llvm/lib/Transforms/Scalar/
DLoopDeletion.cpp93 Value *incoming = P->getIncomingValueForBlock(exitingBlocks[0]); in isLoopDead() local
100 if (incoming != P->getIncomingValueForBlock(exitingBlocks[i])) in isLoopDead()
104 if (Instruction *I = dyn_cast<Instruction>(incoming)) in isLoopDead()
/external/jetty/src/java/org/eclipse/jetty/websocket/
DAbstractExtension.java75 …public void bind(WebSocket.FrameConnection connection, FrameHandler incoming, WebSocketGenerator o… in bind() argument
78 _inbound=incoming; in bind()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_clip_util.c344 struct brw_reg incoming = get_element_ud(c->reg.R0, 2); in brw_clip_init_clipmask() local
348 brw_SHR(p, c->reg.planemask, incoming, brw_imm_ud(26)); in brw_clip_init_clipmask()
356 brw_AND(p, tmp, incoming, brw_imm_ud(0x3f<<14)); in brw_clip_init_clipmask()
/external/v8/src/compiler/
Dlinkage.h165 explicit Linkage(CompilationInfo* info, CallDescriptor* incoming) in Linkage() argument
166 : info_(info), incoming_(incoming) {} in Linkage()
/external/llvm/test/Analysis/BasicAA/
D2003-09-19-LocalArgument.ll1 ; In this test, a local alloca cannot alias an incoming argument.
/external/libpcap/
Dpcap-usb-linux.c480 int incoming=0; in usb_read_linux() local
542 incoming = 1; in usb_read_linux()
545 incoming = !incoming; in usb_read_linux()
548 if (incoming) in usb_read_linux()
DREADME.hpux25 >it, but I can only see incoming data, never outgoing.
48 Subject: Re: tcpdump only shows incoming packets
55 > closer look I only get to see the incoming packets not the
77 Subject: Re: tcpdump only shows incoming packets
/external/llvm/test/CodeGen/X86/
Dfsxor-alignment.ll4 ; Don't fold the incoming stack arguments into the xorps instructions used
/external/iproute2/doc/actions/
Difb-README15 2) Allows for queueing incoming traffic for shaping instead of
31 selectively either query/create contrack state on incoming packets.
33 on incoming packets; if we find they are of known state we could send to
/external/llvm/test/Transforms/Util/
Dlowerswitch.ll3 ; Test that we don't crash and have a different basic block for each incoming edge.
25 ; (take 84 and 85 below) - check that the number of incoming phi values match
/external/llvm/test/CodeGen/AArch64/
Dtail-call.ll32 ; Key point is that the "42" should go #16 below incoming stack
58 ; above %a on the stack. If it tries to go below incoming-SP then the
Dregress-tail-livereg.ll22 ; restored to its incoming value before the "br".
/external/libexif/
DMakefile.am52 echo ncftpput upload.sourceforge.net incoming/ $(PACKAGE_TARNAME)-$(PACKAGE_VERSION).*

123456