Searched refs:hex2byte (Results 1 – 2 of 2) sorted by relevance
32 static int hex2byte(const char *hex) in hex2byte() function119 a = hex2byte(ipos); in hexstr2bin()
175 static u_int hex2byte(netdissect_options *ndo, char *hexstring) in hex2byte() function203 binbuf[i] = hex2byte(ndo, hex); in espprint_decode_hex()