Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-ip.c630 if (!ndo->ndo_Kflag && (const u_char *)ipds->ip + hlen <= ndo->ndo_snapend) { in ip_print()
Dnetdissect.h152 int ndo_Kflag; /* don't check TCP checksums */ member
Dprint-udp.c533 if (ndo->ndo_vflag && !ndo->ndo_Kflag && !fragmented) { in udp_print()
Dprint-tcp.c368 if (ndo->ndo_vflag && !ndo->ndo_Kflag && !fragmented) { in tcp_print()
Dtcpdump.c1316 ++ndo->ndo_Kflag; in main()