OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:incoming_packet
(Results
1 - 1
of
1
) sorted by null
/external/openssh/
packet.c
132
Buffer
incoming_packet
;
member in struct:session_state
236
buffer_init(&active_state->
incoming_packet
);
262
while (buffer_len(&active_state->
incoming_packet
) <
264
buffer_append(&active_state->
incoming_packet
, buf,
268
buffer_ptr(&active_state->
incoming_packet
),
491
buffer_free(&active_state->
incoming_packet
);
1186
/* Decrypt data to
incoming_packet
. */
1187
buffer_clear(&active_state->
incoming_packet
);
1188
cp = buffer_append_space(&active_state->
incoming_packet
, padded_len);
1196
buffer_dump(&active_state->
incoming_packet
);
[
all
...]
Completed in 749 milliseconds