HomeSort by: relevance | last modified time | path
    Searched defs:as_path (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/traceroute6/
traceroute6.c 354 static int as_path; /* print as numbers for each hop */ variable in typeref:typename:int
399 as_path = 1;
402 as_path = 1;
649 if (as_path) {
654 as_path = 0;
740 if (as_path)
1080 if (as_path)
  /src/usr.sbin/traceroute/
traceroute.c 369 static int as_path; /* print as numbers for each hop */ variable in typeref:typename:int
492 as_path = 1;
496 as_path = 1;
912 if (as_path) {
917 as_path = 0;
1063 if (as_path)
1523 if (as_path)

Completed in 15 milliseconds