Home
last modified time | relevance | path

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

12

/external/mtpd/
Dpptp.c132 } incoming, outgoing; variable
137 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 …]
Dl2tp.c119 } incoming, outgoing; variable
130 uint16_t *p = (uint16_t *)outgoing.buffer; in set_message()
141 outgoing.message = message; in set_message()
142 outgoing.length = MESSAGE_HEADER_SIZE; in set_message()
148 struct attribute *p = (struct attribute *)&outgoing.buffer[outgoing.length]; in add_attribute_raw()
153 outgoing.length += ATTRIBUTE_HEADER_SIZE + size; in add_attribute_raw()
168 uint16_t *p = (uint16_t *)outgoing.buffer; in send_packet()
169 p[1] = htons(outgoing.length); in send_packet()
170 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.c159 DBusString outgoing; /**< Outgoing data buffer */ member
362 if (!_dbus_string_init (&auth->outgoing)) in _dbus_auth_new()
409 _dbus_string_free (&auth->outgoing); in _dbus_auth_new()
1408 &auth->outgoing, in send_auth()
1409 _dbus_string_get_length (&auth->outgoing))) in send_auth()
1429 return _dbus_string_append (&auth->outgoing, "DATA\r\n"); in send_data()
1432 old_len = _dbus_string_get_length (&auth->outgoing); in send_data()
1433 if (!_dbus_string_append (&auth->outgoing, "DATA ")) in send_data()
1436 if (!_dbus_string_hex_encode (data, 0, &auth->outgoing, in send_data()
1437 _dbus_string_get_length (&auth->outgoing))) in send_data()
[all …]
/external/webkit/Source/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/iptables/extensions/
Dlibipt_MIRROR.man9 chains. Note that the outgoing packets are
Dlibxt_rateest.man74 Example: This is what can be used to route outgoing data connections from an
78 # Estimate outgoing rates
Dlibxt_TCPMSS.man3 outgoing interface's MTU minus 40 for IPv4 or 60 for IPv6, respectively).
Dlibxt_tcp.man37 incoming TCP connections, but outgoing TCP connections will be
/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dtcpport.cc184 bool outgoing = (socket_ == NULL); in TCPConnection() local
185 if (outgoing) { in TCPConnection()
/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/openssh/
Dpacket.c194 TAILQ_HEAD(, packet) outgoing;
237 TAILQ_INIT(&active_state->outgoing); in packet_set_connection()
983 TAILQ_INSERT_TAIL(&active_state->outgoing, p, next); in packet_send2()
997 while ((p = TAILQ_FIRST(&active_state->outgoing))) { in packet_send2()
1003 TAILQ_REMOVE(&active_state->outgoing, p, next); in packet_send2()
Dmonitor.c120 z_stream outgoing; member
1768 memcpy(&outgoing_stream, &child_state.outgoing, in monitor_apply_keystate()
1892 if (plen != sizeof(child_state.outgoing)) in mm_get_keystate()
1894 memcpy(&child_state.outgoing, p, sizeof(child_state.outgoing)); in mm_get_keystate()
/external/clang/lib/CodeGen/
DCGStmt.cpp102 llvm::BasicBlock *outgoing = Builder.GetInsertBlock(); in EmitStmt() local
103 assert(outgoing && "expression emission cleared block!"); in EmitStmt()
117 if (incoming != outgoing && outgoing->use_empty()) { in EmitStmt()
118 outgoing->eraseFromParent(); in EmitStmt()
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/sasl/
DSasl4Test.java356 public byte[] wrap(byte[] outgoing, int offset, int len) in wrap() argument
DSasl3Test.java360 public byte[] wrap(byte[] outgoing, int offset, int len) in wrap() argument
/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/llvm/test/CodeGen/Thumb2/
Dlarge-call.ll5 ; This test case would clobber the outgoing call arguments by writing to the
/external/openssl/patches/
Dhandshake_cutthrough.patch162 * large incoming records, and (b) limit the size of outgoing records. */
Dsmall_records.patch225 + * large incoming records, and (b) limit the size of outgoing records. */
/external/llvm/test/CodeGen/Generic/
D2003-05-28-ManyArgs.ll12 ;; It was counting the registers allocated to all outgoing arguments,
/external/regex-re2/lib/codereview/
Dcodereview.py118 def outgoing(repo): function
120 ret = commands.outgoing(fui, repo, *[], **{})
1764 if outgoing(repo):
/external/valgrind/main/include/vki/
Dvki-linux.h1525 int outgoing; member
/external/iproute2/doc/
Dip-tunnels.tex446 on all outgoing interfaces, or, alternatively,

12