Home
last modified time | relevance | path

Searched refs:send_probe (Results 1 – 7 of 7) sorted by relevance

/external/iputils/
Dtraceroute6.c296 void send_probe(int seq, int ttl);
606 send_probe(++seq, ttl); in main()
726 void send_probe(int seq, int ttl) in send_probe() function
Dping_common.h279 extern int send_probe(void);
Dping_common.c516 i = send_probe(); in pinger()
Dping.c718 int send_probe() in send_probe() function
Dping6.c1401 int send_probe(void) in send_probe() function
/external/grpc-grpc/src/ruby/pb/test/
Dclient.rb683 def send_probe_for_compressed_request_support(&send_probe) argument
687 send_probe.call
/external/iproute2/misc/
Darpd.c178 static int send_probe(int ifindex, __u32 addr) in send_probe() function
254 if (buckets >= broadcast_rate && !send_probe(ifindex, addr)) { in queue_active_probe()