Home
last modified time | relevance | path

Searched refs:hexstr (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/tests/modules/thrift/ThriftTest/src/
Dserver.hpp72 std::ostringstream hexstr; in testBinary() local
74 hexstr << std::hex << thing; in testBinary()
76 hexstr.str().c_str()); in testBinary()
/Zephyr-latest/subsys/net/ip/
Dtcp.c4302 char hexstr[HEXSTR_SIZE]; in tp_input() local
4306 bin2hex(buf, len, hexstr, HEXSTR_SIZE); in tp_input()
4307 tp->data = hexstr; in tp_input()