Searched refs:doipcksum (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/usr.sbin/traceroute/
H A Dtraceroute.c335 int doipcksum = 0; /* don't calculate ip checksums by default */ variable
337 int doipcksum = 1; /* calculate ip checksums by default */ variable
674 doipcksum = (doipcksum == 0);
704 if (!doipcksum)
1447 if (doipcksum) {
1473 if (doipcksum) {
1503 if (doipcksum)
1587 if (doipcksum) {

Completed in 60 milliseconds