Searched refs:hex2byte (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/wpa/src/utils/
H A Dcommon.c27 int hex2byte(const char *hex) function
47 a = hex2byte(txt);
178 a = hex2byte(ipos);
564 val = hex2byte(pos);
H A Dcommon.h477 int hex2byte(const char *hex);
/freebsd-13-stable/contrib/tcpdump/
H A Dprint-esp.c314 static u_int hex2byte(netdissect_options *ndo, char *hexstring) function
342 binbuf[i] = hex2byte(ndo, hex);
/freebsd-13-stable/usr.bin/stat/
H A Dstat.c192 int hex2byte(const char [2]);
344 rc = hex2byte(&file[j - 2]);
1093 hex2byte(const char c[2]) { function
/freebsd-13-stable/contrib/wpa/src/wps/
H A Dhttpread.c273 *uri++ = hex2byte(rawuri + 1);
/freebsd-13-stable/contrib/wpa/hostapd/
H A Dctrl_iface.c2659 int val = hex2byte(pos + 9);

Completed in 112 milliseconds