Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping_aux.c354 seq_match(current_targetaddr->starting_seq_num, in check_reply()
367 ((current_targetaddr->starting_seq_num + in check_reply()
554 seq_match(current_targetaddr->starting_seq_num, in check_reply()
567 ((current_targetaddr->starting_seq_num + in check_reply()
865 seq_match(current_targetaddr->starting_seq_num, in check_reply()
878 ((current_targetaddr->starting_seq_num + in check_reply()
H A Dping.h92 ushort_t starting_seq_num; /* initial icmp_seq/UDP port, used */ member
H A Dping_aux6.c391 seq_match(current_targetaddr->starting_seq_num, in check_reply6()
404 ((current_targetaddr->starting_seq_num + in check_reply6()
694 seq_match(current_targetaddr->starting_seq_num, in check_reply6()
707 ((current_targetaddr->starting_seq_num + in check_reply6()
H A Dping.c670 current_targetaddr->starting_seq_num = use_udp ? dest_port : 0; in main()
798 targetaddr->starting_seq_num = 0; /* actual value will be set later */ in create_targetaddr_item()
1788 current_targetaddr->starting_seq_num = use_udp ? in send_scheduled_probe()
2250 if (seq_match(target->starting_seq_num, in find_dstaddr()