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

  /external/syslinux/core/lwip/src/include/lwip/
api_msg.h 70 /** used for do_send */
151 void do_send ( struct api_msg_msg *msg);
  /external/strace/tests/
mq_sendrecv.c 132 do_send(int fd, char *msg, unsigned int msg_size, struct timespec *tmout, function
464 do_send(fd, msg, MSG_CUT, future_tmout, false);
465 do_send(fd, msg, MSG_SIZE, future_tmout, true);
  /external/strace/tests-m32/
mq_sendrecv.c 132 do_send(int fd, char *msg, unsigned int msg_size, struct timespec *tmout, function
464 do_send(fd, msg, MSG_CUT, future_tmout, false);
465 do_send(fd, msg, MSG_SIZE, future_tmout, true);
  /external/strace/tests-mx32/
mq_sendrecv.c 132 do_send(int fd, char *msg, unsigned int msg_size, struct timespec *tmout, function
464 do_send(fd, msg, MSG_CUT, future_tmout, false);
465 do_send(fd, msg, MSG_SIZE, future_tmout, true);
  /external/linux-kselftest/tools/testing/selftests/networking/timestamping/
rxtimestamp.c 156 void do_send(int src) function
312 do_send(src);
  /system/core/adb/
file_sync_service.cpp 367 static bool do_send(int s, const std::string& spec, std::vector<char>& buffer) { function
507 if (!do_send(fd, name, buffer)) return false;
  /external/syslinux/core/lwip/src/api/
api_lib.c 566 msg.function = do_send;
api_msg.c 1106 do_send(struct api_msg_msg *msg) function
    [all...]
  /external/python/cpython3/Lib/test/
test_exceptions.py 813 def do_send(g): function in function:ExceptionTests.test_generator_send_cleanup_exc_state
820 self._check_generator_cleanup_exc_state(do_send)
    [all...]

Completed in 569 milliseconds