Home
last modified time | relevance | path

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

/titanic_53/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping_aux.c357 seq_match(current_targetaddr->starting_seq_num, in check_reply()
370 ((current_targetaddr->starting_seq_num + in check_reply()
557 seq_match(current_targetaddr->starting_seq_num, in check_reply()
570 ((current_targetaddr->starting_seq_num + in check_reply()
868 seq_match(current_targetaddr->starting_seq_num, in check_reply()
881 ((current_targetaddr->starting_seq_num + in check_reply()
H A Dping.h94 ushort_t starting_seq_num; /* initial icmp_seq/UDP port, used */ member
H A Dping_aux6.c393 seq_match(current_targetaddr->starting_seq_num, in check_reply6()
406 ((current_targetaddr->starting_seq_num + in check_reply6()
696 seq_match(current_targetaddr->starting_seq_num, in check_reply6()
709 ((current_targetaddr->starting_seq_num + in check_reply6()
H A Dping.c698 current_targetaddr->starting_seq_num = use_udp ? dest_port : 0; in main()
843 targetaddr->starting_seq_num = 0; /* actual value will be set later */ in create_targetaddr_item()
1858 current_targetaddr->starting_seq_num = use_udp ? in send_scheduled_probe()
2327 if (seq_match(target->starting_seq_num, in find_dstaddr()