Home
last modified time | relevance | path

Searched refs:adb_msghdr (Results 1 – 3 of 3) sorted by relevance

/packages/modules/adb/
Dsysdeps.h216 struct adb_msghdr { struct
226 ssize_t adb_sendmsg(borrowed_fd fd, const adb_msghdr* msg, int flags); argument
227 ssize_t adb_recvmsg(borrowed_fd fd, adb_msghdr* msg, int flags);
231 extern adb_cmsghdr* adb_CMSG_FIRSTHDR(adb_msghdr* msgh);
232 extern adb_cmsghdr* adb_CMSG_NXTHDR(adb_msghdr* msgh, adb_cmsghdr* cmsg);
697 typedef struct msghdr adb_msghdr; typedef
698 inline ssize_t adb_sendmsg(borrowed_fd fd, const adb_msghdr* msg, int flags) { in adb_sendmsg()
702 inline ssize_t adb_recvmsg(borrowed_fd fd, adb_msghdr* msg, int flags) { in adb_recvmsg()
708 inline adb_cmsghdr* adb_CMSG_FIRSTHDR(adb_msghdr* msgh) { in adb_CMSG_FIRSTHDR()
712 inline adb_cmsghdr* adb_CMSG_NXTHDR(adb_msghdr* msgh, adb_cmsghdr* cmsg) { in adb_CMSG_NXTHDR()
Dsysdeps_win32.cpp849 static void to_WSAMSG(const struct adb_msghdr* msg, WSAMSG* wmsg) { in to_WSAMSG()
878 ssize_t adb_sendmsg(borrowed_fd fd, const struct adb_msghdr* msg, int flags) { in adb_sendmsg()
931 ssize_t adb_recvmsg(borrowed_fd fd, struct adb_msghdr* msg, int flags) { in adb_recvmsg()
981 adb_cmsghdr* adb_CMSG_FIRSTHDR(adb_msghdr* msgh) { in adb_CMSG_FIRSTHDR()
988 adb_cmsghdr* adb_CMSG_NXTHDR(adb_msghdr* msgh, adb_cmsghdr* cmsg) { in adb_CMSG_NXTHDR()
/packages/modules/adb/client/openscreen/platform/
Dudp_socket.cpp111 adb_msghdr msg; in ReceiveMessageInternal()
407 adb_msghdr msg; in JoinMulticastGroup()