HomeSort by relevance Sort by last modified time
    Searched refs:recvlen (Results 1 - 8 of 8) sorted by null

  /external/ltp/testcases/network/stress/ns-tools/
ns-udpclient.c 304 int recvlen; /* lenght of recevied message */ local
320 if ((recvlen = recvfrom(sock_fd, recvbuf, MESSAGE_LEN, 0,
336 recvbuf[recvlen] = '\0';
  /external/libese/third_party/NXPNFC_P61_JCOP_Kit/src/
Ala.cpp     [all...]
  /external/libese/third_party/NXPNFC_P61_JCOP_Kit/inc/
Ala.h 220 tJBL_STATUS Write_Response_To_OutFile(Ala_ImageInfo_t *image_info, UINT8* RecvData, INT32 recvlen, Ls_TagType tType);
260 tJBL_STATUS ALA_ProcessResp(Ala_ImageInfo_t *image_info, INT32 recvlen, Ala_TranscieveInfo_t *trans_info, Ls_TagType tType);
262 tJBL_STATUS ALA_ProcessResp(Ala_ImageInfo_t *image_info, INT32 recvlen, Ala_TranscieveInfo_t *trans_info);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
socketmodule.c 2484 int recvlen, flags = 0; local
2537 int recvlen = 0, flags = 0; local
2668 int recvlen, flags = 0; local
2719 int recvlen = 0, flags = 0; local
    [all...]
  /external/python/cpython2/Modules/
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
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
socketmodule.c 2420 int recvlen, flags = 0; local
2473 int recvlen = 0, flags = 0; local
2602 int recvlen, flags = 0; local
2653 int recvlen = 0, flags = 0; local
    [all...]
  /external/libmtp/src/
ptp.c 136 * int* recvlen - receive data length
395 * memory it might have allocated. The recvlen may be NULL. After the
397 * i.e. it is not necessary to initialize *data or *recvlen beforehand.
402 unsigned char **data, unsigned int *recvlen
417 if (recvlen)
418 *recvlen = 0;
436 if (recvlen)
437 *recvlen = len;
    [all...]
ptp.h     [all...]

Completed in 297 milliseconds