Home
last modified time | relevance | path

Searched refs:sys_send (Results 1 – 8 of 8) sorted by relevance

/external/strace/tests-mx32/
Dnetlink_kobject_uevent.c40 sys_send(const int fd, const void *const buf, const size_t len) in sys_send() function
68 sys_send(fd, buf + extra_len, uh_len); in test_nlmsg_type_udev()
84 sys_send(fd, buf, uh_len + extra_len); in test_nlmsg_type_udev()
101 sys_send(fd, buf + extra_len + 1, uh_len); in test_nlmsg_type_udev()
127 sys_send(fd, p, uh_len); in test_nlmsg_type_kernel()
149 sys_send(fd, buf + 1, DEFAULT_STRLEN); in main()
155 sys_send(fd, buf, DEFAULT_STRLEN + 1); in main()
Dunix-pair-send-recv.c48 sys_send(int sockfd, const void *buf, size_t len, int flags) in sys_send() function
96 assert(sys_send(0, buf0, len, MSG_DONTROUTE) == (int) len); in main()
100 assert(sys_send(1, buf1, len, MSG_DONTROUTE) == (int) len); in main()
/external/strace/tests-m32/
Dnetlink_kobject_uevent.c40 sys_send(const int fd, const void *const buf, const size_t len) in sys_send() function
68 sys_send(fd, buf + extra_len, uh_len); in test_nlmsg_type_udev()
84 sys_send(fd, buf, uh_len + extra_len); in test_nlmsg_type_udev()
101 sys_send(fd, buf + extra_len + 1, uh_len); in test_nlmsg_type_udev()
127 sys_send(fd, p, uh_len); in test_nlmsg_type_kernel()
149 sys_send(fd, buf + 1, DEFAULT_STRLEN); in main()
155 sys_send(fd, buf, DEFAULT_STRLEN + 1); in main()
Dunix-pair-send-recv.c48 sys_send(int sockfd, const void *buf, size_t len, int flags) in sys_send() function
96 assert(sys_send(0, buf0, len, MSG_DONTROUTE) == (int) len); in main()
100 assert(sys_send(1, buf1, len, MSG_DONTROUTE) == (int) len); in main()
/external/strace/tests/
Dnetlink_kobject_uevent.c40 sys_send(const int fd, const void *const buf, const size_t len) in sys_send() function
68 sys_send(fd, buf + extra_len, uh_len); in test_nlmsg_type_udev()
84 sys_send(fd, buf, uh_len + extra_len); in test_nlmsg_type_udev()
101 sys_send(fd, buf + extra_len + 1, uh_len); in test_nlmsg_type_udev()
127 sys_send(fd, p, uh_len); in test_nlmsg_type_kernel()
149 sys_send(fd, buf + 1, DEFAULT_STRLEN); in main()
155 sys_send(fd, buf, DEFAULT_STRLEN + 1); in main()
Dunix-pair-send-recv.c48 sys_send(int sockfd, const void *buf, size_t len, int flags) in sys_send() function
96 assert(sys_send(0, buf0, len, MSG_DONTROUTE) == (int) len); in main()
100 assert(sys_send(1, buf1, len, MSG_DONTROUTE) == (int) len); in main()
/external/strace/
DChangeLog-CVS2145 (sys_send, sys_sendto): Likewise.
5507 * net.c (sys_send, sys_sendto, sys_sendmsg, sys_getsockopt,
DChangeLog5344 to sys_send.
5941 (sys_send): New function.
37669 * net.c (sys_socket, sys_bind, sys_listen, sys_send, sys_sendto,
44290 * net.c (sys_bind, sys_listen, do_accept, sys_send, sys_sendto,