Searched refs:opt_ttl (Results 1 – 1 of 1) sorted by relevance
/busybox-1.35.0/networking/ |
D | ping.c | 426 unsigned opt_ttl; member 456 #define opt_ttl (G.opt_ttl ) macro 783 if (opt_ttl != 0) { in ping4() 784 setsockopt_int(pingsock, IPPROTO_IP, IP_TTL, opt_ttl); in ping4() 786 setsockopt_int(pingsock, IPPROTO_IP, IP_MULTICAST_TTL, opt_ttl); in ping4() 952 &pingcount, &str_s, &opt_ttl, &G.deadline_us, &timeout, &str_I, &str_p, &str_i in common_ping_main()
|