Home
last modified time | relevance | path

Searched refs:outgoing (Results 1 – 25 of 49) 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/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/smack/src/org/apache/harmony/javax/security/sasl/
DSaslClient.java36 byte[] wrap(byte[] outgoing, int offset, int len) throws SaslException; in wrap() argument
DSaslServer.java36 byte[] wrap(byte[] outgoing, int offset, int len) throws SaslException; in wrap() argument
/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/smack/src/org/apache/qpid/management/common/sasl/
DPlainSaslClient.java122 public byte[] wrap(byte[] outgoing, int offset, int len) throws SaslException in wrap() argument
/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/libppp/src/
DREADME.nat242 translated local address (192.168.0.4), but outgoing
258 A handler needs to be added to correctly NAT outgoing error messages.
269 host address, outgoing NAT and incoming de-NATing).
376 - Now supports outgoing as well as incoming ICMP error messages/
/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/smack/src/com/novell/sasl/client/
DDigestMD5SaslClient.java270 byte[] outgoing, in wrap() argument
/external/smack/asmack-master/static-src/novell-openldap-jldap/com/novell/sasl/client/
DDigestMD5SaslClient.java270 byte[] outgoing, in wrap() argument
/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/llvm/test/CodeGen/Generic/
D2003-05-28-ManyArgs.ll12 ;; It was counting the registers allocated to all outgoing arguments,
/external/smack/asmack-master/jingle/
D60-remove-jingle_mediaimpl.patch542 - private JingleSession outgoing = null;
608 - if (outgoing != null) return;
610 - outgoing = jm.createOutgoingJingleSession(jid.getText());
611 - outgoing.startOutgoing();
621 - if (outgoing != null)
623 - outgoing.terminate();
629 - outgoing = null;

12