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

  /external/iputils/
tracepath6.c 69 int show_both = 0; variable
230 if (no_resolve || show_both) {
238 if (!no_resolve || show_both) {
252 print_host(abuf, hbuf, show_both);
254 print_host(hbuf, abuf, show_both);
397 show_both = 1;
tracepath.c 57 int show_both = 0; variable
179 if (!no_resolve || show_both) {
189 print_host(abuf, h ? (idn ? idn : h->h_name) : abuf, show_both);
191 print_host(h ? (idn ? idn : h->h_name) : abuf, abuf, show_both);
325 show_both = 1;

Completed in 42 milliseconds