Searched refs:print_host (Results 1 - 2 of 2) sorted by relevance
/external/iputils/ |
H A D | tracepath.c | 78 void print_host(const char *a, const char *b, int both) function 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);
|
H A D | tracepath6.c | 91 void print_host(const char *a, const char *b, int both) function 252 print_host(abuf, hbuf, show_both); 254 print_host(hbuf, abuf, show_both);
|
Completed in 1432 milliseconds