Home
last modified time | relevance | path

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

/external/iputils/
Dtracepath.c59 #define HOST_COLUMN_SIZE 52 macro
84 if (plen >= HOST_COLUMN_SIZE) in print_host()
85 plen = HOST_COLUMN_SIZE - 1; in print_host()
86 printf("%*s", HOST_COLUMN_SIZE - plen, ""); in print_host()
165 printf("%2d?: %*s ", ttl, -(HOST_COLUMN_SIZE - 1), "[LOCALHOST]"); in recverr()
Dtracepath6.c72 #define HOST_COLUMN_SIZE 52 macro
97 if (plen >= HOST_COLUMN_SIZE) in print_host()
98 plen = HOST_COLUMN_SIZE - 1; in print_host()
99 printf("%*s", HOST_COLUMN_SIZE - plen, ""); in print_host()