Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/net/
Dipv6_flowlabel.c38 static void do_send(int fd, bool with_flowlabel, uint32_t flowlabel) in do_send() function
Dpsock_snd.c184 static void do_send(int fd, char *buf, int len) in do_send() function
/external/strace/tests-m32/
Dmq_sendrecv.c131 do_send(int fd, char *msg, unsigned int msg_size, struct timespec *tmout, in do_send() function
/external/strace/tests/
Dmq_sendrecv.c131 do_send(int fd, char *msg, unsigned int msg_size, struct timespec *tmout, in do_send() function
/external/strace/tests-mx32/
Dmq_sendrecv.c131 do_send(int fd, char *msg, unsigned int msg_size, struct timespec *tmout, in do_send() function
/external/openssh/
Dnchan.c331 chan_is_dead(struct ssh *ssh, Channel *c, int do_send) in chan_is_dead()
/external/tensorflow/tensorflow/core/common_runtime/
Dring_alg.h79 bool do_send = false; // is the value sent in this pass? member
/external/linux-kselftest/tools/testing/selftests/networking/timestamping/
Drxtimestamp.c157 void do_send(int src) in do_send() function
/external/python/cpython3/Lib/test/
Dtest_exceptions.py902 def do_send(g): function