Searched defs:recvlen (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/ltp/testcases/network/stress/ns-tools/ |
H A D | ns-udpclient.c | 304 int recvlen; /* lenght of recevied message */ in main() local
|
/aosp_15_r20/external/python/cpython2/Modules/ |
D | socketmodule.c | 2509 int recvlen, flags = 0; local 2562 int recvlen = 0, flags = 0; local 2693 int recvlen, flags = 0; local 2744 int recvlen = 0, flags = 0; local
|
/aosp_15_r20/hardware/nxp/secure_element/pn8x/ls_client/src/ |
D | LsLib.cpp | 965 LSCSTATUS LSC_ProcessResp(Lsc_ImageInfo_t* image_info, int32_t recvlen, in LSC_ProcessResp() 1364 uint8_t* RecvData, int32_t recvlen, in Write_Response_To_OutFile()
|
/aosp_15_r20/external/libese/third_party/NXPNFC_P61_JCOP_Kit/src/ |
H A D | Ala.cpp | 1683 tJBL_STATUS ALA_ProcessResp(Ala_ImageInfo_t *image_info, INT32 recvlen, Ala_TranscieveInfo_t *trans… in ALA_ProcessResp() 2332 INT32 recvlen, Ls_TagType tType) in Write_Response_To_OutFile()
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | socketmodule.c | 3546 Py_ssize_t recvlen, outlen; in sock_recv() local 3600 Py_ssize_t buflen, readlen, recvlen = 0; in sock_recv_into() local 3735 Py_ssize_t recvlen, outlen; in sock_recvfrom() local 3788 Py_ssize_t readlen, buflen, recvlen = 0; in sock_recvfrom_into() local
|