RTI Connext Micro C API Version 4.2.0
Loading...
Searching...
No Matches

Network I/O. ModuleID = 4. More...

Macros

#define NETIO_LOG_GETHOST_BYNAME_EC   (NETIO_LOG_BASE + 1)
 Failed to get host address from a string representation.
 
#define NETIO_LOG_BIND_NEW_EC   (NETIO_LOG_BASE + 2)
 Failed to allocate memory for a bind-resolver.
 
#define NETIO_LOG_BIND_NEW_RTABLE_EC   (NETIO_LOG_BASE + 3)
 Failed to create a database table for routes of a bind-resolver.
 
#define NETIO_LOG_BIND_CREATE_RTABLE_EC   (NETIO_LOG_BASE + 4)
 Failed to create route record.
 
#define NETIO_LOG_BIND_DELETE_RTABLE_EC   (NETIO_LOG_BASE + 5)
 Failed to delete a database table for routes of a bind_resolver.
 
#define NETIO_LOG_BIND_SET_LENGTH_EC   (NETIO_LOG_BASE + 6)
 Failed to set the length for a sequence of resolved addresses.
 
#define NETIO_LOG_BIND_SET_MAX_EC   (NETIO_LOG_BASE + 7)
 Failed to set the maximum length of an internal sequence of addresses.
 
#define NETIO_LOG_BIND_EXTERNAL_FAILED_EC   (NETIO_LOG_BASE + 8)
 An interface failed on bind_external.
 
#define NETIO_LOG_UNBIND_EXTERNAL_FAILED_EC   (NETIO_LOG_BASE + 10)
 An interface failed on unbind_external.
 
#define NETIO_LOG_ROUTE_RTABLE_ALLOC_EC   (NETIO_LOG_BASE + 11)
 Failed to allocate memory for a route resolver.
 
#define NETIO_LOG_ROUTE_RTABLE_CREATE_EC   (NETIO_LOG_BASE + 12)
 Failed to create a database table for routes of a route-resolver.
 
#define NETIO_LOG_ROUTE_RTABLE_DELETE_EC   (NETIO_LOG_BASE + 13)
 Failed to delete a database table for routes of a route-resolver.
 
#define NETIO_LOG_ROUTE_RTABLE_ADD_EC   (NETIO_LOG_BASE + 14)
 Failed to create route resolver record.
 
#define NETIO_LOG_ROUTE_RTABLE_UPDATE_EC   (NETIO_LOG_BASE + 15)
 Failed to find routes to update for a route-resolver.
 
#define NETIO_LOG_AR_ALLOC_FAILED_EC   (NETIO_LOG_BASE + 16)
 Failed to allocate memory for address resolver.
 
#define NETIO_LOG_AR_ADD_INVALID_INTERFACE_EC   (NETIO_LOG_BASE + 17)
 An attempt was made to add an existing interface with a different port resolver to the address resolver.
 
#define NETIO_LOG_AR_ADDRESS_RESOLVE_FAILED_EC   (NETIO_LOG_BASE + 18)
 An interface failed to resolve an address.
 
#define NETIO_LOG_AR_PORT_RESOLVE_FAILED_EC   (NETIO_LOG_BASE + 19)
 An interface failed to resolve a port.
 
#define NETIO_LOG_AR_CONTEXT_UNINITIALIZED_EC   (NETIO_LOG_BASE + 21)
 NETIO_AddressResolver_resolve/get_next was called with an uninitialized context.
 
#define NETIO_LOG_AR_INVALID_TOKEN_EC   (NETIO_LOG_BASE + 22)
 An invalid token was encountered in the address string.
 
#define NETIO_LOG_AR_ADDRESS_STRING_EXCEEDED_EC   (NETIO_LOG_BASE + 23)
 The length of the address exceeded the address buffer passed in.
 
#define NETIO_LOG_INVALID_ADDRESS_INDEX_EC   (NETIO_LOG_BASE + 24)
 An address index was not parsed correctly.
 
#define NETIO_LOG_ILLEGAL_ROUTE_OPERATION_EC   (NETIO_LOG_BASE + 25)
 Illegal route operation attempted.
 
#define NETIO_LOG_SET_NAME_EC   (UDP_LOG_BASE + 26)
 Failed to set the name of a runtime component interface.
 
#define NETIO_LOG_PACKET_SET_HEAD_EC   (UDP_LOG_BASE + 27)
 Failed to set packet's head.
 
#define NETIO_LOG_PACKET_SET_TAIL_EC   (UDP_LOG_BASE + 28)
 Failed to set packet's tail.
 
#define NETIO_LOG_PACKET_INITIALIZE_EC   (UDP_LOG_BASE + 29)
 Failed to initialize packet.
 
#define NETIO_LOG_LOOP_DELETE_TABLE_EC   (NETIO_LOG_BASE + 100)
 Failed to delete a database table for a NETIO loopback interface.
 
#define NETIO_LOG_LOOP_CREATE_TABLE_EC   (NETIO_LOG_BASE + 101)
 Failed to create a database table for a NETIO loopback interface.
 
#define NETIO_LOG_LOOP_SELECT_TABLE_EC   (NETIO_LOG_BASE + 102)
 Failed to select a valid record when sending with the NETIO loopback interface.
 
#define NETIO_LOG_LOOP_FWD_EC   (NETIO_LOG_BASE + 103)
 Failed to send forward with the NETIO loopback interface.
 
#define NETIO_LOG_LOOP_BINDX_DB_EC   (NETIO_LOG_BASE + 104)
 Failed to bind an external interface with the NETIO loopback interface.
 
#define NETIO_LOG_LOOP_UNBINDX_DB_EC   (NETIO_LOG_BASE + 105)
 Failed to unbind an external interface with the NETIO loopback interface.
 
#define NETIO_LOG_LOOP_SET_LENGTH_EC   (NETIO_LOG_BASE + 106)
 Failed to set the length of an address sequence.
 
#define NETIO_LOG_LOOP_INVALID_PROPERTY_EC   (NETIO_LOG_BASE + 107)
 Invalid property passed in when creating a loopback interface.
 
#define NETIO_LOG_LOOP_INITIALIZE_FAILED_EC   (NETIO_LOG_BASE + 108)
 Failed to initialize the loopback interface.
 
#define NETIO_LOG_LOOP_CURSOR_ERROR_EC   (NETIO_LOG_BASE + 109)
 An error occurred with a cursor while iterating over a table.
 
#define NETIO_LOG_LOOP_INVALID_FACTORY_EC   (NETIO_LOG_BASE + 110)
 An invalid factory was passed in to create a loopback interface.
 
#define NETIO_LOG_LOOP_INVALID_COMPONENT_EC   (NETIO_LOG_BASE + 111)
 An invalid component was passed in to delete a loopback interface.
 
#define UDP_LOG_SOCKET_INIT_EC   (UDP_LOG_BASE + 200)
 Failed to initialize use of sockets.
 
#define UDP_LOG_GETHOSTNAME_EC   (UDP_LOG_BASE + 201)
 Failed to get the host address given the host name.
 
#define UDP_LOG_SOCKET_SET_MCAST_EC   (UDP_LOG_BASE + 202)
 Failed to set a socket for multicast loopback.
 
#define UDP_LOG_SOCKET_SET_MCASTIF_EC   (UDP_LOG_BASE + 203)
 Failed to set a socket for multicast bound to a specific interface.
 
#define UDP_LOG_SOCKET_CREATE_EC   (UDP_LOG_BASE + 204)
 Failed to create a new socket, the sysrc code is the OS return code and reason for failure.
 
#define UDP_LOG_SOCKET_SETFD_EC   (UDP_LOG_BASE + 205)
 Failed to set the close-on-exec flag for a socket.
 
#define UDP_LOG_SOCKET_SNDBUF_EC   (UDP_LOG_BASE + 206)
 Failed to set the socket send buffer size.
 
#define UDP_LOG_SOCKET_TTL_EC   (UDP_LOG_BASE + 207)
 Failed to set multicast TTL for a socket.
 
#define UDP_LOG_PACKET_INIT_EC   (UDP_LOG_BASE + 208)
 Failed to initialize a receive packet.
 
#define UDP_LOG_PACKET_HEAD_EC   (UDP_LOG_BASE + 209)
 Failed to set the head of a receive packet.
 
#define UDP_LOG_PACKET_FWD_EC   (UDP_LOG_BASE + 210)
 Failed reception upstream for a received packet.
 
#define UDP_LOG_NAT_DELETE_EC   (UDP_LOG_BASE + 211)
 Failed to delete a database record or index from an internal NAT.
 
#define UDP_LOG_FINALIZE_EC   (UDP_LOG_BASE + 212)
 Failed to finalize the parent NETIO interface.
 
#define UDP_LOG_SOCKET_REUSE_PORT_EC   (UDP_LOG_BASE + 213)
 Failed to set socket to reuse a port or address.
 
#define UDP_LOG_SOCKET_BIND_EC   (UDP_LOG_BASE + 214)
 Failed a socket bind.
 
#define UDP_LOG_SOCKET_ADDGRP_EC   (UDP_LOG_BASE + 215)
 Failed to add membership to a multicast group for a socket.
 
#define UDP_LOG_PORT_ENTRY_EC   (UDP_LOG_BASE + 216)
 Failed to create a bind entry for a receive port.
 
#define UDP_LOG_PORT_ALLOC_EC   (UDP_LOG_BASE + 217)
 Failed to allocate memory for a receive buffer of a specific port.
 
#define UDP_LOG_SOCKET_RXBUF_EC   (UDP_LOG_BASE + 218)
 Failed to set the receive buffer size of a socket.
 
#define UDP_LOG_PORT_ADD_EC   (UDP_LOG_BASE + 219)
 Failed to add a port entry record to a database table.
 
#define UDP_LOG_PORT_THREAD_EC   (UDP_LOG_BASE + 220)
 Failed to create a receive thread for a receive port.
 
#define UDP_LOG_SOCKET_IFLIST_EC   (UDP_LOG_BASE + 221)
 Failed to get a list of interface addresses.
 
#define UDP_LOG_SOCKET_IFFLAGS_EC   (UDP_LOG_BASE + 222)
 Failed to get the network interface flags or mask of a socket.
 
#define UDP_LOG_SOCKET_CLOSE_EC   (UDP_LOG_BASE + 223)
 Failed to close a socket.
 
#define UDP_LOG_LOADLIB_EC   (UDP_LOG_BASE + 224)
 Failed to load a dynamic library.
 
#define UDP_LOG_GET_BUF_SIZE_EC   (UDP_LOG_BASE + 225)
 Failed to get interface buffer size.
 
#define UDP_LOG_GET_BUF_ALLOC_EC   (UDP_LOG_BASE + 226)
 Out of memory to allocate interface buffer.
 
#define UDP_LOG_GET_IFLIST_EC   (UDP_LOG_BASE + 227)
 Failed to get an interface list.
 
#define UDP_LOG_GET_NAMEINFO_EC   (UDP_LOG_BASE + 228)
 Failed getnameinfo()
 
#define UDP_LOG_MULTICAST_ENABLE_EC   (UDP_LOG_BASE + 229)
 Failed to enable multicast loopback.
 
#define UDP_LOG_UDP_CREATE_TABLE_EC   (UDP_LOG_BASE + 230)
 Failed to create a database table for a UDP interface.
 
#define UDP_LOG_UDP_CREATE_INDEX_EC   (UDP_LOG_BASE + 231)
 Failed to create an index for a UDP interface.
 
#define UDP_LOG_RECORD_EC   (UDP_LOG_BASE + 232)
 Failed to create or insert a database record for a UDP interface.
 
#define UDP_LOG_PROPERTY_FINALIZE_EC   (UDP_LOG_BASE + 233)
 Failed to finalize UDP interface factory property.
 
#define UDP_LOG_ALLOC_EC   (UDP_LOG_BASE + 234)
 Failed to allocate memory for a UDP interface.
 
#define UDP_LOG_SEND_PING_EC   (UDP_LOG_BASE + 235)
 Failed sending a ping message, upon adding a route or waking up a receive thread.
 
#define UDP_LOG_DROPGRP_EC   (UDP_LOG_BASE + 236)
 Failed to drop membership from a multicast group.
 
#define UDP_LOG_GET_LENGTH_EC   (UDP_LOG_BASE + 237)
 Length of address sequence exceeds its maximum.
 
#define UDP_LOG_SET_LENGTH_EC   (UDP_LOG_BASE + 240)
 Failed to set the length of an address sequence.
 
#define UDP_LOG_WSA_STARTUP_EC   (UDP_LOG_BASE + 241)
 Failed WSAStartup()
 
#define UDP_LOG_WINSOCK_INCOMPATIBLE_EC   (UDP_LOG_BASE + 242)
 Incompatible version of Winsock, must not be older than 2.0.
 
#define UDP_LOG_INCONSISTENT_MAX_MESSSAGE_SIZE_EC   (UDP_LOG_BASE + 243)
 Inconsistent max_message_size.
 
#define UDP_LOG_INITIALIZE_FAILED_EC   (UDP_LOG_BASE + 244)
 Failed to initialized the loopback interface.
 
#define UDP_LOG_PORT_NOT_FOUND_EC   (UDP_LOG_BASE + 245)
 Did not find the specified thread port.
 
#define UDP_LOG_CURSOR_ERROR_EC   (UDP_LOG_BASE + 246)
 An error occurred while iterating over a cursor.
 
#define UDP_LOG_SEND_ERROR_EC   (UDP_LOG_BASE + 247)
 Failed to send message.
 
#define UDP_LOG_MULTICAST_NOT_ENABLED_EC   (UDP_LOG_BASE + 248)
 Multicast address ignored because multicast supported is not compiled in.
 
#define UDP_LOG_TRANSPORT_NO_INTERFACES_EC   (UDP_LOG_BASE + 249)
 Transport does not have any interfaces.
 
#define UDP_LOG_RECV_ERROR_EC   (UDP_LOG_BASE + 250)
 Failed to receive message.
 
#define UDP_TRANSFORM_LOG_INVALID_FACTORY_REFERENCE_EC   (UDP_LOG_BASE + 300)
 The returned factory reference is NULL.
 
#define UDP_TRANSFORM_LOG_FACTORY_NOT_FOUND_EC   (UDP_LOG_BASE + 301)
 Could not find the factory used as part of a transform rule.
 
#define UDP_TRANSFORM_LOG_ALLOC_EC   (UDP_LOG_BASE + 302)
 Failed to allocate entry of the specified kind.
 
#define UDP_TRANSFORM_LOG_CREATE_EC   (UDP_LOG_BASE + 303)
 Failed to create a transformation of the specified kind.
 
#define UDP_TRANSFORM_LOG_ADD_EC   (UDP_LOG_BASE + 304)
 Failed to add object of specified kind.
 
#define UDP_TRANSFORM_LOG_FIND_EC   (UDP_LOG_BASE + 305)
 Failed to find a transformation.
 
#define UDP_TRANSFORM_LOG_DUPLICATE_EC   (UDP_LOG_BASE + 306)
 Duplicate object.
 
#define UDP_TRANSFORM_LOG_TRANSFORM_EC   (UDP_LOG_BASE + 307)
 Source or destination transformation function failed.
 
#define UDP_TRANSFORM_LOG_INVALID_UDP_MODE_EC   (UDP_LOG_BASE + 308)
 Invalid UDP mode specified.
 
#define UDP_TRANSFORM_LOG_INVALID_TUDP_LOCATOR_KIND_EC   (UDP_LOG_BASE + 309)
 Invalid transformation UDP locator kind specified.
 
#define NETIO_SHMEM_LOG_DELETE_TABLE_EC   (SHMEM_LOG_BASE + 1)
 Failed to delete a database table for a NETIO shared memory interface.
 
#define NETIO_SHMEM_LOG_CREATE_TABLE_EC   (SHMEM_LOG_BASE + 2)
 Failed to create a database table for a NETIO shared memory interface.
 
#define NETIO_SHMEM_LOG_SELECT_TABLE_EC   (SHMEM_LOG_BASE + 3)
 Failed to select a valid record when sending with the NETIO shared memory.
 
#define NETIO_SHMEM_LOG_FWD_EC   (SHMEM_LOG_BASE + 4)
 Failed to send forward with the NETIO shared memory interface.
 
#define NETIO_SHMEM_LOG_BINDX_DB_EC   (SHMEM_LOG_BASE + 5)
 Failed to bind an external interface with the NETIO shared memory interface.
 
#define NETIO_SHMEM_LOG_UNBINDX_DB_EC   (SHMEM_LOG_BASE + 6)
 Failed to unbind an external interface with the NETIO shared memory interface.
 
#define NETIO_SHMEM_LOG_SET_LENGTH_EC   (SHMEM_LOG_BASE + 7)
 Failed to set the length of an address sequence.
 
#define NETIO_SHMEM_LOG_INVALID_PROPERTY_EC   (SHMEM_LOG_BASE + 8)
 Invalid property passed in when creating a shared memory interface.
 
#define NETIO_SHMEM_LOG_INITIALIZE_FAILED_EC   (SHMEM_LOG_BASE + 9)
 Failed to initialize the shared memory interface.
 
#define NETIO_SHMEM_LOG_CURSOR_ERROR_EC   (SHMEM_LOG_BASE + 10)
 An error occurred with a cursor while iterating over a table.
 
#define NETIO_SHMEM_LOG_INVALID_FACTORY_EC   (SHMEM_LOG_BASE + 11)
 An invalid factory was passed in to create a shared memory interface.
 
#define NETIO_SHMEM_LOG_INVALID_COMPONENT_EC   (SHMEM_LOG_BASE + 12)
 An invalid component was passed in to delete a shared memory interface.
 
#define NETIO_SHMEM_LOG_INCOMPATIBLE_COOKIE_EC   (SHMEM_LOG_BASE + 13)
 Found incompatible cookie in shared memory header.
 
#define NETIO_SHMEM_LOG_INCOMPATIBLE_VERSION_EC   (SHMEM_LOG_BASE + 14)
 Found incompatible major version in shared memory header.
 
#define NETIO_SHMEM_LOG_INCOMPATIBLE_HEADER_SIZE_EC   (SHMEM_LOG_BASE + 15)
 Found incompatible header size in shared memory header.
 
#define NETIO_SHMEM_LOG_INCOMPATIBLE_HEADER_EC   (SHMEM_LOG_BASE + 16)
 Attempted to attach to shared memory header transport concurrent queue that is incompatible.
 
#define NETIO_SHMEM_LOG_ADDRESS_IN_USE_EC   (SHMEM_LOG_BASE + 17)
 Failed to create or attach to a shared memory segment.
 
#define NETIO_SHMEM_LOG_CHECK_SYSTEM_SETTINGS_EC   (SHMEM_LOG_BASE + 18)
 Possible failure due to misconfigured system settings on Darwin operating systems.
 
#define NETIO_SHMEM_LOG_SHMEM_MUTEX_LOCK_FAILED_EC   (SHMEM_LOG_BASE + 19)
 Failed to lock shared memory mutex protecting the shared memory segment.
 
#define NETIO_SHMEM_LOG_SHMEM_MUTEX_UNLOCK_FAILED_EC   (SHMEM_LOG_BASE + 20)
 Failed to unlock shared memory mutex protecting the shared memory segment.
 
#define NETIO_SHMEM_LOG_FAILED_TO_ALLOCATE_STRUCT_EC   (SHMEM_LOG_BASE + 21)
 Failed to allocate memory needed by shared memory transport.
 
#define NETIO_SHMEM_LOG_FAILED_TO_INITIALIZE_EC   (SHMEM_LOG_BASE + 22)
 Failed to initialize shared memory transport.
 
#define NETIO_SHMEM_LOG_CREATE_ATTACH_INFINITE_EC   (SHMEM_LOG_BASE + 23)
 Failed to create or attach. Possible shared memory key conflict.
 
#define NETIO_SHMEM_LOG_FAILED_TO_INIT_MUTEX_EC   (SHMEM_LOG_BASE + 24)
 Failed to create a new shared memory mutex or failed to attach to an existing one.
 
#define NETIO_SHMEM_LOG_FAILED_TO_INIT_SIG_SEM_EC   (SHMEM_LOG_BASE + 25)
 Failed to create signaling semaphore. A Domain Participant's shared memory transport blocks on a signaling semaphore when waiting for data.
 
#define NETIO_SHMEM_LOG_FAILED_TAKE_SIGN_SEM_EC   (SHMEM_LOG_BASE + 27)
 Failed to take a shared memory signaling semaphore.
 
#define NETIO_SHMEM_LOG_SIG_SEM_SIGNAL_FAILED_EC   (SHMEM_LOG_BASE + 28)
 Failed to give a shared memory signaling semaphore.
 
#define NETIO_SHMEM_LOG_FAILED_TO_INIT_SEGMENT_ADDR_EC   (SHMEM_LOG_BASE + 29)
 Failed to attach to a shared memory segment because it doesn't exist.
 
#define NETIO_SHMEM_LOG_PACKET_INIT_EC   (SHMEM_LOG_BASE + 30)
 Failed to initialize a receive packet.
 
#define NETIO_SHMEM_LOG_FAILED_TO_INIT_CONCURRENT_Q_EC   (SHMEM_LOG_BASE + 31)
 Failed to create a concurrent queue.
 
#define NETIO_SHMEM_LOG_FAILED_TO_ATTACH_CONCURRENT_Q_EC   (SHMEM_LOG_BASE + 32)
 Failed to attach to a concurrent queue.
 
#define NETIO_SHMEM_LOG_INCOMPATIBLE_CONCURRENT_Q_EC   (SHMEM_LOG_BASE + 33)
 Attempting to attach to an incompatible concurrent queue with incompatible message_size_max.
 
#define NETIO_SHMEM_LOG_FAILED_TO_GET_TIMESTAMP_EC   (SHMEM_LOG_BASE + 33)
 Failed to get timestamp.
 
#define NETIO_SHMEM_LOG_NONFATAL_SIG_SEM_RC_EC   (SHMEM_LOG_BASE + 34)
 Failed to unlock shared memory mutex.
 
#define NETIO_SHMEM_LOG_INCONSISTENT_MESSAGE_SIZE_EC   (SHMEM_LOG_BASE + 35)
 Failed to unlock shared memory mutex.
 
#define NETIO_SHMEM_LOG_RECORD_EC   (SHMEM_LOG_BASE + 36)
 Database operation on record failed.
 
#define NETIO_SHMEM_LOG_PACKET_HEAD_EC   (SHMEM_LOG_BASE + 37)
 Failed to set packet head.
 
#define NETIO_SHMEM_LOG_PACKET_FWD_EC   (SHMEM_LOG_BASE + 38)
 Failed reception upstream for a received packet.
 
#define NETIO_SHMEM_LOG_QUEUE_FULL_EC   (SHMEM_LOG_BASE + 39)
 Failed reception upstream for a received packet.
 
#define NETIO_SHMEM_LOG_ROUTE_LOOKUP_FAILED_EC   (SHMEM_LOG_BASE + 40)
 Failed to evict find an entry in the route table.
 
#define NETIO_SHMEM_LOG_ROUTE_DELETE_FAILED_EC   (SHMEM_LOG_BASE + 41)
 Failed to delete an entry from the route table.
 
#define NETIO_SHMEM_LOG_IGNORE_TRANSPORT_COMPATIBILITY_EC   (SHMEM_LOG_BASE + 42)
 The shared memory transport is ignoring the requested transport minimum compatibility version because it cannot be backward compatible.
 
#define NETIO_SHMEM_LOG_UNSUPPORTED_TRANSPORT_COMPATIBILITY_EC   (SHMEM_LOG_BASE + 43)
 Unsupported minimum compatibility version because it requires a version of the shared memory transport which is not supported.
 

Detailed Description

Network I/O. ModuleID = 4.

Macro Definition Documentation

◆ NETIO_LOG_GETHOST_BYNAME_EC

#define NETIO_LOG_GETHOST_BYNAME_EC   (NETIO_LOG_BASE + 1)

Failed to get host address from a string representation.

◆ NETIO_LOG_BIND_NEW_EC

#define NETIO_LOG_BIND_NEW_EC   (NETIO_LOG_BASE + 2)

Failed to allocate memory for a bind-resolver.

◆ NETIO_LOG_BIND_NEW_RTABLE_EC

#define NETIO_LOG_BIND_NEW_RTABLE_EC   (NETIO_LOG_BASE + 3)

Failed to create a database table for routes of a bind-resolver.

◆ NETIO_LOG_BIND_CREATE_RTABLE_EC

#define NETIO_LOG_BIND_CREATE_RTABLE_EC   (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

◆ NETIO_LOG_BIND_DELETE_RTABLE_EC

#define NETIO_LOG_BIND_DELETE_RTABLE_EC   (NETIO_LOG_BASE + 5)

Failed to delete a database table for routes of a bind_resolver.

◆ NETIO_LOG_BIND_SET_LENGTH_EC

#define NETIO_LOG_BIND_SET_LENGTH_EC   (NETIO_LOG_BASE + 6)

Failed to set the length for a sequence of resolved addresses.

◆ NETIO_LOG_BIND_SET_MAX_EC

#define NETIO_LOG_BIND_SET_MAX_EC   (NETIO_LOG_BASE + 7)

Failed to set the maximum length of an internal sequence of addresses.

◆ NETIO_LOG_BIND_EXTERNAL_FAILED_EC

#define NETIO_LOG_BIND_EXTERNAL_FAILED_EC   (NETIO_LOG_BASE + 8)

An interface failed on bind_external.

◆ NETIO_LOG_UNBIND_EXTERNAL_FAILED_EC

#define NETIO_LOG_UNBIND_EXTERNAL_FAILED_EC   (NETIO_LOG_BASE + 10)

An interface failed on unbind_external.

◆ NETIO_LOG_ROUTE_RTABLE_ALLOC_EC

#define NETIO_LOG_ROUTE_RTABLE_ALLOC_EC   (NETIO_LOG_BASE + 11)

Failed to allocate memory for a route resolver.

◆ NETIO_LOG_ROUTE_RTABLE_CREATE_EC

#define NETIO_LOG_ROUTE_RTABLE_CREATE_EC   (NETIO_LOG_BASE + 12)

Failed to create a database table for routes of a route-resolver.

◆ NETIO_LOG_ROUTE_RTABLE_DELETE_EC

#define NETIO_LOG_ROUTE_RTABLE_DELETE_EC   (NETIO_LOG_BASE + 13)

Failed to delete a database table for routes of a route-resolver.

◆ NETIO_LOG_ROUTE_RTABLE_ADD_EC

#define NETIO_LOG_ROUTE_RTABLE_ADD_EC   (NETIO_LOG_BASE + 14)

Failed to create route resolver record.

May have exceeded DomainParticipantQos.resource_limits.max_destination_ports

◆ NETIO_LOG_ROUTE_RTABLE_UPDATE_EC

#define NETIO_LOG_ROUTE_RTABLE_UPDATE_EC   (NETIO_LOG_BASE + 15)

Failed to find routes to update for a route-resolver.

◆ NETIO_LOG_AR_ALLOC_FAILED_EC

#define NETIO_LOG_AR_ALLOC_FAILED_EC   (NETIO_LOG_BASE + 16)

Failed to allocate memory for address resolver.

◆ NETIO_LOG_AR_ADD_INVALID_INTERFACE_EC

#define NETIO_LOG_AR_ADD_INVALID_INTERFACE_EC   (NETIO_LOG_BASE + 17)

An attempt was made to add an existing interface with a different port resolver to the address resolver.

◆ NETIO_LOG_AR_ADDRESS_RESOLVE_FAILED_EC

#define NETIO_LOG_AR_ADDRESS_RESOLVE_FAILED_EC   (NETIO_LOG_BASE + 18)

An interface failed to resolve an address.

◆ NETIO_LOG_AR_PORT_RESOLVE_FAILED_EC

#define NETIO_LOG_AR_PORT_RESOLVE_FAILED_EC   (NETIO_LOG_BASE + 19)

An interface failed to resolve a port.

◆ NETIO_LOG_AR_CONTEXT_UNINITIALIZED_EC

#define NETIO_LOG_AR_CONTEXT_UNINITIALIZED_EC   (NETIO_LOG_BASE + 21)

NETIO_AddressResolver_resolve/get_next was called with an uninitialized context.

◆ NETIO_LOG_AR_INVALID_TOKEN_EC

#define NETIO_LOG_AR_INVALID_TOKEN_EC   (NETIO_LOG_BASE + 22)

An invalid token was encountered in the address string.

◆ NETIO_LOG_AR_ADDRESS_STRING_EXCEEDED_EC

#define NETIO_LOG_AR_ADDRESS_STRING_EXCEEDED_EC   (NETIO_LOG_BASE + 23)

The length of the address exceeded the address buffer passed in.

◆ NETIO_LOG_INVALID_ADDRESS_INDEX_EC

#define NETIO_LOG_INVALID_ADDRESS_INDEX_EC   (NETIO_LOG_BASE + 24)

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

◆ NETIO_LOG_ILLEGAL_ROUTE_OPERATION_EC

#define NETIO_LOG_ILLEGAL_ROUTE_OPERATION_EC   (NETIO_LOG_BASE + 25)

Illegal route operation attempted.

◆ NETIO_LOG_SET_NAME_EC

#define NETIO_LOG_SET_NAME_EC   (UDP_LOG_BASE + 26)

Failed to set the name of a runtime component interface.

◆ NETIO_LOG_PACKET_SET_HEAD_EC

#define NETIO_LOG_PACKET_SET_HEAD_EC   (UDP_LOG_BASE + 27)

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.

◆ NETIO_LOG_PACKET_SET_TAIL_EC

#define NETIO_LOG_PACKET_SET_TAIL_EC   (UDP_LOG_BASE + 28)

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.

◆ NETIO_LOG_PACKET_INITIALIZE_EC

#define NETIO_LOG_PACKET_INITIALIZE_EC   (UDP_LOG_BASE + 29)

Failed to initialize packet.

NETIO_Packet_initialize() failed due to invalid arguments

◆ NETIO_LOG_LOOP_DELETE_TABLE_EC

#define NETIO_LOG_LOOP_DELETE_TABLE_EC   (NETIO_LOG_BASE + 100)

Failed to delete a database table for a NETIO loopback interface.

◆ NETIO_LOG_LOOP_CREATE_TABLE_EC

#define NETIO_LOG_LOOP_CREATE_TABLE_EC   (NETIO_LOG_BASE + 101)

Failed to create a database table for a NETIO loopback interface.

◆ NETIO_LOG_LOOP_SELECT_TABLE_EC

#define NETIO_LOG_LOOP_SELECT_TABLE_EC   (NETIO_LOG_BASE + 102)

Failed to select a valid record when sending with the NETIO loopback interface.

◆ NETIO_LOG_LOOP_FWD_EC

#define NETIO_LOG_LOOP_FWD_EC   (NETIO_LOG_BASE + 103)

Failed to send forward with the NETIO loopback interface.

◆ NETIO_LOG_LOOP_BINDX_DB_EC

#define NETIO_LOG_LOOP_BINDX_DB_EC   (NETIO_LOG_BASE + 104)

Failed to bind an external interface with the NETIO loopback interface.

◆ NETIO_LOG_LOOP_UNBINDX_DB_EC

#define NETIO_LOG_LOOP_UNBINDX_DB_EC   (NETIO_LOG_BASE + 105)

Failed to unbind an external interface with the NETIO loopback interface.

◆ NETIO_LOG_LOOP_SET_LENGTH_EC

#define NETIO_LOG_LOOP_SET_LENGTH_EC   (NETIO_LOG_BASE + 106)

Failed to set the length of an address sequence.

◆ NETIO_LOG_LOOP_INVALID_PROPERTY_EC

#define NETIO_LOG_LOOP_INVALID_PROPERTY_EC   (NETIO_LOG_BASE + 107)

Invalid property passed in when creating a loopback interface.

◆ NETIO_LOG_LOOP_INITIALIZE_FAILED_EC

#define NETIO_LOG_LOOP_INITIALIZE_FAILED_EC   (NETIO_LOG_BASE + 108)

Failed to initialize the loopback interface.

◆ NETIO_LOG_LOOP_CURSOR_ERROR_EC

#define NETIO_LOG_LOOP_CURSOR_ERROR_EC   (NETIO_LOG_BASE + 109)

An error occurred with a cursor while iterating over a table.

◆ NETIO_LOG_LOOP_INVALID_FACTORY_EC

#define NETIO_LOG_LOOP_INVALID_FACTORY_EC   (NETIO_LOG_BASE + 110)

An invalid factory was passed in to create a loopback interface.

◆ NETIO_LOG_LOOP_INVALID_COMPONENT_EC

#define NETIO_LOG_LOOP_INVALID_COMPONENT_EC   (NETIO_LOG_BASE + 111)

An invalid component was passed in to delete a loopback interface.

◆ UDP_LOG_SOCKET_INIT_EC

#define UDP_LOG_SOCKET_INIT_EC   (UDP_LOG_BASE + 200)

Failed to initialize use of sockets.

◆ UDP_LOG_GETHOSTNAME_EC

#define UDP_LOG_GETHOSTNAME_EC   (UDP_LOG_BASE + 201)

Failed to get the host address given the host name.

◆ UDP_LOG_SOCKET_SET_MCAST_EC

#define UDP_LOG_SOCKET_SET_MCAST_EC   (UDP_LOG_BASE + 202)

Failed to set a socket for multicast loopback.

◆ UDP_LOG_SOCKET_SET_MCASTIF_EC

#define UDP_LOG_SOCKET_SET_MCASTIF_EC   (UDP_LOG_BASE + 203)

Failed to set a socket for multicast bound to a specific interface.

◆ UDP_LOG_SOCKET_CREATE_EC

#define UDP_LOG_SOCKET_CREATE_EC   (UDP_LOG_BASE + 204)

Failed to create a new socket, the sysrc code is the OS return code and reason for failure.

◆ UDP_LOG_SOCKET_SETFD_EC

#define UDP_LOG_SOCKET_SETFD_EC   (UDP_LOG_BASE + 205)

Failed to set the close-on-exec flag for a socket.

◆ UDP_LOG_SOCKET_SNDBUF_EC

#define UDP_LOG_SOCKET_SNDBUF_EC   (UDP_LOG_BASE + 206)

Failed to set the socket send buffer size.

◆ UDP_LOG_SOCKET_TTL_EC

#define UDP_LOG_SOCKET_TTL_EC   (UDP_LOG_BASE + 207)

Failed to set multicast TTL for a socket.

◆ UDP_LOG_PACKET_INIT_EC

#define UDP_LOG_PACKET_INIT_EC   (UDP_LOG_BASE + 208)

Failed to initialize a receive packet.

◆ UDP_LOG_PACKET_HEAD_EC

#define UDP_LOG_PACKET_HEAD_EC   (UDP_LOG_BASE + 209)

Failed to set the head of a receive packet.

◆ UDP_LOG_PACKET_FWD_EC

#define UDP_LOG_PACKET_FWD_EC   (UDP_LOG_BASE + 210)

Failed reception upstream for a received packet.

◆ UDP_LOG_NAT_DELETE_EC

#define UDP_LOG_NAT_DELETE_EC   (UDP_LOG_BASE + 211)

Failed to delete a database record or index from an internal NAT.

◆ UDP_LOG_FINALIZE_EC

#define UDP_LOG_FINALIZE_EC   (UDP_LOG_BASE + 212)

Failed to finalize the parent NETIO interface.

◆ UDP_LOG_SOCKET_REUSE_PORT_EC

#define UDP_LOG_SOCKET_REUSE_PORT_EC   (UDP_LOG_BASE + 213)

Failed to set socket to reuse a port or address.

◆ UDP_LOG_SOCKET_BIND_EC

#define UDP_LOG_SOCKET_BIND_EC   (UDP_LOG_BASE + 214)

Failed a socket bind.

◆ UDP_LOG_SOCKET_ADDGRP_EC

#define UDP_LOG_SOCKET_ADDGRP_EC   (UDP_LOG_BASE + 215)

Failed to add membership to a multicast group for a socket.

◆ UDP_LOG_PORT_ENTRY_EC

#define UDP_LOG_PORT_ENTRY_EC   (UDP_LOG_BASE + 216)

Failed to create a bind entry for a receive port.

◆ UDP_LOG_PORT_ALLOC_EC

#define UDP_LOG_PORT_ALLOC_EC   (UDP_LOG_BASE + 217)

Failed to allocate memory for a receive buffer of a specific port.

◆ UDP_LOG_SOCKET_RXBUF_EC

#define UDP_LOG_SOCKET_RXBUF_EC   (UDP_LOG_BASE + 218)

Failed to set the receive buffer size of a socket.

◆ UDP_LOG_PORT_ADD_EC

#define UDP_LOG_PORT_ADD_EC   (UDP_LOG_BASE + 219)

Failed to add a port entry record to a database table.

◆ UDP_LOG_PORT_THREAD_EC

#define UDP_LOG_PORT_THREAD_EC   (UDP_LOG_BASE + 220)

Failed to create a receive thread for a receive port.

◆ UDP_LOG_SOCKET_IFLIST_EC

#define UDP_LOG_SOCKET_IFLIST_EC   (UDP_LOG_BASE + 221)

Failed to get a list of interface addresses.

◆ UDP_LOG_SOCKET_IFFLAGS_EC

#define UDP_LOG_SOCKET_IFFLAGS_EC   (UDP_LOG_BASE + 222)

Failed to get the network interface flags or mask of a socket.

◆ UDP_LOG_SOCKET_CLOSE_EC

#define UDP_LOG_SOCKET_CLOSE_EC   (UDP_LOG_BASE + 223)

Failed to close a socket.

◆ UDP_LOG_LOADLIB_EC

#define UDP_LOG_LOADLIB_EC   (UDP_LOG_BASE + 224)

Failed to load a dynamic library.

◆ UDP_LOG_GET_BUF_SIZE_EC

#define UDP_LOG_GET_BUF_SIZE_EC   (UDP_LOG_BASE + 225)

Failed to get interface buffer size.

◆ UDP_LOG_GET_BUF_ALLOC_EC

#define UDP_LOG_GET_BUF_ALLOC_EC   (UDP_LOG_BASE + 226)

Out of memory to allocate interface buffer.

◆ UDP_LOG_GET_IFLIST_EC

#define UDP_LOG_GET_IFLIST_EC   (UDP_LOG_BASE + 227)

Failed to get an interface list.

◆ UDP_LOG_GET_NAMEINFO_EC

#define UDP_LOG_GET_NAMEINFO_EC   (UDP_LOG_BASE + 228)

Failed getnameinfo()

◆ UDP_LOG_MULTICAST_ENABLE_EC

#define UDP_LOG_MULTICAST_ENABLE_EC   (UDP_LOG_BASE + 229)

Failed to enable multicast loopback.

◆ UDP_LOG_UDP_CREATE_TABLE_EC

#define UDP_LOG_UDP_CREATE_TABLE_EC   (UDP_LOG_BASE + 230)

Failed to create a database table for a UDP interface.

◆ UDP_LOG_UDP_CREATE_INDEX_EC

#define UDP_LOG_UDP_CREATE_INDEX_EC   (UDP_LOG_BASE + 231)

Failed to create an index for a UDP interface.

◆ UDP_LOG_RECORD_EC

#define UDP_LOG_RECORD_EC   (UDP_LOG_BASE + 232)

Failed to create or insert a database record for a UDP interface.

◆ UDP_LOG_PROPERTY_FINALIZE_EC

#define UDP_LOG_PROPERTY_FINALIZE_EC   (UDP_LOG_BASE + 233)

Failed to finalize UDP interface factory property.

◆ UDP_LOG_ALLOC_EC

#define UDP_LOG_ALLOC_EC   (UDP_LOG_BASE + 234)

Failed to allocate memory for a UDP interface.

◆ UDP_LOG_SEND_PING_EC

#define UDP_LOG_SEND_PING_EC   (UDP_LOG_BASE + 235)

Failed sending a ping message, upon adding a route or waking up a receive thread.

◆ UDP_LOG_DROPGRP_EC

#define UDP_LOG_DROPGRP_EC   (UDP_LOG_BASE + 236)

Failed to drop membership from a multicast group.

◆ UDP_LOG_GET_LENGTH_EC

#define UDP_LOG_GET_LENGTH_EC   (UDP_LOG_BASE + 237)

Length of address sequence exceeds its maximum.

◆ UDP_LOG_SET_LENGTH_EC

#define UDP_LOG_SET_LENGTH_EC   (UDP_LOG_BASE + 240)

Failed to set the length of an address sequence.

◆ UDP_LOG_WSA_STARTUP_EC

#define UDP_LOG_WSA_STARTUP_EC   (UDP_LOG_BASE + 241)

Failed WSAStartup()

◆ UDP_LOG_WINSOCK_INCOMPATIBLE_EC

#define UDP_LOG_WINSOCK_INCOMPATIBLE_EC   (UDP_LOG_BASE + 242)

Incompatible version of Winsock, must not be older than 2.0.

◆ UDP_LOG_INCONSISTENT_MAX_MESSSAGE_SIZE_EC

#define UDP_LOG_INCONSISTENT_MAX_MESSSAGE_SIZE_EC   (UDP_LOG_BASE + 243)

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 .

◆ UDP_LOG_INITIALIZE_FAILED_EC

#define UDP_LOG_INITIALIZE_FAILED_EC   (UDP_LOG_BASE + 244)

Failed to initialized the loopback interface.

◆ UDP_LOG_PORT_NOT_FOUND_EC

#define UDP_LOG_PORT_NOT_FOUND_EC   (UDP_LOG_BASE + 245)

Did not find the specified thread port.

◆ UDP_LOG_CURSOR_ERROR_EC

#define UDP_LOG_CURSOR_ERROR_EC   (UDP_LOG_BASE + 246)

An error occurred while iterating over a cursor.

◆ UDP_LOG_SEND_ERROR_EC

#define UDP_LOG_SEND_ERROR_EC   (UDP_LOG_BASE + 247)

Failed to send message.

A message could not be sent due to system error

◆ UDP_LOG_MULTICAST_NOT_ENABLED_EC

#define UDP_LOG_MULTICAST_NOT_ENABLED_EC   (UDP_LOG_BASE + 248)

Multicast address ignored because multicast supported is not compiled in.

A multicast address was specified as an address, but multicast support has not been enabled with NETIO_CONFIG_ENABLE_MULTICAST in netio_config.h

◆ UDP_LOG_TRANSPORT_NO_INTERFACES_EC

#define UDP_LOG_TRANSPORT_NO_INTERFACES_EC   (UDP_LOG_BASE + 249)

Transport does not have any interfaces.

UDP configuration might be wrong.

◆ UDP_LOG_RECV_ERROR_EC

#define UDP_LOG_RECV_ERROR_EC   (UDP_LOG_BASE + 250)

Failed to receive message.

A message could not be received due to system error

◆ UDP_TRANSFORM_LOG_INVALID_FACTORY_REFERENCE_EC

#define UDP_TRANSFORM_LOG_INVALID_FACTORY_REFERENCE_EC   (UDP_LOG_BASE + 300)

The returned factory reference is NULL.

This error indicates that the system has run out of memory

◆ UDP_TRANSFORM_LOG_FACTORY_NOT_FOUND_EC

#define UDP_TRANSFORM_LOG_FACTORY_NOT_FOUND_EC   (UDP_LOG_BASE + 301)

Could not find the factory used as part of a transform rule.

This error indicates that a factory for the specified rule has not been registered before the UDP transport is registered.

◆ UDP_TRANSFORM_LOG_ALLOC_EC

#define UDP_TRANSFORM_LOG_ALLOC_EC   (UDP_LOG_BASE + 302)

Failed to allocate entry of the specified kind.

◆ UDP_TRANSFORM_LOG_CREATE_EC

#define UDP_TRANSFORM_LOG_CREATE_EC   (UDP_LOG_BASE + 303)

Failed to create a transformation of the specified kind.

◆ UDP_TRANSFORM_LOG_ADD_EC

#define UDP_TRANSFORM_LOG_ADD_EC   (UDP_LOG_BASE + 304)

Failed to add object of specified kind.

◆ UDP_TRANSFORM_LOG_FIND_EC

#define UDP_TRANSFORM_LOG_FIND_EC   (UDP_LOG_BASE + 305)

Failed to find a transformation.

◆ UDP_TRANSFORM_LOG_DUPLICATE_EC

#define UDP_TRANSFORM_LOG_DUPLICATE_EC   (UDP_LOG_BASE + 306)

Duplicate object.

◆ UDP_TRANSFORM_LOG_TRANSFORM_EC

#define UDP_TRANSFORM_LOG_TRANSFORM_EC   (UDP_LOG_BASE + 307)

Source or destination transformation function failed.

◆ UDP_TRANSFORM_LOG_INVALID_UDP_MODE_EC

#define UDP_TRANSFORM_LOG_INVALID_UDP_MODE_EC   (UDP_LOG_BASE + 308)

Invalid UDP mode specified.

◆ UDP_TRANSFORM_LOG_INVALID_TUDP_LOCATOR_KIND_EC

#define UDP_TRANSFORM_LOG_INVALID_TUDP_LOCATOR_KIND_EC   (UDP_LOG_BASE + 309)

Invalid transformation UDP locator kind specified.

UDP_InterfaceFactoryProperty::transform_locator_kind must be greater or equal than NETIO_ADDRESS_KIND_USER and not equal to NETIO_ADDRESS_KIND_SHMEM or NETIO_ADDRESS_KIND_INTRA.

◆ NETIO_SHMEM_LOG_DELETE_TABLE_EC

#define NETIO_SHMEM_LOG_DELETE_TABLE_EC   (SHMEM_LOG_BASE + 1)

Failed to delete a database table for a NETIO shared memory interface.

◆ NETIO_SHMEM_LOG_CREATE_TABLE_EC

#define NETIO_SHMEM_LOG_CREATE_TABLE_EC   (SHMEM_LOG_BASE + 2)

Failed to create a database table for a NETIO shared memory interface.

◆ NETIO_SHMEM_LOG_SELECT_TABLE_EC

#define NETIO_SHMEM_LOG_SELECT_TABLE_EC   (SHMEM_LOG_BASE + 3)

Failed to select a valid record when sending with the NETIO shared memory.

◆ NETIO_SHMEM_LOG_FWD_EC

#define NETIO_SHMEM_LOG_FWD_EC   (SHMEM_LOG_BASE + 4)

Failed to send forward with the NETIO shared memory interface.

◆ NETIO_SHMEM_LOG_BINDX_DB_EC

#define NETIO_SHMEM_LOG_BINDX_DB_EC   (SHMEM_LOG_BASE + 5)

Failed to bind an external interface with the NETIO shared memory interface.

◆ NETIO_SHMEM_LOG_UNBINDX_DB_EC

#define NETIO_SHMEM_LOG_UNBINDX_DB_EC   (SHMEM_LOG_BASE + 6)

Failed to unbind an external interface with the NETIO shared memory interface.

◆ NETIO_SHMEM_LOG_SET_LENGTH_EC

#define NETIO_SHMEM_LOG_SET_LENGTH_EC   (SHMEM_LOG_BASE + 7)

Failed to set the length of an address sequence.

◆ NETIO_SHMEM_LOG_INVALID_PROPERTY_EC

#define NETIO_SHMEM_LOG_INVALID_PROPERTY_EC   (SHMEM_LOG_BASE + 8)

Invalid property passed in when creating a shared memory interface.

◆ NETIO_SHMEM_LOG_INITIALIZE_FAILED_EC

#define NETIO_SHMEM_LOG_INITIALIZE_FAILED_EC   (SHMEM_LOG_BASE + 9)

Failed to initialize the shared memory interface.

◆ NETIO_SHMEM_LOG_CURSOR_ERROR_EC

#define NETIO_SHMEM_LOG_CURSOR_ERROR_EC   (SHMEM_LOG_BASE + 10)

An error occurred with a cursor while iterating over a table.

◆ NETIO_SHMEM_LOG_INVALID_FACTORY_EC

#define NETIO_SHMEM_LOG_INVALID_FACTORY_EC   (SHMEM_LOG_BASE + 11)

An invalid factory was passed in to create a shared memory interface.

◆ NETIO_SHMEM_LOG_INVALID_COMPONENT_EC

#define NETIO_SHMEM_LOG_INVALID_COMPONENT_EC   (SHMEM_LOG_BASE + 12)

An invalid component was passed in to delete a shared memory interface.

◆ NETIO_SHMEM_LOG_INCOMPATIBLE_COOKIE_EC

#define NETIO_SHMEM_LOG_INCOMPATIBLE_COOKIE_EC   (SHMEM_LOG_BASE + 13)

Found incompatible cookie in shared memory header.

◆ NETIO_SHMEM_LOG_INCOMPATIBLE_VERSION_EC

#define NETIO_SHMEM_LOG_INCOMPATIBLE_VERSION_EC   (SHMEM_LOG_BASE + 14)

Found incompatible major version in shared memory header.

◆ NETIO_SHMEM_LOG_INCOMPATIBLE_HEADER_SIZE_EC

#define NETIO_SHMEM_LOG_INCOMPATIBLE_HEADER_SIZE_EC   (SHMEM_LOG_BASE + 15)

Found incompatible header size in shared memory header.

◆ NETIO_SHMEM_LOG_INCOMPATIBLE_HEADER_EC

#define NETIO_SHMEM_LOG_INCOMPATIBLE_HEADER_EC   (SHMEM_LOG_BASE + 16)

Attempted to attach to shared memory header transport concurrent queue that is incompatible.

◆ NETIO_SHMEM_LOG_ADDRESS_IN_USE_EC

#define NETIO_SHMEM_LOG_ADDRESS_IN_USE_EC   (SHMEM_LOG_BASE + 17)

Failed to create or attach to a shared memory segment.

◆ NETIO_SHMEM_LOG_CHECK_SYSTEM_SETTINGS_EC

#define NETIO_SHMEM_LOG_CHECK_SYSTEM_SETTINGS_EC   (SHMEM_LOG_BASE + 18)

Possible failure due to misconfigured system settings on Darwin operating systems.

◆ NETIO_SHMEM_LOG_SHMEM_MUTEX_LOCK_FAILED_EC

#define NETIO_SHMEM_LOG_SHMEM_MUTEX_LOCK_FAILED_EC   (SHMEM_LOG_BASE + 19)

Failed to lock shared memory mutex protecting the shared memory segment.

◆ NETIO_SHMEM_LOG_SHMEM_MUTEX_UNLOCK_FAILED_EC

#define NETIO_SHMEM_LOG_SHMEM_MUTEX_UNLOCK_FAILED_EC   (SHMEM_LOG_BASE + 20)

Failed to unlock shared memory mutex protecting the shared memory segment.

◆ NETIO_SHMEM_LOG_FAILED_TO_ALLOCATE_STRUCT_EC

#define NETIO_SHMEM_LOG_FAILED_TO_ALLOCATE_STRUCT_EC   (SHMEM_LOG_BASE + 21)

Failed to allocate memory needed by shared memory transport.

◆ NETIO_SHMEM_LOG_FAILED_TO_INITIALIZE_EC

#define NETIO_SHMEM_LOG_FAILED_TO_INITIALIZE_EC   (SHMEM_LOG_BASE + 22)

Failed to initialize shared memory transport.

◆ NETIO_SHMEM_LOG_CREATE_ATTACH_INFINITE_EC

#define NETIO_SHMEM_LOG_CREATE_ATTACH_INFINITE_EC   (SHMEM_LOG_BASE + 23)

Failed to create or attach. Possible shared memory key conflict.

◆ NETIO_SHMEM_LOG_FAILED_TO_INIT_MUTEX_EC

#define NETIO_SHMEM_LOG_FAILED_TO_INIT_MUTEX_EC   (SHMEM_LOG_BASE + 24)

Failed to create a new shared memory mutex or failed to attach to an existing one.

◆ NETIO_SHMEM_LOG_FAILED_TO_INIT_SIG_SEM_EC

#define NETIO_SHMEM_LOG_FAILED_TO_INIT_SIG_SEM_EC   (SHMEM_LOG_BASE + 25)

Failed to create signaling semaphore. A Domain Participant's shared memory transport blocks on a signaling semaphore when waiting for data.

◆ NETIO_SHMEM_LOG_FAILED_TAKE_SIGN_SEM_EC

#define NETIO_SHMEM_LOG_FAILED_TAKE_SIGN_SEM_EC   (SHMEM_LOG_BASE + 27)

Failed to take a shared memory signaling semaphore.

◆ NETIO_SHMEM_LOG_SIG_SEM_SIGNAL_FAILED_EC

#define NETIO_SHMEM_LOG_SIG_SEM_SIGNAL_FAILED_EC   (SHMEM_LOG_BASE + 28)

Failed to give a shared memory signaling semaphore.

◆ NETIO_SHMEM_LOG_FAILED_TO_INIT_SEGMENT_ADDR_EC

#define NETIO_SHMEM_LOG_FAILED_TO_INIT_SEGMENT_ADDR_EC   (SHMEM_LOG_BASE + 29)

Failed to attach to a shared memory segment because it doesn't exist.

◆ NETIO_SHMEM_LOG_PACKET_INIT_EC

#define NETIO_SHMEM_LOG_PACKET_INIT_EC   (SHMEM_LOG_BASE + 30)

Failed to initialize a receive packet.

◆ NETIO_SHMEM_LOG_FAILED_TO_INIT_CONCURRENT_Q_EC

#define NETIO_SHMEM_LOG_FAILED_TO_INIT_CONCURRENT_Q_EC   (SHMEM_LOG_BASE + 31)

Failed to create a concurrent queue.

◆ NETIO_SHMEM_LOG_FAILED_TO_ATTACH_CONCURRENT_Q_EC

#define NETIO_SHMEM_LOG_FAILED_TO_ATTACH_CONCURRENT_Q_EC   (SHMEM_LOG_BASE + 32)

Failed to attach to a concurrent queue.

◆ NETIO_SHMEM_LOG_INCOMPATIBLE_CONCURRENT_Q_EC

#define NETIO_SHMEM_LOG_INCOMPATIBLE_CONCURRENT_Q_EC   (SHMEM_LOG_BASE + 33)

Attempting to attach to an incompatible concurrent queue with incompatible message_size_max.

◆ NETIO_SHMEM_LOG_FAILED_TO_GET_TIMESTAMP_EC

#define NETIO_SHMEM_LOG_FAILED_TO_GET_TIMESTAMP_EC   (SHMEM_LOG_BASE + 33)

Failed to get timestamp.

◆ NETIO_SHMEM_LOG_NONFATAL_SIG_SEM_RC_EC

#define NETIO_SHMEM_LOG_NONFATAL_SIG_SEM_RC_EC   (SHMEM_LOG_BASE + 34)

Failed to unlock shared memory mutex.

◆ NETIO_SHMEM_LOG_INCONSISTENT_MESSAGE_SIZE_EC

#define NETIO_SHMEM_LOG_INCONSISTENT_MESSAGE_SIZE_EC   (SHMEM_LOG_BASE + 35)

Failed to unlock shared memory mutex.

◆ NETIO_SHMEM_LOG_RECORD_EC

#define NETIO_SHMEM_LOG_RECORD_EC   (SHMEM_LOG_BASE + 36)

Database operation on record failed.

◆ NETIO_SHMEM_LOG_PACKET_HEAD_EC

#define NETIO_SHMEM_LOG_PACKET_HEAD_EC   (SHMEM_LOG_BASE + 37)

Failed to set packet head.

◆ NETIO_SHMEM_LOG_PACKET_FWD_EC

#define NETIO_SHMEM_LOG_PACKET_FWD_EC   (SHMEM_LOG_BASE + 38)

Failed reception upstream for a received packet.

◆ NETIO_SHMEM_LOG_QUEUE_FULL_EC

#define NETIO_SHMEM_LOG_QUEUE_FULL_EC   (SHMEM_LOG_BASE + 39)

Failed reception upstream for a received packet.

◆ NETIO_SHMEM_LOG_ROUTE_LOOKUP_FAILED_EC

#define NETIO_SHMEM_LOG_ROUTE_LOOKUP_FAILED_EC   (SHMEM_LOG_BASE + 40)

Failed to evict find an entry in the route table.

◆ NETIO_SHMEM_LOG_ROUTE_DELETE_FAILED_EC

#define NETIO_SHMEM_LOG_ROUTE_DELETE_FAILED_EC   (SHMEM_LOG_BASE + 41)

Failed to delete an entry from the route table.

◆ NETIO_SHMEM_LOG_IGNORE_TRANSPORT_COMPATIBILITY_EC

#define NETIO_SHMEM_LOG_IGNORE_TRANSPORT_COMPATIBILITY_EC   (SHMEM_LOG_BASE + 42)

The shared memory transport is ignoring the requested transport minimum compatibility version because it cannot be backward compatible.

◆ NETIO_SHMEM_LOG_UNSUPPORTED_TRANSPORT_COMPATIBILITY_EC

#define NETIO_SHMEM_LOG_UNSUPPORTED_TRANSPORT_COMPATIBILITY_EC   (SHMEM_LOG_BASE + 43)

Unsupported minimum compatibility version because it requires a version of the shared memory transport which is not supported.