Home
last modified time | relevance | path

Searched refs:show_both (Results 1 – 2 of 2) sorted by relevance

/external/iputils/
Dtracepath.c57 int show_both = 0; variable
179 if (!no_resolve || show_both) { in recverr()
189 print_host(abuf, h ? (idn ? idn : h->h_name) : abuf, show_both); in recverr()
191 print_host(h ? (idn ? idn : h->h_name) : abuf, abuf, show_both); in recverr()
325 show_both = 1; in main()
Dtracepath6.c69 int show_both = 0; variable
230 if (no_resolve || show_both) { in recverr()
238 if (!no_resolve || show_both) { in recverr()
252 print_host(abuf, hbuf, show_both); in recverr()
254 print_host(hbuf, abuf, show_both); in recverr()
397 show_both = 1; in main()