Home
last modified time | relevance | path

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

12

/external/mtpd/
Dpptp.c131 } incoming, outgoing; variable
136 memset(outgoing.buffer, 0, length); in set_message()
137 outgoing.length = length; in set_message()
138 outgoing.header.length = htons(length); in set_message()
139 outgoing.header.type = CONTROL_MESSAGE; in set_message()
140 outgoing.header.cookie = MAGIC_COOKIE; in set_message()
141 outgoing.message = htons(message); in set_message()
146 send(the_socket, outgoing.buffer, outgoing.length, 0); in send_packet()
225 outgoing.sccrq.protocol_version = PROTOCOL_VERSION; in pptp_connect()
226 outgoing.sccrq.framing = htonl(3); in pptp_connect()
[all …]
Dl2tp.c118 } incoming, outgoing; variable
129 uint16_t *p = (uint16_t *)outgoing.buffer; in set_message()
140 outgoing.message = message; in set_message()
141 outgoing.length = MESSAGE_HEADER_SIZE; in set_message()
147 struct attribute *p = (struct attribute *)&outgoing.buffer[outgoing.length]; in add_attribute_raw()
152 outgoing.length += ATTRIBUTE_HEADER_SIZE + size; in add_attribute_raw()
167 uint16_t *p = (uint16_t *)outgoing.buffer; in send_packet()
168 p[1] = htons(outgoing.length); in send_packet()
169 send(the_socket, outgoing.buffer, outgoing.length, 0); in send_packet()
546 log_print(DEBUG, "Timeout -> Sending %s", messages[outgoing.message]); in l2tp_timeout()
[all …]
/external/dbus/dbus/
Ddbus-auth.c155 DBusString outgoing; /**< Outgoing data buffer */ member
353 if (!_dbus_string_init (&auth->outgoing)) in _dbus_auth_new()
378 _dbus_string_free (&auth->outgoing); in _dbus_auth_new()
1220 &auth->outgoing, in send_auth()
1221 _dbus_string_get_length (&auth->outgoing))) in send_auth()
1241 return _dbus_string_append (&auth->outgoing, "DATA\r\n"); in send_data()
1244 old_len = _dbus_string_get_length (&auth->outgoing); in send_data()
1245 if (!_dbus_string_append (&auth->outgoing, "DATA ")) in send_data()
1248 if (!_dbus_string_hex_encode (data, 0, &auth->outgoing, in send_data()
1249 _dbus_string_get_length (&auth->outgoing))) in send_data()
[all …]
/external/webkit/WebCore/dom/default/
DPlatformMessagePortChannel.cpp101 …gePortChannel::create(PassRefPtr<MessagePortQueue> incoming, PassRefPtr<MessagePortQueue> outgoing) in create() argument
103 return adoptRef(new PlatformMessagePortChannel(incoming, outgoing)); in create()
106 …ormMessagePortChannel(PassRefPtr<MessagePortQueue> incoming, PassRefPtr<MessagePortQueue> outgoing) in PlatformMessagePortChannel() argument
109 , m_outgoingQueue(outgoing) in PlatformMessagePortChannel()
DPlatformMessagePortChannel.h90 …ePortChannel> create(PassRefPtr<MessagePortQueue> incoming, PassRefPtr<MessagePortQueue> outgoing);
91 …rmMessagePortChannel(PassRefPtr<MessagePortQueue> incoming, PassRefPtr<MessagePortQueue> outgoing);
/external/chromium/net/third_party/nss/ssl/
Dnotes.txt63 outgoing:
71 sec->writeBuf outgoing ssl records are constructed here and encrypted in
74 ss->pendingBuf contains outgoing ciphertext that was saved after a write
80 outgoing data until a socks handshake completes. However,
/external/bluetooth/bluez/doc/
Daudio-api.txt41 Either an incoming or outgoing connection
170 Either an incoming or outgoing connection
264 Either an incoming or outgoing connection
327 Either an incoming or outgoing connection
/external/iptables/extensions/
Dlibipt_MIRROR.man9 chains. Note that the outgoing packets are
Dlibipt_TCPMSS.man3 outgoing interface's MTU minus 40). Of course, it can only be used
Dlibip6t_TCPMSS.man3 outgoing interface's MTU minus 60). Of course, it can only be used
Dlibip6t_tcp.man38 incoming TCP connections, but outgoing TCP connections will be
Dlibipt_tcp.man38 incoming TCP connections, but outgoing TCP connections will be
/external/iproute2/examples/
DREADME.cbq94 # All shapers do work only for outgoing traffic!
/external/libffi/src/powerpc/
Dppc_closure.S82 # now load up the pointer to the outgoing parameter
/external/openssl/patches/
Dsmall_records.patch225 + * large incoming records, and (b) limit the size of outgoing records. */
Dhandshake_cutthrough.patch162 * large incoming records, and (b) limit the size of outgoing records. */
/external/webkit/WebKit/gtk/
DNEWS152 WebKitWebView to allow modification of outgoing requests for every
/external/bluetooth/bluez/
DChangeLog573 Allow non-bondable and outgoing SDP without agent.
595 Allow link mode settings for outgoing connections.
1083 Add support for stored pin codes for outgoing connections.
/external/iproute2/doc/
Dip-tunnels.tex446 on all outgoing interfaces, or, alternatively,
Dip-cref.tex753 of outgoing packets (Cf.\ Appendix~\ref{ADDR-SEL}, p.\pageref{ADDR-SEL}.).
2425 The \verb|ocsum| flag calculates checksums for outgoing packets.
2433 The \verb|oseq| flag enables sequencing of outgoing packets.
2626 accounting information about outgoing packets, optionally
2915 and translation will only be enabled for outgoing http requests.
/external/netcat/
DREADME163 kernels support. Although netcat claims that an outgoing UDP connection is
660 It is also trivial for a clueful ISP to watch for or even block outgoing
/external/blktrace/btt/doc/
Dbtt.tex555 outgoing IO sizes (in blocks). For simplicity, the histogram buckets
/external/libffi/
DChangeLog2171 * src/powerpc/aix_closure.S: Remove the pointer to the outgoing
2178 Remove the outgoing parameter stack logic. Simplify the evaluation
/external/dbus/
DChangeLog4272 name_call for keeping track of any outgoing GetNameOwner call.
7270 after queueing outgoing messages, and after trying the first
7301 dump the outgoing message queue, so nobody will get confused
11027 (dbus_connection_get_outgoing_size): get size of outgoing
12844 incoming and outgoing messages.
12869 where we ref'd the outgoing message instead of the returned reply
/external/dnsmasq/
DCHANGELOG.archive22 Set sockaddr.sa_family on outgoing address, patch from

12