|
| ACE_SOCK_Dgram_Mcast_QoS (options opts=DEFOPTS) |
| Ctor, has same defaults as ACE_SOCK_Dgram_Mcast.
|
|
| ~ACE_SOCK_Dgram_Mcast_QoS () |
| Default dtor.
|
|
int | subscribe (const ACE_INET_Addr &mcast_addr, const ACE_QoS_Params &qos_params, int reuse_addr=1, const ACE_TCHAR *net_if=0, int protocol_family=PF_INET, int protocol=0, ACE_Protocol_Info *protocolinfo=0, ACE_SOCK_GROUP g=0, u_long flags=0, ACE_QoS_Session *qos_session=0) |
|
ssize_t | send (const iovec buffers[], int buffer_count, size_t &number_of_bytes_sent, int flags, const ACE_Addr &addr, ACE_OVERLAPPED *overlapped, ACE_OVERLAPPED_COMPLETION_FUNC func) const |
|
ssize_t | send (const void *buf, size_t n, const ACE_Addr &addr, int flags, ACE_OVERLAPPED *overlapped, ACE_OVERLAPPED_COMPLETION_FUNC func) const |
| Send an n byte buf to the datagram socket (uses <WSASentTo>).
|
|
ACE_QoS_Manager | qos_manager () |
| Returns the QoS manager for this socket.
|
|
int | open (const ACE_INET_Addr &addr, const ACE_QoS_Params &qos_params, int protocol_family=PF_INET, int protocol=0, ACE_Protocol_Info *protocolinfo=0, ACE_SOCK_GROUP g=0, u_long flags=0, int reuse_addr=0) |
|
| ACE_SOCK_Dgram_Mcast (options opts=DEFOPTS) |
|
| ~ACE_SOCK_Dgram_Mcast () |
|
int | open (const ACE_INET_Addr &mcast_addr, const ACE_TCHAR *net_if=0, int reuse_addr=1) |
|
int | join (const ACE_INET_Addr &mcast_addr, int reuse_addr=1, const ACE_TCHAR *net_if=0) |
|
int | leave (const ACE_INET_Addr &mcast_addr, const ACE_TCHAR *net_if=0) |
|
ssize_t | send (const void *buf, size_t n, int flags=0) const |
|
ssize_t | send (const iovec iov[], int n, int flags=0) const |
|
int | set_option (int option, char optval) |
|
void | dump () const |
|
void | opts (int opts) |
|
int | opts () const |
|
| ACE_SOCK_Dgram () |
|
| ACE_SOCK_Dgram (const ACE_Addr &local, int protocol_family=ACE_PROTOCOL_FAMILY_INET, int protocol=0, int reuse_addr=0, int ipv6_only=0) |
|
| ACE_SOCK_Dgram (const ACE_Addr &local, int protocol_family, int protocol, ACE_Protocol_Info *protocolinfo, ACE_SOCK_GROUP g=0, u_long flags=0, int reuse_addr=0, int ipv6_only=0) |
|
int | open (const ACE_Addr &local, int protocol_family=ACE_PROTOCOL_FAMILY_INET, int protocol=0, int reuse_addr=0, int ipv6_only=0) |
|
int | open (const ACE_Addr &local, int protocol_family, int protocol, ACE_Protocol_Info *protocolinfo, ACE_SOCK_GROUP g=0, u_long flags=0, int reuse_addr=0, int ipv6_only=0) |
|
| ~ACE_SOCK_Dgram () |
|
ssize_t | send (const void *buf, size_t n, const ACE_Addr &addr, int flags=0) const |
|
ssize_t | recv (void *buf, size_t n, ACE_Addr &addr, int flags=0) const |
|
ssize_t | recv (iovec *io_vec, ACE_Addr &addr, int flags=0, const ACE_Time_Value *timeout=0) const |
|
ssize_t | send (const iovec iov[], int n, const ACE_Addr &addr, int flags=0) const |
|
ssize_t | recv (iovec iov[], int n, ACE_Addr &addr, int flags=0, ACE_INET_Addr *to_addr=0) const |
|
ssize_t | recv (void *buf, size_t n, ACE_Addr &addr, int flags, const ACE_Time_Value *timeout) const |
|
ssize_t | send (const void *buf, size_t n, const ACE_Addr &addr, int flags, const ACE_Time_Value *timeout) const |
|
ssize_t | send (const iovec buffers[], int buffer_count, size_t &number_of_bytes_sent, int flags, const ACE_Addr &addr, ACE_OVERLAPPED *overlapped, ACE_OVERLAPPED_COMPLETION_FUNC func) const |
|
ssize_t | recv (iovec buffers[], int buffer_count, size_t &number_of_bytes_recvd, int &flags, ACE_Addr &addr, ACE_OVERLAPPED *overlapped, ACE_OVERLAPPED_COMPLETION_FUNC func) const |
|
ssize_t | send (const void *buf, size_t n, const ACE_Addr &addr, int flags, ACE_OVERLAPPED *overlapped, ACE_OVERLAPPED_COMPLETION_FUNC func) const |
|
ssize_t | recv (void *buf, size_t n, ACE_Addr &addr, int flags, ACE_OVERLAPPED *overlapped, ACE_OVERLAPPED_COMPLETION_FUNC func) const |
|
void | dump () const |
|
int | set_nic (const ACE_TCHAR *net_if, int addr_family=AF_UNSPEC) |
|
int | set_option (int level, int option, void *optval, int optlen) const |
|
int | get_option (int level, int option, void *optval, int *optlen) const |
|
int | close () |
|
int | get_local_addr (ACE_Addr &) const |
|
int | get_remote_addr (ACE_Addr &) const |
|
void | dump () const |
|
int | open (int type, int protocol_family, int protocol, int reuse_addr) |
|
int | open (int type, int protocol_family, int protocol, ACE_Protocol_Info *protocolinfo, ACE_SOCK_GROUP g, u_long flags, int reuse_addr) |
|
int | control (int cmd, void *) const |
|
int | enable (int value) const |
|
int | disable (int value) const |
|
ACE_HANDLE | get_handle () const |
|
void | set_handle (ACE_HANDLE handle) |
|
void | dump () const |
|
Defines the member functions for the ACE QoS enabled socket wrapper for UDP/IP multicast.