Home
last modified time | relevance | path

Searched refs:packettypes (Results 1 – 4 of 4) sorted by relevance

/external/dropbear/
Dprocess-packet.c105 if (ses.packettypes[i].type == 0) { in process_packet()
110 if (ses.packettypes[i].type == type) { in process_packet()
111 ses.packettypes[i].handler(); in process_packet()
Dsession.h112 const packettype * packettypes; /* Packet handler mappings for this member
Dsvr-session.c104 ses.packettypes = svr_packettypes; in svr_session()
Dcli-session.c133 ses.packettypes = cli_packettypes; in cli_session_init()