Searched refs:phex (Results 1 – 1 of 1) sorted by relevance
1803 char *phex = hex; in arn_dump_line() local1815 *phex++ = pnumeric[((uint8_t)*p) / 16]; in arn_dump_line()1816 *phex++ = pnumeric[((uint8_t)*p) % 16]; in arn_dump_line()1818 *phex++ = ' '; in arn_dump_line()1828 *phex = '\0'; in arn_dump_line()