Home
last modified time | relevance | path

Searched refs:ndo_packettype (Results 1 – 6 of 6) sorted by relevance

/external/tcpdump/
Dtcpdump.c1781 ndo->ndo_packettype = PT_VAT; in main()
1783 ndo->ndo_packettype = PT_WB; in main()
1785 ndo->ndo_packettype = PT_RPC; in main()
1787 ndo->ndo_packettype = PT_RTP; in main()
1789 ndo->ndo_packettype = PT_RTCP; in main()
1791 ndo->ndo_packettype = PT_SNMP; in main()
1793 ndo->ndo_packettype = PT_CNFP; in main()
1795 ndo->ndo_packettype = PT_TFTP; in main()
1797 ndo->ndo_packettype = PT_AODV; in main()
1799 ndo->ndo_packettype = PT_CARP; in main()
[all …]
Dprint-ip-demux.c198 if (ndo->ndo_packettype == PT_CARP) { in ip_demux_print()
Dprint-udp.c427 if (ndo->ndo_packettype) { in udp_print()
431 switch (ndo->ndo_packettype) { in udp_print()
Dprint-tcp.c725 if (ndo->ndo_packettype) { in tcp_print()
726 switch (ndo->ndo_packettype) { in tcp_print()
Dprint-pgm.c820 if (ndo->ndo_packettype == PT_PGM_ZMTP1 && in pgm_print()
Dnetdissect.h231 int ndo_packettype; /* as specified by -T */ member