HomeSort by relevance Sort by last modified time
    Searched refs:outgoing (Results 1 - 16 of 16) sorted by null

  /external/mtpd/
pptp.c 131 } incoming, outgoing; variable in typeref:struct:packet
136 memset(outgoing.buffer, 0, length);
137 outgoing.length = length;
138 outgoing.header.length = htons(length);
139 outgoing.header.type = CONTROL_MESSAGE;
140 outgoing.header.cookie = MAGIC_COOKIE;
141 outgoing.message = htons(message);
146 send(the_socket, outgoing.buffer, outgoing.length, 0);
225 outgoing.sccrq.protocol_version = PROTOCOL_VERSION
    [all...]
l2tp.c 118 } incoming, outgoing; variable in typeref:struct:packet
129 uint16_t *p = (uint16_t *)outgoing.buffer;
140 outgoing.message = message;
141 outgoing.length = MESSAGE_HEADER_SIZE;
147 struct attribute *p = (struct attribute *)&outgoing.buffer[outgoing.length];
152 outgoing.length += ATTRIBUTE_HEADER_SIZE + size;
167 uint16_t *p = (uint16_t *)outgoing.buffer;
168 p[1] = htons(outgoing.length);
169 send(the_socket, outgoing.buffer, outgoing.length, 0)
    [all...]
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/forwarder/
Forwarder.java 29 * accepts an incoming connection, and it will then forward the incoming/outgoing streams to a
48 Thread outgoing = new Thread(new SocketPipe(from, to)); local
50 outgoing.setName(LOGTAG);
52 outgoing.start();
  /external/webkit/WebCore/dom/default/
PlatformMessagePortChannel.h 90 static PassRefPtr<PlatformMessagePortChannel> create(PassRefPtr<MessagePortQueue> incoming, PassRefPtr<MessagePortQueue> outgoing);
91 PlatformMessagePortChannel(PassRefPtr<MessagePortQueue> incoming, PassRefPtr<MessagePortQueue> outgoing);
PlatformMessagePortChannel.cpp 101 PassRefPtr<PlatformMessagePortChannel> PlatformMessagePortChannel::create(PassRefPtr<MessagePortQueue> incoming, PassRefPtr<MessagePortQueue> outgoing)
103 return adoptRef(new PlatformMessagePortChannel(incoming, outgoing));
106 PlatformMessagePortChannel::PlatformMessagePortChannel(PassRefPtr<MessagePortQueue> incoming, PassRefPtr<MessagePortQueue> outgoing)
109 , m_outgoingQueue(outgoing)
120 // Create incoming/outgoing queues.
  /external/dbus/dbus/
dbus-auth.c 155 DBusString outgoing; /**< Outgoing data buffer */ member in struct:DBusAuth
353 if (!_dbus_string_init (&auth->outgoing))
378 _dbus_string_free (&auth->outgoing);
    [all...]
  /cts/tools/dasm/src/java_cup/
lalr_state.java 281 symbol_set outgoing; local
317 outgoing = new symbol_set();
324 if (sym != null) outgoing.add(sym);
328 for (s = outgoing.all(); s.hasMoreElements(); )
510 /* consider each outgoing transition */
  /system/core/libcutils/
mq.c 184 /** Used to write outgoing header. */
264 /** Frees a simple, i.e. header-only, outgoing packet. */
266 LOGD("Freeing outgoing packet.");
278 /** Sets up the buffer for the outgoing header. */
413 // Clear outgoing packet queue.
450 static bool peerProxyWriteFromBuffer(PeerProxy* peerProxy, Buffer* outgoing) {
451 ssize_t size = bufferWrite(outgoing, peerProxy->fd->fd);
456 return bufferWriteComplete(outgoing);
513 * Writes some outgoing data.
800 * Frees an outgoing packet containing a connection
    [all...]
  /external/libffi/src/powerpc/
ppc_closure.S 82 # now load up the pointer to the outgoing parameter
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
target.h     [all...]
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.js 234 //append "?hl=<lang> to an outgoing request (such as to blog)
  /build/tools/droiddoc/templates/assets/
android-developer-docs.js 315 //append "?hl=<lang> to an outgoing request (such as to blog)
  /external/iproute2/doc/
ip-tunnels.tex 446 on all outgoing interfaces, or, alternatively,
ip-cref.tex 753 of outgoing packets (Cf.\ Appendix~\ref{ADDR-SEL}, p.\pageref{ADDR-SEL}.).
    [all...]
  /external/blktrace/btt/doc/
btt.tex 555 outgoing IO sizes (in blocks). For simplicity, the histogram buckets
    [all...]
  /prebuilt/common/osgi/
osgi.jar 

Completed in 238 milliseconds