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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping.c87 #define PINGSEQ_LEQ(a, b) ((int16_t)((a)-(b)) <= 0) macro
2296 if (PINGSEQ_LEQ(seq_begin, value) &&
2297 PINGSEQ_LEQ(value, (seq_begin + seq_len - 1) % (MAX_ICMP_SEQ + 1)))

Completed in 51 milliseconds