Home
last modified time | relevance | path

Searched defs:sendmsg (Results 1 – 2 of 2) sorted by relevance

/aosp12/bionic/libc/private/
H A DNetdClientDispatch.h28 ssize_t (*sendmsg)(int, const struct msghdr*, unsigned int); member
/aosp12/bionic/libc/bionic/
H A DNetdClientDispatch.cpp69 ssize_t sendmsg(int fd, const struct msghdr* msg, int flags) { in sendmsg() function