/external/mtpd/ |
D | pptp.c | 132 } 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 …]
|
D | l2tp.c | 119 } 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/ |
D | dbus-auth.c | 159 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/ |
D | PlatformMessagePortChannel.cpp | 101 …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()
|
D | PlatformMessagePortChannel.h | 90 …ePortChannel> create(PassRefPtr<MessagePortQueue> incoming, PassRefPtr<MessagePortQueue> outgoing); 91 …rmMessagePortChannel(PassRefPtr<MessagePortQueue> incoming, PassRefPtr<MessagePortQueue> outgoing);
|
/external/iptables/extensions/ |
D | libipt_MIRROR.man | 9 chains. Note that the outgoing packets are
|
D | libxt_rateest.man | 74 Example: This is what can be used to route outgoing data connections from an 78 # Estimate outgoing rates
|
D | libxt_TCPMSS.man | 3 outgoing interface's MTU minus 40 for IPv4 or 60 for IPv6, respectively).
|
D | libxt_tcp.man | 37 incoming TCP connections, but outgoing TCP connections will be
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
D | tcpport.cc | 184 bool outgoing = (socket_ == NULL); in TCPConnection() local 185 if (outgoing) { in TCPConnection()
|
/external/bluetooth/bluez/doc/ |
D | audio-api.txt | 41 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/ |
D | packet.c | 194 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()
|
D | monitor.c | 120 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/ |
D | CGStmt.cpp | 102 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/ |
D | Sasl4Test.java | 356 public byte[] wrap(byte[] outgoing, int offset, int len) in wrap() argument
|
D | Sasl3Test.java | 360 public byte[] wrap(byte[] outgoing, int offset, int len) in wrap() argument
|
/external/iproute2/examples/ |
D | README.cbq | 94 # All shapers do work only for outgoing traffic!
|
/external/libffi/src/powerpc/ |
D | ppc_closure.S | 82 # now load up the pointer to the outgoing parameter
|
/external/llvm/test/CodeGen/Thumb2/ |
D | large-call.ll | 5 ; This test case would clobber the outgoing call arguments by writing to the
|
/external/openssl/patches/ |
D | handshake_cutthrough.patch | 162 * large incoming records, and (b) limit the size of outgoing records. */
|
D | small_records.patch | 225 + * large incoming records, and (b) limit the size of outgoing records. */
|
/external/llvm/test/CodeGen/Generic/ |
D | 2003-05-28-ManyArgs.ll | 12 ;; It was counting the registers allocated to all outgoing arguments,
|
/external/regex-re2/lib/codereview/ |
D | codereview.py | 118 def outgoing(repo): function 120 ret = commands.outgoing(fui, repo, *[], **{}) 1764 if outgoing(repo):
|
/external/valgrind/main/include/vki/ |
D | vki-linux.h | 1525 int outgoing; member
|
/external/iproute2/doc/ |
D | ip-tunnels.tex | 446 on all outgoing interfaces, or, alternatively,
|