Home
last modified time | relevance | path

Searched refs:ndo_Kflag (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/tcpdump/
H A Dprint-ip.c438 if (!ndo->ndo_Kflag && (const u_char *)ip + hlen <= ndo->ndo_snapend) { in ip_print()
H A Dnetdissect.h204 int ndo_Kflag; /* don't check IP, TCP or UDP checksums */ member
H A Dprint-udp.c553 if (ndo->ndo_vflag && !ndo->ndo_Kflag && !fragmented) { in udp_print()
H A Dprint-tcp.c387 if (ndo->ndo_vflag && !ndo->ndo_Kflag && !fragmented) { in tcp_print()
H A Dtcpdump.c1703 ++ndo->ndo_Kflag; in main()