Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping_aux.c91 extern boolean_t seq_match(ushort_t, int, ushort_t);
357 seq_match(current_targetaddr->starting_seq_num, in check_reply()
557 seq_match(current_targetaddr->starting_seq_num, in check_reply()
868 seq_match(current_targetaddr->starting_seq_num, in check_reply()
H A Dping_aux6.c79 extern boolean_t seq_match(ushort_t, int, ushort_t);
393 seq_match(current_targetaddr->starting_seq_num, in check_reply6()
696 seq_match(current_targetaddr->starting_seq_num, in check_reply6()
H A Dping.c244 boolean_t seq_match(ushort_t, int, ushort_t);
2283 seq_match(ushort_t seq_begin, int seq_len, ushort_t value) in seq_match() function
2327 if (seq_match(target->starting_seq_num, in find_dstaddr()