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

/external/iputils/
H A Dtracepath6.c69 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;
H A Dtracepath.c57 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 196 milliseconds