HomeSort by: relevance | last modified time | path
    Searched refs:ndo_packettype (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/tcpdump/dist/
tcpdump.c 1823 ndo->ndo_packettype = PT_VAT;
1825 ndo->ndo_packettype = PT_WB;
1827 ndo->ndo_packettype = PT_RPC;
1829 ndo->ndo_packettype = PT_RTP;
1831 ndo->ndo_packettype = PT_RTCP;
1833 ndo->ndo_packettype = PT_SNMP;
1835 ndo->ndo_packettype = PT_CNFP;
1837 ndo->ndo_packettype = PT_TFTP;
1839 ndo->ndo_packettype = PT_AODV;
1841 ndo->ndo_packettype = PT_CARP
    [all...]
print-ip-demux.c 196 if (ndo->ndo_packettype == PT_CARP) {
print-tcp.c 724 if (ndo->ndo_packettype) {
725 switch (ndo->ndo_packettype) {
print-udp.c 431 if (ndo->ndo_packettype) {
435 switch (ndo->ndo_packettype) {
print-pgm.c 824 if (ndo->ndo_packettype == PT_PGM_ZMTP1 &&
netdissect.h 239 int ndo_packettype; /* as specified by -T */ member in struct:netdissect_options

Completed in 39 milliseconds