Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/wpa/src/utils/
H A Dcommon.c27 int hex2byte(const char *hex) in hex2byte() function
47 a = hex2byte(txt); in hwaddr_parse()
178 a = hex2byte(ipos); in hexstr2bin()
564 val = hex2byte(pos); in printf_decode()
H A Dcommon.h477 int hex2byte(const char *hex);
/freebsd-12.1/usr.bin/stat/
H A Dstat.c191 int hex2byte(const char [2]);
343 rc = hex2byte(&file[j - 2]); in main()
1092 hex2byte(const char c[2]) { in hex2byte() function
/freebsd-12.1/contrib/tcpdump/
H A Dprint-esp.c294 static u_int hex2byte(netdissect_options *ndo, char *hexstring) in hex2byte() function
322 binbuf[i] = hex2byte(ndo, hex); in espprint_decode_hex()
/freebsd-12.1/contrib/wpa/src/wps/
H A Dhttpread.c273 *uri++ = hex2byte(rawuri + 1); in httpread_hdr_analyze()
/freebsd-12.1/contrib/wpa/hostapd/
H A Dctrl_iface.c2659 int val = hex2byte(pos + 9); in hostapd_ctrl_iface_req_beacon()