Home
last modified time | relevance | path

Searched refs:do_send (Results 1 – 9 of 9) sorted by relevance

/external/strace/tests/
Dmq_sendrecv.c134 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/
Dmq_sendrecv.c134 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/
Dmq_sendrecv.c134 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/
Dapi_msg.h151 void do_send ( struct api_msg_msg *msg);
/external/openssh/
Dnchan.c442 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/
Dapi_lib.c566 msg.function = do_send; in netconn_send()
Dapi_msg.c1106 do_send(struct api_msg_msg *msg) function
/external/syslinux/core/lwip/
DCHANGELOG2210 the mailbox is active". Now, the post is only done during a connect, and do_send,
/external/strace/
DChangeLog3989 * tests/mq_sendrecv.c (do_send, do_recv): Likewise.