Searched refs:outgoing (Results 1 – 18 of 18) sorted by relevance
/external/mtpd/ |
D | pptp.c | 131 } 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 …]
|
D | l2tp.c | 120 } incoming, outgoing; variable 131 uint16_t *p = (uint16_t *)outgoing.buffer; in set_message() 142 outgoing.message = message; in set_message() 143 outgoing.length = MESSAGE_HEADER_SIZE; in set_message() 149 struct attribute *p = (struct attribute *)&outgoing.buffer[outgoing.length]; in add_attribute_raw() 154 outgoing.length += ATTRIBUTE_HEADER_SIZE + size; in add_attribute_raw() 169 uint16_t *p = (uint16_t *)outgoing.buffer; in send_packet() 170 p[1] = htons(outgoing.length); in send_packet() 171 send(the_socket, outgoing.buffer, outgoing.length, 0); in send_packet() 548 log_print(DEBUG, "Timeout -> Sending %s", messages[outgoing.message]); in l2tp_timeout() [all …]
|
/external/dbus/dbus/ |
D | dbus-auth.c | 155 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/iptables/extensions/ |
D | libipt_MIRROR.man | 9 chains. Note that the outgoing packets are
|
D | libip6t_TCPMSS.man | 3 outgoing interface's MTU minus 60). Of course, it can only be used
|
D | libipt_TCPMSS.man | 3 outgoing interface's MTU minus 40). Of course, it can only be used
|
D | libip6t_tcp.man | 38 incoming TCP connections, but outgoing TCP connections will be
|
D | libipt_tcp.man | 38 incoming TCP connections, but outgoing TCP connections will be
|
/external/bluez/utils/audio/ |
D | audio-api.txt | 189 be "incoming", "outgoing" or "remote" to indicate 190 incoming call, outgoing call and remote party alerted
|
/external/libffi/src/powerpc/ |
D | ppc_closure.S | 82 # now load up the pointer to the outgoing parameter
|
/external/bluez/utils/ |
D | ChangeLog | 541 Add support for stored pin codes for outgoing connections.
|
/external/netcat/ |
D | README | 163 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/ |
D | btt.tex | 555 outgoing IO sizes (in blocks). For simplicity, the histogram buckets
|
/external/libffi/ |
D | ChangeLog | 2171 * src/powerpc/aix_closure.S: Remove the pointer to the outgoing 2178 Remove the outgoing parameter stack logic. Simplify the evaluation
|
/external/dbus/ |
D | ChangeLog | 4265 name_call for keeping track of any outgoing GetNameOwner call. 7263 after queueing outgoing messages, and after trying the first 7294 dump the outgoing message queue, so nobody will get confused 11020 (dbus_connection_get_outgoing_size): get size of outgoing 12837 incoming and outgoing messages. 12862 where we ref'd the outgoing message instead of the returned reply
|
/external/srec/config/en.us/dictionary/ |
D | large.ok | 21139 outgoing ?tgO6N
|
/external/webkit/WebCore/ |
D | ChangeLog-2008-08-10 | 19174 … <rdar://problem/5857369> XMLHttpRequest does not properly encode & and < in outgoing messages 31495 allowing the call to proceed. We wrap all outgoing values using 31547 outgoing values as JSInspectedObjectWrappers. 31574 outgoing values as JSInspectorCallbackWrappers.
|
D | ChangeLog-2003-10-25 | 8415 Since the first is the one that will be used outgoing to send to servers, it's good to have
|