Searched refs:hex2byte (Results 1 – 5 of 5) sorted by relevance
26 int hex2byte(const char *hex) in hex2byte() function137 a = hex2byte(ipos); in hexstr2bin()435 val = hex2byte(pos); in printf_decode()
473 int hex2byte(const char *hex);
183 static u_int hex2byte(netdissect_options *ndo, char *hexstring) in hex2byte() function211 binbuf[i] = hex2byte(ndo, hex); in espprint_decode_hex()
127 static inline int hex2byte(char hex) in hex2byte() function159 int d = hex2byte(str[i]); in hex2bytes()166 d = hex2byte(str[i+1]); in hex2bytes()
278 *uri++ = hex2byte(rawuri + 1); in httpread_hdr_analyze()