Home
last modified time | relevance | path

Searched refs:hex2byte (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/contrib/wpa/src/utils/
Dcommon.c32 static int hex2byte(const char *hex) in hex2byte() function
119 a = hex2byte(ipos); in hexstr2bin()
/freebsd-9-stable/contrib/tcpdump/
Dprint-esp.c175 static u_int hex2byte(netdissect_options *ndo, char *hexstring) in hex2byte() function
203 binbuf[i] = hex2byte(ndo, hex); in espprint_decode_hex()