Searched refs:phex (Results 1 – 1 of 1) sorted by relevance
1847 char *phex = hex; in arn_dump_line() local1859 *phex++ = pnumeric[((uint8_t)*p) / 16]; in arn_dump_line()1860 *phex++ = pnumeric[((uint8_t)*p) % 16]; in arn_dump_line()1862 *phex++ = ' '; in arn_dump_line()1872 *phex = '\0'; in arn_dump_line()