RTI Connext Micro
Version 2.4.1.0
|
Network I/O. ModuleID = 4. More...
Macros | |
#define | NETIO_LOG_GETHOST_BYNAME (NETIO_LOG_BASE + 1) |
Failed to get host address from a string representation. | |
#define | NETIO_LOG_BIND_NEW (NETIO_LOG_BASE + 2) |
Failed to allocate memory for a bind-resolver. | |
#define | NETIO_LOG_BIND_NEW_RTABLE (NETIO_LOG_BASE + 3) |
Failed to create a database table for routes of a bind-resolver. | |
#define | NETIO_LOG_BIND_CREATE_RTABLE (NETIO_LOG_BASE + 4) |
Failed to create route record. | |
#define | NETIO_LOG_BIND_DELETE_RTABLE (NETIO_LOG_BASE + 5) |
Failed to delete a database table for routes of a bind_resolver. | |
#define | NETIO_LOG_PARSE_ADDRESS (NETIO_LOG_BASE + 6) |
Failed to parse a string representation of a NETIO address. | |
#define | NETIO_LOG_BIND_GET_LENGTH (NETIO_LOG_BASE + 7) |
Invalid length for a sequence of resolved addresses. | |
#define | NETIO_LOG_BIND_SET_LENGTH (NETIO_LOG_BASE + 8) |
Failed to set the length for a sequence of resolved addresses. | |
#define | NETIO_LOG_BIND_SET_MAX (NETIO_LOG_BASE + 9) |
Failed to set the maximum length of an internal sequence of addresses. | |
#define | NETIO_LOG_ROUTE_RTABLE_ALLOC (NETIO_LOG_BASE + 10) |
Failed to allocate memory for a route resolver. | |
#define | NETIO_LOG_ROUTE_RTABLE_CREATE (NETIO_LOG_BASE + 11) |
Failed to create a database table for routes of a route-resolver. | |
#define | NETIO_LOG_ROUTE_RTABLE_DELETE (NETIO_LOG_BASE + 12) |
Failed to delete a database table for routes of a route-resolver. | |
#define | NETIO_LOG_ROUTE_RTABLE_ADD (NETIO_LOG_BASE + 13) |
Failed to create route resolver record. | |
#define | NETIO_LOG_ROUTE_RTABLE_UPDATE (NETIO_LOG_BASE + 14) |
Failed to find routes to update for a route-resolver. | |
#define | NETIO_LOG_LOOP_DELETE_TABLE (NETIO_LOG_BASE + 15) |
Failed to delete a database table for a NETIO loopback interface. | |
#define | NETIO_LOG_LOOP_CREATE_TABLE (NETIO_LOG_BASE + 16) |
Failed to create a database table for a NETIO loopback interface. | |
#define | NETIO_LOG_LOOP_SELECT_TABLE (NETIO_LOG_BASE + 17) |
Failed to select a valid record when sending with the NETIO loopback interface. | |
#define | NETIO_LOG_LOOP_FWD (NETIO_LOG_BASE + 18) |
Failed to send forward with the NETIO loopback interface. | |
#define | NETIO_LOG_LOOP_BINDX_DB (NETIO_LOG_BASE + 19) |
Failed to bind an external interface with the NETIO loopback interface. | |
#define | NETIO_LOG_LOOP_UNBINDX_DB (NETIO_LOG_BASE + 20) |
Failed to unbind an external interface with the NETIO loopback interface. | |
#define | NETIO_LOG_LOOP_SET_LENGTH (NETIO_LOG_BASE + 21) |
Failed to set the length of an address sequence. | |
#define | UDP_LOG_SOCKET_INIT (UDP_LOG_BASE + 22) |
Failed to initialize use of sockets. | |
#define | UDP_LOG_GETHOSTNAME (UDP_LOG_BASE + 23) |
Failed to get the host address given the host name. | |
#define | UDP_LOG_SOCKET_SET_MCAST (UDP_LOG_BASE + 24) |
Failed to set a socket for multicast loopback. | |
#define | UDP_LOG_SOCKET_SET_MCASTIF (UDP_LOG_BASE + 25) |
Failed to set a socket for multicast bound to a specific interface. | |
#define | UDP_LOG_SOCKET_CREATE (UDP_LOG_BASE + 26) |
Failed to set a socket for multicast bound to a specific interface. | |
#define | UDP_LOG_SOCKET_SETFD (UDP_LOG_BASE + 27) |
Failed to set the close-on-exec flag for a socket. | |
#define | UDP_LOG_SOCKET_SNDBUF (UDP_LOG_BASE + 28) |
Failed to set the socket send buffer size. | |
#define | UDP_LOG_SOCKET_TTL (UDP_LOG_BASE + 29) |
Failed to set multicast TTL for a socket. | |
#define | UDP_LOG_PACKET_INIT (UDP_LOG_BASE + 30) |
Failed to initialize a receive packet. | |
#define | UDP_LOG_PACKET_HEAD (UDP_LOG_BASE + 31) |
Failed to set the head of a receive packet. | |
#define | UDP_LOG_PACKET_FWD (UDP_LOG_BASE + 32) |
Failed reception upstream for a received packet. | |
#define | UDP_LOG_NAT_DELETE (UDP_LOG_BASE + 33) |
Failed to delete a database record or index from an internal NAT. | |
#define | UDP_LOG_FINALIZE (UDP_LOG_BASE + 34) |
Failed to finalize the parent NETIO interface. | |
#define | UDP_LOG_SOCKET_REUSE_PORT (UDP_LOG_BASE + 35) |
Failed to set socket to reuse a port or address. | |
#define | UDP_LOG_SOCKET_BIND (UDP_LOG_BASE + 36) |
Failed a socket bind. | |
#define | UDP_LOG_SOCKET_ADDGRP (UDP_LOG_BASE + 37) |
Failed to add membership to a multicast group for a socket. | |
#define | UDP_LOG_PORT_ENTRY (UDP_LOG_BASE + 38) |
Failed to create a bind entry for a receive port. | |
#define | UDP_LOG_PORT_ALLOC (UDP_LOG_BASE + 39) |
Failed to allocate memory for a receive buffer of a specific port. | |
#define | UDP_LOG_SOCKET_RXBUF (UDP_LOG_BASE + 40) |
Failed to set the receive buffer size of a socket. | |
#define | UDP_LOG_PORT_ADD (UDP_LOG_BASE + 41) |
Failed to add a port entry record to a database table. | |
#define | UDP_LOG_PORT_THREAD (UDP_LOG_BASE + 42) |
Failed to create a receive thread for a receive port. | |
#define | UDP_LOG_SOCKET_IFLIST (UDP_LOG_BASE + 43) |
Failed to get a list of interface addresses. | |
#define | UDP_LOG_SOCKET_IFFLAGS (UDP_LOG_BASE + 44) |
Failed to get the network interface flags or mask of a socket. | |
#define | UDP_LOG_SOCKET_CLOSE (UDP_LOG_BASE + 45) |
Failed to close a socket. | |
#define | UDP_LOG_LOADLIB (UDP_LOG_BASE + 46) |
Failed to load a dynamic library. | |
#define | UDP_LOG_GET_BUF_SIZE (UDP_LOG_BASE + 47) |
Failed to get interface buffer size. | |
#define | UDP_LOG_GET_BUF_ALLOC (UDP_LOG_BASE + 48) |
Out of memory to allocate interface buffer. | |
#define | UDP_LOG_GET_IFLIST (UDP_LOG_BASE + 49) |
Failed to get an interface list. | |
#define | UDP_LOG_GET_NAMEINFO (UDP_LOG_BASE + 50) |
Failed getnameinfo() | |
#define | UDP_LOG_MEMCOPY (UDP_LOG_BASE + 51) |
Failed memcopy() | |
#define | UDP_LOG_MULTICAST_ENABLE (UDP_LOG_BASE + 52) |
Failed to enable multicast loopback. | |
#define | UDP_LOG_UDP_CREATE_TABLE (UDP_LOG_BASE + 54) |
Failed to create a database table for a UDP interface. | |
#define | UDP_LOG_UDP_CREATE_INDEX (UDP_LOG_BASE + 55) |
Failed to create an index for a UDP interface. | |
#define | UDP_LOG_RECORD (UDP_LOG_BASE + 56) |
Failed to create or insert a database record for a UDP interface. | |
#define | UDP_LOG_PROPERTY_FINALIZE (UDP_LOG_BASE + 57) |
Failed to finalize UDP interface factory property. | |
#define | UDP_LOG_ALLOC (UDP_LOG_BASE + 58) |
Failed to allocate memory for a UDP interface. | |
#define | UDP_LOG_SEND_PING (UDP_LOG_BASE + 59) |
Failed sending a ping message, upon adding a route or waking up a receive thread. | |
#define | UDP_LOG_DROPGRP (UDP_LOG_BASE + 63) |
Failed to drop membership from a multicast group. | |
#define | UDP_LOG_GET_LENGTH (UDP_LOG_BASE + 64) |
Length of address sequence exceeds its maximum. | |
#define | UDP_LOG_SET_LENGTH (UDP_LOG_BASE + 65) |
Failed to set the length of an address sequence. | |
#define | UDP_LOG_WSA_STARTUP (UDP_LOG_BASE + 66) |
Failed WSAStartup() | |
#define | UDP_LOG_WINSOCK_INCOMPATIBLE (UDP_LOG_BASE + 67) |
Incompatible version of Winsock, must not be older than 2.0. | |
#define | NETIO_LOG_SET_NAME (UDP_LOG_BASE + 70) |
Failed to set the name of a runtime component interface. | |
#define | UDP_LOG_INCONSISTENT_MAX_MESSSAGE_SIZE (UDP_LOG_BASE + 71) |
Inconsistent max_message_size. | |
#define | NETIO_LOG_PACKET_SET_HEAD (UDP_LOG_BASE + 72) |
Failed to set packet's head. | |
#define | NETIO_LOG_PACKET_SET_TAIL (UDP_LOG_BASE + 73) |
Failed to set packet's tail. | |
#define | NETIO_LOG_SOCKET_CLOSE (UDP_LOG_BASE + 74) |
Failed to close a socket. | |
#define | UDP_LOG_SEND_ERROR (UDP_LOG_BASE + 75) |
Failed to send message. | |
#define | NETIO_LOG_INVALID_ADDRESS_INDEX (NETIO_LOG_BASE + 76) |
An address index was not parsed correctly. |
Network I/O. ModuleID = 4.
#define NETIO_LOG_GETHOST_BYNAME (NETIO_LOG_BASE + 1) |
Failed to get host address from a string representation.
#define NETIO_LOG_BIND_NEW (NETIO_LOG_BASE + 2) |
Failed to allocate memory for a bind-resolver.
#define NETIO_LOG_BIND_NEW_RTABLE (NETIO_LOG_BASE + 3) |
Failed to create a database table for routes of a bind-resolver.
#define NETIO_LOG_BIND_CREATE_RTABLE (NETIO_LOG_BASE + 4) |
Failed to create route record.
May have exceeded DomainParticipantQos.resource_limits.max_receive_ports or DomainParticipantQos.resource_limits.local_writer_allocation
#define NETIO_LOG_BIND_DELETE_RTABLE (NETIO_LOG_BASE + 5) |
Failed to delete a database table for routes of a bind_resolver.
#define NETIO_LOG_PARSE_ADDRESS (NETIO_LOG_BASE + 6) |
Failed to parse a string representation of a NETIO address.
#define NETIO_LOG_BIND_GET_LENGTH (NETIO_LOG_BASE + 7) |
Invalid length for a sequence of resolved addresses.
#define NETIO_LOG_BIND_SET_LENGTH (NETIO_LOG_BASE + 8) |
Failed to set the length for a sequence of resolved addresses.
#define NETIO_LOG_BIND_SET_MAX (NETIO_LOG_BASE + 9) |
Failed to set the maximum length of an internal sequence of addresses.
#define NETIO_LOG_ROUTE_RTABLE_ALLOC (NETIO_LOG_BASE + 10) |
Failed to allocate memory for a route resolver.
#define NETIO_LOG_ROUTE_RTABLE_CREATE (NETIO_LOG_BASE + 11) |
Failed to create a database table for routes of a route-resolver.
#define NETIO_LOG_ROUTE_RTABLE_DELETE (NETIO_LOG_BASE + 12) |
Failed to delete a database table for routes of a route-resolver.
#define NETIO_LOG_ROUTE_RTABLE_ADD (NETIO_LOG_BASE + 13) |
Failed to create route resolver record.
May have exceeded DomainParticipantQos.resource_limits.max_destination_ports
#define NETIO_LOG_ROUTE_RTABLE_UPDATE (NETIO_LOG_BASE + 14) |
Failed to find routes to update for a route-resolver.
#define NETIO_LOG_LOOP_DELETE_TABLE (NETIO_LOG_BASE + 15) |
Failed to delete a database table for a NETIO loopback interface.
#define NETIO_LOG_LOOP_CREATE_TABLE (NETIO_LOG_BASE + 16) |
Failed to create a database table for a NETIO loopback interface.
#define NETIO_LOG_LOOP_SELECT_TABLE (NETIO_LOG_BASE + 17) |
Failed to select a valid record when sending with the NETIO loopback interface.
#define NETIO_LOG_LOOP_FWD (NETIO_LOG_BASE + 18) |
Failed to send forward with the NETIO loopback interface.
#define NETIO_LOG_LOOP_BINDX_DB (NETIO_LOG_BASE + 19) |
Failed to bind an external interface with the NETIO loopback interface.
#define NETIO_LOG_LOOP_UNBINDX_DB (NETIO_LOG_BASE + 20) |
Failed to unbind an external interface with the NETIO loopback interface.
#define NETIO_LOG_LOOP_SET_LENGTH (NETIO_LOG_BASE + 21) |
Failed to set the length of an address sequence.
#define UDP_LOG_SOCKET_INIT (UDP_LOG_BASE + 22) |
Failed to initialize use of sockets.
#define UDP_LOG_GETHOSTNAME (UDP_LOG_BASE + 23) |
Failed to get the host address given the host name.
#define UDP_LOG_SOCKET_SET_MCAST (UDP_LOG_BASE + 24) |
Failed to set a socket for multicast loopback.
#define UDP_LOG_SOCKET_SET_MCASTIF (UDP_LOG_BASE + 25) |
Failed to set a socket for multicast bound to a specific interface.
#define UDP_LOG_SOCKET_CREATE (UDP_LOG_BASE + 26) |
Failed to set a socket for multicast bound to a specific interface.
#define UDP_LOG_SOCKET_SETFD (UDP_LOG_BASE + 27) |
Failed to set the close-on-exec flag for a socket.
#define UDP_LOG_SOCKET_SNDBUF (UDP_LOG_BASE + 28) |
Failed to set the socket send buffer size.
#define UDP_LOG_SOCKET_TTL (UDP_LOG_BASE + 29) |
Failed to set multicast TTL for a socket.
#define UDP_LOG_PACKET_INIT (UDP_LOG_BASE + 30) |
Failed to initialize a receive packet.
#define UDP_LOG_PACKET_HEAD (UDP_LOG_BASE + 31) |
Failed to set the head of a receive packet.
#define UDP_LOG_PACKET_FWD (UDP_LOG_BASE + 32) |
Failed reception upstream for a received packet.
#define UDP_LOG_NAT_DELETE (UDP_LOG_BASE + 33) |
Failed to delete a database record or index from an internal NAT.
#define UDP_LOG_FINALIZE (UDP_LOG_BASE + 34) |
Failed to finalize the parent NETIO interface.
#define UDP_LOG_SOCKET_REUSE_PORT (UDP_LOG_BASE + 35) |
Failed to set socket to reuse a port or address.
#define UDP_LOG_SOCKET_BIND (UDP_LOG_BASE + 36) |
Failed a socket bind.
#define UDP_LOG_SOCKET_ADDGRP (UDP_LOG_BASE + 37) |
Failed to add membership to a multicast group for a socket.
#define UDP_LOG_PORT_ENTRY (UDP_LOG_BASE + 38) |
Failed to create a bind entry for a receive port.
#define UDP_LOG_PORT_ALLOC (UDP_LOG_BASE + 39) |
Failed to allocate memory for a receive buffer of a specific port.
#define UDP_LOG_SOCKET_RXBUF (UDP_LOG_BASE + 40) |
Failed to set the receive buffer size of a socket.
#define UDP_LOG_PORT_ADD (UDP_LOG_BASE + 41) |
Failed to add a port entry record to a database table.
#define UDP_LOG_PORT_THREAD (UDP_LOG_BASE + 42) |
Failed to create a receive thread for a receive port.
#define UDP_LOG_SOCKET_IFLIST (UDP_LOG_BASE + 43) |
Failed to get a list of interface addresses.
#define UDP_LOG_SOCKET_IFFLAGS (UDP_LOG_BASE + 44) |
Failed to get the network interface flags or mask of a socket.
#define UDP_LOG_SOCKET_CLOSE (UDP_LOG_BASE + 45) |
Failed to close a socket.
#define UDP_LOG_LOADLIB (UDP_LOG_BASE + 46) |
Failed to load a dynamic library.
#define UDP_LOG_GET_BUF_SIZE (UDP_LOG_BASE + 47) |
Failed to get interface buffer size.
#define UDP_LOG_GET_BUF_ALLOC (UDP_LOG_BASE + 48) |
Out of memory to allocate interface buffer.
#define UDP_LOG_GET_IFLIST (UDP_LOG_BASE + 49) |
Failed to get an interface list.
#define UDP_LOG_GET_NAMEINFO (UDP_LOG_BASE + 50) |
Failed getnameinfo()
#define UDP_LOG_MEMCOPY (UDP_LOG_BASE + 51) |
Failed memcopy()
#define UDP_LOG_MULTICAST_ENABLE (UDP_LOG_BASE + 52) |
Failed to enable multicast loopback.
#define UDP_LOG_UDP_CREATE_TABLE (UDP_LOG_BASE + 54) |
Failed to create a database table for a UDP interface.
#define UDP_LOG_UDP_CREATE_INDEX (UDP_LOG_BASE + 55) |
Failed to create an index for a UDP interface.
#define UDP_LOG_RECORD (UDP_LOG_BASE + 56) |
Failed to create or insert a database record for a UDP interface.
#define UDP_LOG_PROPERTY_FINALIZE (UDP_LOG_BASE + 57) |
Failed to finalize UDP interface factory property.
#define UDP_LOG_ALLOC (UDP_LOG_BASE + 58) |
Failed to allocate memory for a UDP interface.
#define UDP_LOG_SEND_PING (UDP_LOG_BASE + 59) |
Failed sending a ping message, upon adding a route or waking up a receive thread.
#define UDP_LOG_DROPGRP (UDP_LOG_BASE + 63) |
Failed to drop membership from a multicast group.
#define UDP_LOG_GET_LENGTH (UDP_LOG_BASE + 64) |
Length of address sequence exceeds its maximum.
#define UDP_LOG_SET_LENGTH (UDP_LOG_BASE + 65) |
Failed to set the length of an address sequence.
#define UDP_LOG_WSA_STARTUP (UDP_LOG_BASE + 66) |
Failed WSAStartup()
#define UDP_LOG_WINSOCK_INCOMPATIBLE (UDP_LOG_BASE + 67) |
Incompatible version of Winsock, must not be older than 2.0.
#define NETIO_LOG_SET_NAME (UDP_LOG_BASE + 70) |
Failed to set the name of a runtime component interface.
#define UDP_LOG_INCONSISTENT_MAX_MESSSAGE_SIZE (UDP_LOG_BASE + 71) |
Inconsistent max_message_size.
UDP_InterfaceProperty.max_message_size is set to an inconsistent value, larger than UDP_InterfaceProperty.max_send_buffer_size and/or larger than UDP_InterfaceProperty.max_receive_buffer_size .
#define NETIO_LOG_PACKET_SET_HEAD (UDP_LOG_BASE + 72) |
Failed to set packet's head.
NETIO_Packet_set_head() failed, due to an invalid delta that would have moved the head position out-of-bounds of the packet.
#define NETIO_LOG_PACKET_SET_TAIL (UDP_LOG_BASE + 73) |
Failed to set packet's tail.
NETIO_Packet_set_tail() failed, due to an invalid delta that would have moved the tail position out-of-bounds of the packet.
#define NETIO_LOG_SOCKET_CLOSE (UDP_LOG_BASE + 74) |
Failed to close a socket.
A socket could not be closed due to a system error.
#define UDP_LOG_SEND_ERROR (UDP_LOG_BASE + 75) |
Failed to send message.
A message could not be sent due to system error
#define NETIO_LOG_INVALID_ADDRESS_INDEX (NETIO_LOG_BASE + 76) |
An address index was not parsed correctly.
When parsing an address string the index was not specified correctly. Legal formats are: N@ [,N]@ [N]@ [M,N]@
Where N and M are integers >= 0