Searched refs:adb_msghdr (Results 1 – 3 of 3) sorted by relevance
/packages/modules/adb/ |
D | sysdeps.h | 215 struct adb_msghdr { struct 225 ssize_t adb_sendmsg(borrowed_fd fd, const adb_msghdr* msg, int flags); argument 226 ssize_t adb_recvmsg(borrowed_fd fd, adb_msghdr* msg, int flags); 230 extern adb_cmsghdr* adb_CMSG_FIRSTHDR(adb_msghdr* msgh); 231 extern adb_cmsghdr* adb_CMSG_NXTHDR(adb_msghdr* msgh, adb_cmsghdr* cmsg); 696 typedef struct msghdr adb_msghdr; typedef 697 inline ssize_t adb_sendmsg(borrowed_fd fd, const adb_msghdr* msg, int flags) { in adb_sendmsg() 701 inline ssize_t adb_recvmsg(borrowed_fd fd, adb_msghdr* msg, int flags) { in adb_recvmsg() 707 inline adb_cmsghdr* adb_CMSG_FIRSTHDR(adb_msghdr* msgh) { in adb_CMSG_FIRSTHDR() 711 inline adb_cmsghdr* adb_CMSG_NXTHDR(adb_msghdr* msgh, adb_cmsghdr* cmsg) { in adb_CMSG_NXTHDR()
|
D | sysdeps_win32.cpp | 849 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/ |
D | udp_socket.cpp | 111 adb_msghdr msg; in ReceiveMessageInternal() 407 adb_msghdr msg; in JoinMulticastGroup()
|