Home
last modified time | relevance | path

Searched refs:recv (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/modules/hsl/api/hsl/
H A Dfrhsl_autotest.c258 blength = recv(_hsl->hClientSocket, a_buffer+LINK_HEADER_SIZE, LINK_DATA_GET_HSL_DATA, 0); in RespHslData()
489 bLength = recv(_hsl->hClientSocket, a_buffer+LINK_HEADER_SIZE, LINK_DATA_SEND_HSL_CMD, 0); in RespHslCmd()
517 bLength = recv(_hsl->hClientSocket, (char*)(cmdBuffer+bReceived), reqLen-bReceived, 0); in RespHslCmd()
544 bLength = recv(_hsl->hClientSocket, a_buffer+LINK_HEADER_SIZE, LINK_DATA_SEND_HSL_CMD, 0); in RespFilterMx()
566 bLength = recv(_hsl->hClientSocket, (char*)(cmdBuffer+bReceived), reqLen-bReceived, 0); in RespFilterMx()
717 blength = recv(_hsl->hClientSocket, socketBuffer, LINK_HEADER_SIZE, 0); in CmdRecvStart()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dsocket2.h27 int __flags), recv);
35 recv (int __fd, void *__buf, size_t __n, int __flags) in recv() function
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/
H A Dsocket.h144 extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);