Searched refs:ttl (Results 1 – 5 of 5) sorted by relevance
/busybox-1.35.0/examples/var_service/dnsmasq/ |
D | dnsmasq.conf | 40 local-ttl=67 55 neg-ttl=67 72 min-cache-ttl=67
|
/busybox-1.35.0/networking/ |
D | traceroute.c | 381 unsigned char ttl; /* ttl packet left with */ member 496 send_probe(int seq, int ttl) in send_probe() argument 514 outdata->ttl = ttl; in send_probe() 564 res = setsockopt_int(sndsock, SOL_IPV6, IPV6_UNICAST_HOPS, ttl); in send_probe() 566 bb_perror_msg_and_die("setsockopt(%s) %d", "UNICAST_HOPS", ttl); in send_probe() 571 res = setsockopt_int(sndsock, IPPROTO_IP, IP_TTL, ttl); in send_probe() 573 bb_perror_msg_and_die("setsockopt(%s) %d", "TTL", ttl); in send_probe() 1119 int ttl; in common_traceroute_main() local 1127 for (ttl = G.first_ttl; ttl <= G.max_ttl; ++ttl) { in common_traceroute_main() 1132 printf("%2d", ttl); in common_traceroute_main() [all …]
|
D | ping.c | 192 uint8_t ttl; member 653 uint16_t recv_seq, int ttl) in unpack_tail() argument 686 from_str, recv_seq, ttl); in unpack_tail() 718 recv_seq, iphdr->ttl); in unpack4()
|
/busybox-1.35.0/networking/libiproute/ |
D | iptunnel.c | 297 p->iph.ttl = uval; in parse_args() 369 if (p.iph.ttl && p.iph.frag_off == 0) { in do_add() 425 if (p->iph.ttl) in print_tunnel() 426 printf(" ttl %d ", p->iph.ttl); in print_tunnel()
|
/busybox-1.35.0/networking/udhcp/ |
D | packet.c | 174 packet.ip.ttl = IPDEFTTL; in udhcp_send_raw_packet()
|