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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping.c2308 find_dstaddr(ushort_t icmpseq, union any_in_addr *ipaddr) argument
2328 target->num_sent, icmpseq)) {
2344 if (icmpseq < (ntransmitted % (MAX_ICMP_SEQ + 1))) {
2345 real_seq = num_wraps * (MAX_ICMP_SEQ + 1) + icmpseq;
2348 icmpseq;

Completed in 49 milliseconds