Home
last modified time | relevance | path

Searched refs:packettype (Results 1 – 7 of 7) sorted by relevance

/openbsd/usr.sbin/tcpdump/
H A Dtcpdump.c83 int packettype; variable
349 packettype = PT_VAT; in main()
351 packettype = PT_WB; in main()
353 packettype = PT_RPC; in main()
355 packettype = PT_RTP; in main()
357 packettype = PT_RTCP; in main()
359 packettype = PT_CNFP; in main()
361 packettype = PT_VRRP; in main()
363 packettype = PT_TCP; in main()
365 packettype = PT_GRE; in main()
[all …]
H A Dprint-ip6.c208 if (packettype == PT_VRRP) in ip6_print()
H A Dprint-udp.c431 if (packettype) { in udp_print()
435 switch (packettype) { in udp_print()
H A Dinterface.h53 extern int packettype; /* as specified by -T */
H A Dprint-ip.c524 if (packettype == PT_VRRP) { in ip_print()
H A Dprint-tcp.c267 } else if (packettype != PT_TCP) { in tcp_print()
H A Dprint-gre.c225 switch (packettype) { in gre_print_0()