Home | History | Annotate | Download | only in pending

Lines Matching refs:istraceroute6

69   int istraceroute6;
220 if (!TT.istraceroute6)
223 if (!TT.istraceroute6) send_probe4(++seq, ttl);
252 if (!TT.istraceroute6) {
469 if(!TT.istraceroute6) {
488 if (toys.optflags & FLAG_6) TT.istraceroute6 = 1;
489 else TT.istraceroute6 = toys.which->name[10] == '6';
491 if(!TT.istraceroute6 && (toys.optflags & FLAG_g)) {
509 TT.recv_sock = xsocket((TT.istraceroute6 ? AF_INET6 : AF_INET), SOCK_RAW,
510 (TT.istraceroute6 ? IPPROTO_ICMPV6 : IPPROTO_ICMP));
512 if (TT.istraceroute6) {
529 if (!TT.istraceroute6) {
562 if (!TT.istraceroute6) {
579 if (!TT.istraceroute6) {