Searched defs:num_wraps (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping.c162 static int num_wraps = -1; /* no of times 64K icmp_seq wrapped */ variable
2108 num_wraps++;
2345 real_seq = num_wraps * (MAX_ICMP_SEQ + 1) + icmpseq;
2347 real_seq = (num_wraps - 1) * (MAX_ICMP_SEQ + 1) +

Completed in 64 milliseconds