OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:packettype
(Results
1 - 7
of
7
) sorted by null
/external/dropbear/
packet.h
38
typedef struct
PacketType
{
41
}
packettype
;
typedef in typeref:struct:PacketType
session.h
112
const
packettype
* packettypes; /* Packet handler mappings for this
svr-session.c
47
static const
packettype
svr_packettypes[] = {
cli-session.c
48
static const
packettype
cli_packettypes[] = {
/external/tcpdump/
tcpdump.c
706
packettype
= PT_VAT;
708
packettype
= PT_WB;
710
packettype
= PT_RPC;
712
packettype
= PT_RTP;
714
packettype
= PT_RTCP;
716
packettype
= PT_SNMP;
718
packettype
= PT_CNFP;
720
packettype
= PT_TFTP;
722
packettype
= PT_AODV;
[
all
...]
print-udp.c
471
if (
packettype
) {
475
switch (
packettype
) {
interface.h
364
#define
packettype
gndo->ndo_packettype
macro
Completed in 9565 milliseconds