Home
last modified time | relevance | path

Searched refs:istraceroute6 (Results 1 – 2 of 2) sorted by relevance

/third_party/toybox/toys/pending/
Dtraceroute.c69 int istraceroute6;
220 if (!TT.istraceroute6) in do_trace()
223 if (!TT.istraceroute6) send_probe4(++seq, ttl); in do_trace()
252 if (!TT.istraceroute6) { in do_trace()
469 if(!TT.istraceroute6) { in do_trace()
488 if (toys.optflags & FLAG_6) TT.istraceroute6 = 1; in traceroute_main()
489 else TT.istraceroute6 = toys.which->name[10] == '6'; in traceroute_main()
491 if(!TT.istraceroute6 && (toys.optflags & FLAG_g)) { in traceroute_main()
508 TT.recv_sock = xsocket((TT.istraceroute6 ? AF_INET6 : AF_INET), SOCK_RAW, in traceroute_main()
509 (TT.istraceroute6 ? IPPROTO_ICMPV6 : IPPROTO_ICMP)); in traceroute_main()
[all …]
/third_party/toybox/generated/
Dglobals.h996 int istraceroute6; member