Home
last modified time | relevance | path

Searched refs:packettype (Results 1 – 7 of 7) sorted by relevance

/external/tcpdump/
Dtcpdump.c706 packettype = PT_VAT; in main()
708 packettype = PT_WB; in main()
710 packettype = PT_RPC; in main()
712 packettype = PT_RTP; in main()
714 packettype = PT_RTCP; in main()
716 packettype = PT_SNMP; in main()
718 packettype = PT_CNFP; in main()
720 packettype = PT_TFTP; in main()
722 packettype = PT_AODV; in main()
Dprint-udp.c471 if (packettype) { in udp_print()
475 switch (packettype) { in udp_print()
Dinterface.h364 #define packettype gndo->ndo_packettype macro
/external/dropbear/
Dpacket.h41 } packettype; typedef
Dsession.h112 const packettype * packettypes; /* Packet handler mappings for this
Dsvr-session.c47 static const packettype svr_packettypes[] = {
Dcli-session.c48 static const packettype cli_packettypes[] = {