Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/utils/
H A Dcommon.c28 int hex2byte(const char *hex) in hex2byte() function
48 a = hex2byte(txt); in hwaddr_parse()
179 a = hex2byte(ipos); in hexstr2bin()
565 val = hex2byte(pos); in printf_decode()
H A Dcommon.h500 int hex2byte(const char *hex);
/freebsd/usr.bin/stat/
H A Dstat.c192 static int hex2byte(const char [2]);
374 rc = hex2byte(&file[j - 2]); in main()
1115 hex2byte(const char c[2]) { in hex2byte() function
/freebsd/contrib/tcpdump/
H A Dprint-esp.c369 static u_int hex2byte(netdissect_options *ndo, char *hexstring) in hex2byte() function
396 binbuf[i] = hex2byte(ndo, hex); in espprint_decode_hex()
/freebsd/contrib/wpa/src/wps/
H A Dhttpread.c273 *uri++ = hex2byte(rawuri + 1); in httpread_hdr_analyze()
/freebsd/contrib/wpa/hostapd/
H A Dctrl_iface.c3295 int val = hex2byte(pos + 9); in hostapd_ctrl_iface_req_beacon()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dctrl_iface.c11125 val = hex2byte(pos + 10); in wpas_ctrl_iface_configure_mscs()