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

  /external/syslinux/core/lwip/src/include/lwip/
api_msg.h 93 /** used for do_recv */
152 void do_recv ( struct api_msg_msg *msg);
  /external/strace/tests/
mq_sendrecv.c 167 do_recv(int fd, char *msg, unsigned int msg_size, struct timespec *tmout, function
467 do_recv(fd, msg, MSG_CUT, future_tmout, false);
470 do_recv(fd, msg, MSG_SIZE, future_tmout, true);
  /external/strace/tests-m32/
mq_sendrecv.c 167 do_recv(int fd, char *msg, unsigned int msg_size, struct timespec *tmout, function
467 do_recv(fd, msg, MSG_CUT, future_tmout, false);
470 do_recv(fd, msg, MSG_SIZE, future_tmout, true);
  /external/strace/tests-mx32/
mq_sendrecv.c 167 do_recv(int fd, char *msg, unsigned int msg_size, struct timespec *tmout, function
467 do_recv(fd, msg, MSG_CUT, future_tmout, false);
470 do_recv(fd, msg, MSG_SIZE, future_tmout, true);
  /external/syslinux/core/lwip/src/api/
api_lib.c 316 msg.function = do_recv;
318 /* don't care for the return value of do_recv */
380 msg.function = do_recv;
387 /* don't care for the return value of do_recv */
517 msg.function = do_recv;
520 /* don't care for the return value of do_recv */
api_msg.c 1159 do_recv(struct api_msg_msg *msg) function
    [all...]
  /system/core/adb/
file_sync_service.cpp 407 static bool do_recv(int s, const char* path, std::vector<char>& buffer) { function
502 if (!do_recv(fd, name, buffer)) return false;

Completed in 354 milliseconds