Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping_aux.c89 extern boolean_t seq_match(ushort_t, int, ushort_t);
354 seq_match(current_targetaddr->starting_seq_num, in check_reply()
554 seq_match(current_targetaddr->starting_seq_num, in check_reply()
865 seq_match(current_targetaddr->starting_seq_num, in check_reply()
H A Dping_aux6.c77 extern boolean_t seq_match(ushort_t, int, ushort_t);
391 seq_match(current_targetaddr->starting_seq_num, in check_reply6()
694 seq_match(current_targetaddr->starting_seq_num, in check_reply6()
H A Dping.c218 boolean_t seq_match(ushort_t, int, ushort_t);
2206 seq_match(ushort_t seq_begin, int seq_len, ushort_t value) in seq_match() function
2250 if (seq_match(target->starting_seq_num, in find_dstaddr()