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