Searched refs:outgoing (Results 1 - 20 of 20) sorted by relevance

/external/mtpd/
H A Dpptp.c132 } incoming, outgoing; variable in typeref:struct:packet
137 memset(outgoing.buffer, 0, length);
138 outgoing.length = length;
139 outgoing.header.length = htons(length);
140 outgoing.header.type = CONTROL_MESSAGE;
141 outgoing.header.cookie = MAGIC_COOKIE;
142 outgoing.message = htons(message);
147 send(the_socket, outgoing.buffer, outgoing.length, 0);
223 outgoing
[all...]
H A Dl2tp.c119 } incoming, outgoing; variable in typeref:struct:packet
130 uint16_t *p = (uint16_t *)outgoing.buffer;
141 outgoing.message = message;
142 outgoing.length = MESSAGE_HEADER_SIZE;
148 struct attribute *p = (struct attribute *)&outgoing.buffer[outgoing.length];
153 outgoing.length += ATTRIBUTE_HEADER_SIZE + size;
168 uint16_t *p = (uint16_t *)outgoing.buffer;
169 p[1] = htons(outgoing.length);
170 send(the_socket, outgoing
[all...]
/external/webkit/Source/WebCore/dom/default/
H A DPlatformMessagePortChannel.h90 static PassRefPtr<PlatformMessagePortChannel> create(PassRefPtr<MessagePortQueue> incoming, PassRefPtr<MessagePortQueue> outgoing);
91 PlatformMessagePortChannel(PassRefPtr<MessagePortQueue> incoming, PassRefPtr<MessagePortQueue> outgoing);
H A DPlatformMessagePortChannel.cpp101 PassRefPtr<PlatformMessagePortChannel> PlatformMessagePortChannel::create(PassRefPtr<MessagePortQueue> incoming, PassRefPtr<MessagePortQueue> outgoing) argument
103 return adoptRef(new PlatformMessagePortChannel(incoming, outgoing));
106 PlatformMessagePortChannel::PlatformMessagePortChannel(PassRefPtr<MessagePortQueue> incoming, PassRefPtr<MessagePortQueue> outgoing) argument
109 , m_outgoingQueue(outgoing)
120 // Create incoming/outgoing queues.
/external/dbus/dbus/
H A Ddbus-auth.c159 DBusString outgoing; /**< Outgoing data buffer */ member in struct:DBusAuth
362 if (!_dbus_string_init (&auth->outgoing))
409 _dbus_string_free (&auth->outgoing);
1408 &auth->outgoing,
1409 _dbus_string_get_length (&auth->outgoing)))
1429 return _dbus_string_append (&auth->outgoing, "DATA\r\n");
1432 old_len = _dbus_string_get_length (&auth->outgoing);
1433 if (!_dbus_string_append (&auth->outgoing, "DATA "))
1436 if (!_dbus_string_hex_encode (data, 0, &auth->outgoing,
1437 _dbus_string_get_length (&auth->outgoing)))
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jar ... eclipse/ecf/provider/filetransfer/identity/ org/eclipse/ecf/provider/filetransfer/outgoing/ org/eclipse/ecf/provider/filetransfer/retrieve/ org/eclipse/ecf/provider ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dtcpport.cc75 // Check if we are allowed to make outgoing TCP connections
184 bool outgoing = (socket_ == NULL); local
185 if (outgoing) {
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/sasl/
H A DSasl4Test.java356 public byte[] wrap(byte[] outgoing, int offset, int len) argument
H A DSasl3Test.java360 public byte[] wrap(byte[] outgoing, int offset, int len) argument
/external/openssh/
H A Dpacket.c128 /* Buffer for the partial outgoing packet being constructed. */
194 TAILQ_HEAD(, packet) outgoing;
237 TAILQ_INIT(&active_state->outgoing);
663 * If using packet compression, compress the payload of the outgoing
948 /* increment sequence number for outgoing packets */
950 logit("outgoing seqnr wraps around");
983 TAILQ_INSERT_TAIL(&active_state->outgoing, p, next);
997 while ((p = TAILQ_FIRST(&active_state->outgoing))) {
1003 TAILQ_REMOVE(&active_state->outgoing, p, next);
H A Dmonitor.c120 z_stream outgoing; member in struct:__anon9651
1768 memcpy(&outgoing_stream, &child_state.outgoing,
1892 if (plen != sizeof(child_state.outgoing))
1894 memcpy(&child_state.outgoing, p, sizeof(child_state.outgoing));
/external/clang/lib/CodeGen/
H A DCGStmt.cpp102 llvm::BasicBlock *outgoing = Builder.GetInsertBlock(); local
103 assert(outgoing && "expression emission cleared block!");
117 if (incoming != outgoing && outgoing->use_empty()) {
118 outgoing->eraseFromParent();
/external/libffi/src/powerpc/
H A Dppc_closure.S82 # now load up the pointer to the outgoing parameter
/external/iproute2/doc/
H A Dip-tunnels.tex446 on all outgoing interfaces, or, alternatively,
H A Dip-cref.tex753 of outgoing packets (Cf.\ Appendix~\ref{ADDR-SEL}, p.\pageref{ADDR-SEL}.).
2424 The \verb|ocsum| flag calculates checksums for outgoing packets.
2432 The \verb|oseq| flag enables sequencing of outgoing packets.
2625 accounting information about outgoing packets, optionally
2914 and translation will only be enabled for outgoing http requests.
/external/regex-re2/lib/codereview/
H A Dcodereview.py118 def outgoing(repo): function
120 ret = commands.outgoing(fui, repo, *[], **{})
1764 if outgoing(repo):
1765 raise util.Abort("local repository corrupt or out-of-phase with remote: found outgoing changes")
/external/valgrind/main/include/vki/
H A Dvki-linux.h1525 int outgoing; member in struct:__anon14002
/external/blktrace/btt/doc/
H A Dbtt.tex555 outgoing IO sizes (in blocks). For simplicity, the histogram buckets

Completed in 367 milliseconds