Home
last modified time | relevance | path

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

/dports/security/dropbear/dropbear-2020.81/
H A Dprocess-packet.c140 if (ses.packettypes[i].type == 0) { in process_packet()
145 if (ses.packettypes[i].type == type) { in process_packet()
146 ses.packettypes[i].handler(); in process_packet()
H A Dsession.h156 const packettype * packettypes; /* Packet handler mappings for this member
H A Dsvr-session.c183 ses.packettypes = svr_packettypes; in svr_session()
H A Dcli-session.c175 ses.packettypes = cli_packettypes; in cli_session_init()
/dports/net-im/telepathy-salut/telepathy-salut-0.8.1/lib/gibber/tests/
H A Dmesh.py8 packettypes = { 0: "Whois request", variable
72 print packettypes[a] + ":\t" + str(b)
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/paho/mqtt/
H A Dreasoncodes.py21 from .packettypes import PacketTypes
H A Dproperties.py22 from .packettypes import PacketTypes
/dports/net/py-paho-mqtt/paho-mqtt-1.5.0/src/paho/mqtt/
H A Dreasoncodes.py20 from .packettypes import PacketTypes
H A Dproperties.py21 from .packettypes import PacketTypes
/dports/net/olsrd/olsrd-0.9.8/
H A DCHANGELOG4138 also forwards unknown packettypes now.