HomeSort by: relevance | last modified time | path
    Searched defs:hex2byte (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/tcpdump/dist/
print-esp.c 374 static u_int hex2byte(netdissect_options *ndo, char *hexstring) function
401 binbuf[i] = hex2byte(ndo, hex);
  /src/external/bsd/wpa/dist/src/utils/
common.c 28 int hex2byte(const char *hex) function
48 a = hex2byte(txt);
179 a = hex2byte(ipos);
565 val = hex2byte(pos);
  /src/external/gpl3/gdb/dist/gdb/stubs/
ia64vms-stub.c 1168 hex2byte (const unsigned char *p) function
1765 int v = hex2byte (pkt + pos);
2043 v = hex2byte (gdb_buf + sharp_off + 1);
  /src/external/gpl3/gdb.old/dist/gdb/stubs/
ia64vms-stub.c 1168 hex2byte (const unsigned char *p) function
1765 int v = hex2byte (pkt + pos);
2043 v = hex2byte (gdb_buf + sharp_off + 1);

Completed in 27 milliseconds