E-MailRelay
|
This is the complete list of members for G::Msg, including all inherited members.
fatal(int error) noexcept | G::Msg | static |
Msg()=delete (defined in G::Msg) | G::Msg | |
recv(SOCKET, void *, std::size_t, int flags) noexcept | G::Msg | static |
recvfrom(SOCKET, void *, std::size_t, int, sockaddr *, socklen_t *) noexcept | G::Msg | static |
recvfrom(SOCKET, void *, std::size_t, int, sockaddr *, socklen_t *, int *fd_received_p) | G::Msg | static |
send(SOCKET, const void *, std::size_t, int flags) noexcept | G::Msg | static |
sendto(SOCKET, const void *, std::size_t, int flags, const sockaddr *, socklen_t) noexcept | G::Msg | static |
sendto(SOCKET, const void *, std::size_t, int flags, const sockaddr *, socklen_t, int fd_to_send) | G::Msg | static |
sendto(SOCKET, const std::vector< std::string_view > &, int flags, const sockaddr *, socklen_t) | G::Msg | static |