Home
last modified time | relevance | path

Searched refs:send_probe (Results 1 – 6 of 6) 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.c1403 int send_probe(void) in send_probe() function
/external/iproute2/misc/
Darpd.c182 static int send_probe(int ifindex, __u32 addr) in send_probe() function
257 if (buckets >= broadcast_rate && !send_probe(ifindex, addr)) { in queue_active_probe()