Searched refs:sendmsg (Results 1 – 16 of 16) sorted by relevance
/bionic/libc/bionic/ |
D | NetdClientDispatch.cpp | 69 ssize_t sendmsg(int fd, const struct msghdr* msg, int flags) { in sendmsg() function 70 return __netdClientDispatch.sendmsg(fd, msg, flags); in sendmsg()
|
D | NetdClient.cpp | 58 netdClientInitFunction(handle, "netdClientInitSendmsg", &__netdClientDispatch.sendmsg); in netdClientInitImpl()
|
D | android_profiling_dynamic.cpp | 182 if (sendmsg(sock_fd.get(), &msg_hdr, 0) == -1) { in HandleTracedPerfSignal()
|
/bionic/libc/private/ |
D | NetdClientDispatch.h | 28 ssize_t (*sendmsg)(int, const struct msghdr*, unsigned int); member
|
/bionic/tests/headers/posix/ |
D | sys_socket_h.c | 145 FUNCTION(sendmsg, ssize_t (*f)(int, const struct msghdr*, int)); in sys_socket_h()
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_089.S | 157 CALL(sendmsg)
|
D | liblinker_reloc_bench_097.S | 287 CALL(sendmsg)
|
D | liblinker_reloc_bench_027.S | 326 CALL(sendmsg)
|
D | liblinker_reloc_bench_095.S | 71 CALL(sendmsg)
|
D | liblinker_reloc_bench_003.S | 1105 CALL(sendmsg)
|
D | liblinker_reloc_bench_134.S | 1669 CALL(sendmsg)
|
/bionic/libc/include/sys/ |
D | socket.h | 297 __socketcall ssize_t sendmsg(int __fd, const struct msghdr* _Nonnull __msg, int __flags);
|
/bionic/libc/tools/ |
D | posix-2013.txt | 902 sendmsg
|
/bionic/libc/ |
D | SYSCALLS.TXT | 272 ssize_t __sendmsg:sendmsg(int, const struct msghdr*, unsigned int) arm,lp64
|
D | libc.map.txt | 916 sendmsg;
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 916 sendmsg;
|