Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/wpa/dist/src/utils/
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()
Dcommon.h504 int hex2byte(const char *hex);
/netbsd/src/external/bsd/tcpdump/dist/
Dprint-esp.c374 static u_int hex2byte(netdissect_options *ndo, char *hexstring) in hex2byte() function
401 binbuf[i] = hex2byte(ndo, hex); in espprint_decode_hex()
/netbsd/src/external/gpl3/gdb/dist/gdb/stubs/
Dz80-stub.c1037 hex2byte (const char *p) FASTCALL in hex2byte() function
1124 *mem++ = hex2byte (buf); in hex2mem()
Dia64vms-stub.c1168 hex2byte (const unsigned char *p) in hex2byte() function
1765 int v = hex2byte (pkt + pos); in handle_packet()
2043 v = hex2byte (gdb_buf + sharp_off + 1); in one_command()
/netbsd/src/external/bsd/wpa/dist/src/wps/
Dhttpread.c273 *uri++ = hex2byte(rawuri + 1); in httpread_hdr_analyze()
/netbsd/src/external/bsd/wpa/dist/hostapd/
Dctrl_iface.c3295 int val = hex2byte(pos + 9); in hostapd_ctrl_iface_req_beacon()
/netbsd/src/external/bsd/wpa/dist/wpa_supplicant/
Dctrl_iface.c11129 val = hex2byte(pos + 10); in wpas_ctrl_iface_configure_mscs()