Lines Matching refs:istraceroute6
69 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()
509 TT.recv_sock = xsocket((TT.istraceroute6 ? AF_INET6 : AF_INET), SOCK_RAW, in traceroute_main()
510 (TT.istraceroute6 ? IPPROTO_ICMPV6 : IPPROTO_ICMP)); in traceroute_main()
512 if (TT.istraceroute6) { in traceroute_main()
529 if (!TT.istraceroute6) { in traceroute_main()
562 if (!TT.istraceroute6) { in traceroute_main()
579 if (!TT.istraceroute6) { in traceroute_main()