Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping.h132 extern boolean_t use_udp;
H A Dping.c153 boolean_t use_udp = _B_FALSE; /* Use UDP instead of ICMP */ variable
446 use_udp = _B_TRUE; in main()
493 use_udp = _B_FALSE; in main()
524 if (use_udp) in main()
698 current_targetaddr->starting_seq_num = use_udp ? dest_port : 0; in main()
1373 if (use_udp) { in setup_socket()
1858 current_targetaddr->starting_seq_num = use_udp ? in send_scheduled_probe()
2075 if (use_udp) { in pinger()
2136 if (!use_udp) in pinger()
H A Dping_aux6.c377 use_udp) { in check_reply6()
678 if (!use_udp) in check_reply6()
H A Dping_aux.c341 use_udp) { in check_reply()
539 if (!use_udp && !use_icmp_ts) in check_reply()