HomeSort by relevance Sort by last modified time
    Searched refs:istraceroute6 (Results 1 - 2 of 2) sorted by null

  /external/toybox/toys/pending/
traceroute.c 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))
    [all...]
  /external/toybox/generated/
globals.h 834 int istraceroute6; member in struct:traceroute_data

Completed in 42 milliseconds