Home
last modified time | relevance | path

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

/external/tcpdump/
Dinterface.h216 #define packettype gndo->ndo_packettype
Dprint-udp.c402 if (ndo->ndo_packettype) { in udp_print()
406 switch (ndo->ndo_packettype) { in udp_print()
Dprint-tcp.c667 if (ndo->ndo_packettype) {
668 switch (ndo->ndo_packettype) {
Dprint-pgm.c810 if (ndo->ndo_packettype == PT_PGM_ZMTP1 && in pgm_print()
Dprint-ip.c464 if (ndo->ndo_packettype == PT_CARP) { in ip_print_demux()
Dnetdissect.h142 int ndo_packettype; /* as specified by -T */ member