OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:print_host
(Results
1 - 2
of
2
) sorted by null
/external/iputils/
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);
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 889 milliseconds