Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/tcpdump/dist/
Dtcpdump.c1823 ndo->ndo_packettype = PT_VAT; in main()
1825 ndo->ndo_packettype = PT_WB; in main()
1827 ndo->ndo_packettype = PT_RPC; in main()
1829 ndo->ndo_packettype = PT_RTP; in main()
1831 ndo->ndo_packettype = PT_RTCP; in main()
1833 ndo->ndo_packettype = PT_SNMP; in main()
1835 ndo->ndo_packettype = PT_CNFP; in main()
1837 ndo->ndo_packettype = PT_TFTP; in main()
1839 ndo->ndo_packettype = PT_AODV; in main()
1841 ndo->ndo_packettype = PT_CARP; in main()
[all …]
Dprint-ip-demux.c196 if (ndo->ndo_packettype == PT_CARP) { in ip_demux_print()
Dprint-udp.c431 if (ndo->ndo_packettype) { in udp_print()
435 switch (ndo->ndo_packettype) { in udp_print()
Dprint-tcp.c724 if (ndo->ndo_packettype) { in tcp_print()
725 switch (ndo->ndo_packettype) { in tcp_print()
Dprint-pgm.c824 if (ndo->ndo_packettype == PT_PGM_ZMTP1 && in pgm_print()
Dnetdissect.h239 int ndo_packettype; /* as specified by -T */ member