Home
last modified time | relevance | path

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

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