Home | History | Annotate | Download | only in dhdutil

Lines Matching refs:hex

1058 	static const char hex[] =
1068 *p++ = hex[(*octet >> 4) & 0xf];
1069 *p++ = hex[*octet & 0xf];
1103 /* pretty hex print a pkt buffer chain */
1718 /* print bytes formatted as hex to a string. return the resulting string length */
1734 /* pretty hex print a contiguous buffer */