Searched refs:do_send (Results 1 – 9 of 9) sorted by relevance
/external/strace/tests/ |
D | mq_sendrecv.c | 134 do_send(int fd, char *msg, unsigned int msg_size, struct timespec *tmout, in do_send() function 463 do_send(fd, msg, MSG_CUT, future_tmout, false); in main() 464 do_send(fd, msg, MSG_SIZE, future_tmout, true); in main()
|
/external/strace/tests-m32/ |
D | mq_sendrecv.c | 134 do_send(int fd, char *msg, unsigned int msg_size, struct timespec *tmout, in do_send() function 463 do_send(fd, msg, MSG_CUT, future_tmout, false); in main() 464 do_send(fd, msg, MSG_SIZE, future_tmout, true); in main()
|
/external/strace/tests-mx32/ |
D | mq_sendrecv.c | 134 do_send(int fd, char *msg, unsigned int msg_size, struct timespec *tmout, in do_send() function 463 do_send(fd, msg, MSG_CUT, future_tmout, false); in main() 464 do_send(fd, msg, MSG_SIZE, future_tmout, true); in main()
|
/external/syslinux/core/lwip/src/include/lwip/ |
D | api_msg.h | 151 void do_send ( struct api_msg_msg *msg);
|
/external/openssh/ |
D | nchan.c | 442 chan_is_dead(Channel *c, int do_send) in chan_is_dead() argument 467 if (do_send) { in chan_is_dead()
|
/external/syslinux/core/lwip/src/api/ |
D | api_lib.c | 566 msg.function = do_send; in netconn_send()
|
D | api_msg.c | 1106 do_send(struct api_msg_msg *msg) function
|
/external/syslinux/core/lwip/ |
D | CHANGELOG | 2210 the mailbox is active". Now, the post is only done during a connect, and do_send,
|
/external/strace/ |
D | ChangeLog | 3989 * tests/mq_sendrecv.c (do_send, do_recv): Likewise.
|