OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:packettypes
(Results
1 - 4
of
4
) sorted by null
/external/dropbear/
process-packet.c
105
if (ses.
packettypes
[i].type == 0) {
110
if (ses.
packettypes
[i].type == type) {
111
ses.
packettypes
[i].handler();
session.h
112
const packettype *
packettypes
; /* Packet handler mappings for this
member in struct:sshsession
svr-session.c
104
ses.
packettypes
= svr_packettypes;
cli-session.c
133
ses.
packettypes
= cli_packettypes;
Completed in 1146 milliseconds