RTI Connext Micro C API  Version 2.4.14.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
NETIO

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 ARINC_LOG_INITIALIZE_FAILED_EC   (NETIO_ARINC_LOG_BASE + 1)
 Failed to initialized the ARINC interface.
#define ARINC_LOG_ALLOC_EC   (NETIO_ARINC_LOG_BASE + 2)
 Failed to allocate memory for a ARINC interface.
#define ARINC_LOG_CREATE_ROUTE_TABLE_EC   (NETIO_ARINC_LOG_BASE + 3)
 Failed to create a database table for storing ARINC route info.
#define ARINC_LOG_CREATE_QUEUING_PORT_EC   (NETIO_ARINC_LOG_BASE + 4)
 Failed to get queuing port ID.
#define ARINC_LOG_PACKET_HEAD_EC   (NETIO_ARINC_LOG_BASE + 5)
 Failed to set the head of a receive packet.
#define ARINC_LOG_PACKET_INVALID_PAYLOAD_LEN_EC   (NETIO_ARINC_LOG_BASE + 6)
 Invalid length of packet payload.
#define ARINC_LOG_GET_QUEUING_PORT_STATUS_EC   (NETIO_ARINC_LOG_BASE + 7)
 Failed to get queuing port status.
#define ARINC_LOG_RCV_QUEUING_MSG_EC   (NETIO_ARINC_LOG_BASE + 8)
 Failed to receive queuing port message.
#define ARINC_LOG_RECEIVE_EC   (NETIO_ARINC_LOG_BASE + 9)
 Packet reception failed from an upstream NETIO interface.
#define ARINC_LOG_CURSOR_ERROR_EC   (NETIO_ARINC_LOG_BASE + 10)
 An error occurred while iterating over a cursor.
#define ARINC_LOG_INVALID_UDP_ADDR_STRING_EC   (NETIO_ARINC_LOG_BASE + 11)
 Invalid format of a UDP address string.
#define ARINC_LOG_INDEXER_ADD_ENTRY_FAILED_EC   (NETIO_ARINC_LOG_BASE + 12)
 Failed to add entry to the send routes indexer.
#define ARINC_LOG_INVALID_FACTORY_PROPERTY_EC   (NETIO_ARINC_LOG_BASE + 13)
 Invalid ARINC interface factory property.
#define ARINC_LOG_INVALID_ADDR_KIND_EC   (NETIO_ARINC_LOG_BASE + 14)
 Unsupported or invalid address kind. Not ARINC or UDP.
#define ARINC_LOG_DESERIALIZE_HEADER_EC   (NETIO_ARINC_LOG_BASE + 15)
 Failed to deserialize ARINC header from message received from a Queuing port.
#define ARINC_LOG_RCV_BUF_ALLOC_EC   (NETIO_ARINC_LOG_BASE + 16)
 Failed to allocate a receive buffer due to out of memory.
#define ARINC_LOG_INDEX_NEW_EC   (NETIO_ARINC_LOG_BASE + 17)
 Failed to create indexer.
#define ARINC_LOG_SEND_ROUTE_ALLOC_EC   (NETIO_ARINC_LOG_BASE + 18)
 Failed to allocate send-routes array due to out of memory.
#define ARINC_LOG_SEND_Q_MSG_EC   (NETIO_ARINC_LOG_BASE + 19)
 Failed to send message from an APEX queuing port.
#define ARINC_LOG_SERIALIZE_HEADER_EC   (NETIO_ARINC_LOG_BASE + 20)
 Failed to serialize the ARINC header to a message to be sent to a queueing port.
#define ARINC_LOG_ADD_RTE_ENTRY_EC   (NETIO_ARINC_LOG_BASE + 21)
 Failed to add a route entry.
#define ARINC_LOG_CREATE_TABLE_EC   (NETIO_ARINC_LOG_BASE + 22)
 Failed to create a database table for a ARINC interface.
#define ARINC_LOG_CREATE_RECV_THREAD_EC   (NETIO_ARINC_LOG_BASE + 23)
 Failed to create a receive thread for an ARINC interface.
#define ARINC_LOG_START_RECV_THREAD_EC   (NETIO_ARINC_LOG_BASE + 24)
 Failed to start a receive thread for an ARINC interface.
#define ARINC_LOG_LOCK_PREEMPTION_EC   (NETIO_ARINC_LOG_BASE + 25)
 Failed to lock the APEX preemption lock.
#define ARINC_LOG_UNLOCK_PREEMPTION_EC   (NETIO_ARINC_LOG_BASE + 26)
 Failed to unlock the APEX preemption lock.
#define ARINC_LOG_GET_RECV_PORT_BUFFER_EC   (NETIO_ARINC_LOG_BASE + 27)
 Failed to get buffer for the receive port.
#define ARINC_PORT_MANAGER_INTF_SET_LENGTH_EC   (NETIO_ARINC_LOG_BASE + 28)
 Failed to set the number of managed interfaces in the port manager.
#define ARINC_LOG_ALLOC_RECV_PORT_BUFFER_EC   (NETIO_ARINC_LOG_BASE + 29)
 Failed to allocate the buffer pool for the receive buffers.
#define ARINC_PORT_MANAGER_INTF_SET_MAX_EC   (NETIO_ARINC_LOG_BASE + 30)
 Failed to set the maximum number of managed interfaces in the Port manager.
#define ARINC_PORT_MANAGER_RECV_PORT_SET_MAX_EC   (NETIO_ARINC_LOG_BASE + 31)
 Failed to set the maximum number of receive ports in the port manager.
#define ARINC_PORT_MANAGER_RECV_PORT_SET_LENGTH_EC   (NETIO_ARINC_LOG_BASE + 32)
 Failed to set length of the receive ports in the Port manager.
#define ARINC_LOG_ALLOC_RECV_QUEUE_POOL_EC   (NETIO_ARINC_LOG_BASE + 33)
 Failed to allocate a buffer pool for the ARCINC transport interface receive queue.
#define ARINC_LOG_CREATE_EVENT_EC   (NETIO_ARINC_LOG_BASE + 34)
 Failed create ARINC event.
#define ARINC_LOG_CREATE_PORT_MANAGER_EC   (NETIO_ARINC_LOG_BASE + 35)
 Failed create or update the Port manager.
#define ARINC_LOG_FAILED_TO_FIND_PORTMANAGER_FACTORY_EC   (NETIO_ARINC_LOG_BASE + 36)
 Failed to find the factory for the port manager.
#define ARINC_LOG_WAIT_EVENT_FAILED_EC   (NETIO_ARINC_LOG_BASE + 37)
 Failed to wait for an APEX event.
#define ARINC_LOG_PERIODIC_WAIT_FAILED_EC   (NETIO_ARINC_LOG_BASE + 38)
 Failed to call Periodic wait for an APEX process.
#define ARINC_LOG_INTERFACE_QUEUE_FULL_EC   (NETIO_ARINC_LOG_BASE + 39)
 Arinc Interface internal queue is full to process messages.
#define ARINC_LOG_SET_EVENT_FAILED_EC   (NETIO_ARINC_LOG_BASE + 40)
 Failed to set an APEX event.
#define ARINC_LOG_RESET_EVENT_FAILED_EC   (NETIO_ARINC_LOG_BASE + 41)
 Failed to reset an APEX event.
#define ARINC_LOG_FAILED_TO_FIND_PORTMANAGER_PROPERTY_EC   (NETIO_ARINC_LOG_BASE + 42)
 Failed to find the factory property for the port manager.
#define ARINC_LOG_FAILED_TO_GET_REGISTRY_EC   (NETIO_ARINC_LOG_BASE + 43)
 Failed to find the the registry instance.
#define ARINC_LOG_INCONSISTENT_PORTMANAGER_PROPERTY_EC   (NETIO_ARINC_LOG_BASE + 44)
 Port manager property is not consistent.
#define ARINC_PORT_MANAGER_RECEIVE_DATABASE_ERROR_EC   (NETIO_ARINC_LOG_BASE + 45)
 Database error in processing received messages.
#define ARINC_LOG_MISCONFIGURED_SENDPORTS_PROPERTY_W_INDEX_EC   (NETIO_ARINC_LOG_BASE + 46)
 Misconfiguration in the send ports.
#define ARINC_LOG_MISCONFIGURED_RECVPORTS_PROPERTY_W_INDEX_EC   (NETIO_ARINC_LOG_BASE + 47)
 Misconfiguration in the receive ports.
#define ARINC_DATABASE_CREATE_FAILED_EC   (NETIO_ARINC_LOG_BASE + 48)
 Creation of portmanager's database failed.
#define ARINC_LOG_CREATE_INDEX_EC   (NETIO_ARINC_LOG_BASE + 49)
 Creation of portmanager's index failed.
#define ARINC_LOG_DISPATCH_Q_MESSAGE_FAILED_EC   (NETIO_ARINC_LOG_BASE + 50)
 Receive thread failed to dispatch a queueing message to an interface.
#define ARINC_LOG_PORT_MANAGER_RECEIVE_Q_FULL_EC   (NETIO_ARINC_LOG_BASE + 51)
 Port manager receive queue is full.
#define ARINC_LOG_RECVPORT_INVALID_MESSAGE_EC   (NETIO_ARINC_LOG_BASE + 52)
 Receive port received an invalid message.
#define ARINC_LOG_SEND_Q_FULL_EC   (NETIO_ARINC_LOG_BASE + 53)
 ARINC send port queue is full.
#define ARINC_LOG_PORT_MANAGER_SEND_FAILED_EC   (NETIO_ARINC_LOG_BASE + 54)
 Port manager failed to send a message.
#define ARINC_LOG_RECEIVE_PORT_OVERFLOW_EC   (NETIO_ARINC_LOG_BASE + 55)
 Receive port has overflowed since it was last read from.
#define ARINC_LOG_RESERVE_INVALID_RECEIVE_ADDRESS_EC   (NETIO_ARINC_LOG_BASE + 56)
 Tried to reseve an invalid receive address.

Detailed Description

Network I/O. ModuleID = 4.


Macro Definition Documentation

#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.

May have exceeded DomainParticipantQos.resource_limits.max_receive_ports or DomainParticipantQos.resource_limits.local_writer_allocation

#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.

May have exceeded DomainParticipantQos.resource_limits.max_destination_ports

#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.

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

#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.

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_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.

#define NETIO_LOG_PACKET_INITIALIZE_EC   (UDP_LOG_BASE + 29)

Failed to initialize packet.

NETIO_Packet_initialize() failed due to invalid arguments

#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.

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 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.

A message could not be sent due to system error

#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

#define UDP_LOG_TRANSPORT_NO_INTERFACES_EC   (UDP_LOG_BASE + 249)

Transport does not have any interfaces.

UDP configuration might be wrong.

#define UDP_LOG_RECV_ERROR_EC   (UDP_LOG_BASE + 250)

Failed to receive message.

A message could not be received due to system error

#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

#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.

#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.

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.

#define ARINC_LOG_INITIALIZE_FAILED_EC   (NETIO_ARINC_LOG_BASE + 1)

Failed to initialized the ARINC interface.

#define ARINC_LOG_ALLOC_EC   (NETIO_ARINC_LOG_BASE + 2)

Failed to allocate memory for a ARINC interface.

#define ARINC_LOG_CREATE_ROUTE_TABLE_EC   (NETIO_ARINC_LOG_BASE + 3)

Failed to create a database table for storing ARINC route info.

#define ARINC_LOG_CREATE_QUEUING_PORT_EC   (NETIO_ARINC_LOG_BASE + 4)

Failed to get queuing port ID.

#define ARINC_LOG_PACKET_HEAD_EC   (NETIO_ARINC_LOG_BASE + 5)

Failed to set the head of a receive packet.

#define ARINC_LOG_PACKET_INVALID_PAYLOAD_LEN_EC   (NETIO_ARINC_LOG_BASE + 6)

Invalid length of packet payload.

#define ARINC_LOG_GET_QUEUING_PORT_STATUS_EC   (NETIO_ARINC_LOG_BASE + 7)

Failed to get queuing port status.

#define ARINC_LOG_RCV_QUEUING_MSG_EC   (NETIO_ARINC_LOG_BASE + 8)

Failed to receive queuing port message.

#define ARINC_LOG_RECEIVE_EC   (NETIO_ARINC_LOG_BASE + 9)

Packet reception failed from an upstream NETIO interface.

#define ARINC_LOG_CURSOR_ERROR_EC   (NETIO_ARINC_LOG_BASE + 10)

An error occurred while iterating over a cursor.

#define ARINC_LOG_INVALID_UDP_ADDR_STRING_EC   (NETIO_ARINC_LOG_BASE + 11)

Invalid format of a UDP address string.

#define ARINC_LOG_INDEXER_ADD_ENTRY_FAILED_EC   (NETIO_ARINC_LOG_BASE + 12)

Failed to add entry to the send routes indexer.

#define ARINC_LOG_INVALID_FACTORY_PROPERTY_EC   (NETIO_ARINC_LOG_BASE + 13)

Invalid ARINC interface factory property.

#define ARINC_LOG_INVALID_ADDR_KIND_EC   (NETIO_ARINC_LOG_BASE + 14)

Unsupported or invalid address kind. Not ARINC or UDP.

#define ARINC_LOG_DESERIALIZE_HEADER_EC   (NETIO_ARINC_LOG_BASE + 15)

Failed to deserialize ARINC header from message received from a Queuing port.

#define ARINC_LOG_RCV_BUF_ALLOC_EC   (NETIO_ARINC_LOG_BASE + 16)

Failed to allocate a receive buffer due to out of memory.

#define ARINC_LOG_INDEX_NEW_EC   (NETIO_ARINC_LOG_BASE + 17)

Failed to create indexer.

#define ARINC_LOG_SEND_ROUTE_ALLOC_EC   (NETIO_ARINC_LOG_BASE + 18)

Failed to allocate send-routes array due to out of memory.

#define ARINC_LOG_SEND_Q_MSG_EC   (NETIO_ARINC_LOG_BASE + 19)

Failed to send message from an APEX queuing port.

#define ARINC_LOG_SERIALIZE_HEADER_EC   (NETIO_ARINC_LOG_BASE + 20)

Failed to serialize the ARINC header to a message to be sent to a queueing port.

#define ARINC_LOG_ADD_RTE_ENTRY_EC   (NETIO_ARINC_LOG_BASE + 21)

Failed to add a route entry.

#define ARINC_LOG_CREATE_TABLE_EC   (NETIO_ARINC_LOG_BASE + 22)

Failed to create a database table for a ARINC interface.

#define ARINC_LOG_CREATE_RECV_THREAD_EC   (NETIO_ARINC_LOG_BASE + 23)

Failed to create a receive thread for an ARINC interface.

#define ARINC_LOG_START_RECV_THREAD_EC   (NETIO_ARINC_LOG_BASE + 24)

Failed to start a receive thread for an ARINC interface.

#define ARINC_LOG_LOCK_PREEMPTION_EC   (NETIO_ARINC_LOG_BASE + 25)

Failed to lock the APEX preemption lock.

#define ARINC_LOG_UNLOCK_PREEMPTION_EC   (NETIO_ARINC_LOG_BASE + 26)

Failed to unlock the APEX preemption lock.

#define ARINC_LOG_GET_RECV_PORT_BUFFER_EC   (NETIO_ARINC_LOG_BASE + 27)

Failed to get buffer for the receive port.

#define ARINC_PORT_MANAGER_INTF_SET_LENGTH_EC   (NETIO_ARINC_LOG_BASE + 28)

Failed to set the number of managed interfaces in the port manager.

#define ARINC_LOG_ALLOC_RECV_PORT_BUFFER_EC   (NETIO_ARINC_LOG_BASE + 29)

Failed to allocate the buffer pool for the receive buffers.

#define ARINC_PORT_MANAGER_INTF_SET_MAX_EC   (NETIO_ARINC_LOG_BASE + 30)

Failed to set the maximum number of managed interfaces in the Port manager.

#define ARINC_PORT_MANAGER_RECV_PORT_SET_MAX_EC   (NETIO_ARINC_LOG_BASE + 31)

Failed to set the maximum number of receive ports in the port manager.

#define ARINC_PORT_MANAGER_RECV_PORT_SET_LENGTH_EC   (NETIO_ARINC_LOG_BASE + 32)

Failed to set length of the receive ports in the Port manager.

#define ARINC_LOG_ALLOC_RECV_QUEUE_POOL_EC   (NETIO_ARINC_LOG_BASE + 33)

Failed to allocate a buffer pool for the ARCINC transport interface receive queue.

#define ARINC_LOG_CREATE_EVENT_EC   (NETIO_ARINC_LOG_BASE + 34)

Failed create ARINC event.

#define ARINC_LOG_CREATE_PORT_MANAGER_EC   (NETIO_ARINC_LOG_BASE + 35)

Failed create or update the Port manager.

#define ARINC_LOG_FAILED_TO_FIND_PORTMANAGER_FACTORY_EC   (NETIO_ARINC_LOG_BASE + 36)

Failed to find the factory for the port manager.

#define ARINC_LOG_WAIT_EVENT_FAILED_EC   (NETIO_ARINC_LOG_BASE + 37)

Failed to wait for an APEX event.

#define ARINC_LOG_PERIODIC_WAIT_FAILED_EC   (NETIO_ARINC_LOG_BASE + 38)

Failed to call Periodic wait for an APEX process.

#define ARINC_LOG_INTERFACE_QUEUE_FULL_EC   (NETIO_ARINC_LOG_BASE + 39)

Arinc Interface internal queue is full to process messages.

#define ARINC_LOG_SET_EVENT_FAILED_EC   (NETIO_ARINC_LOG_BASE + 40)

Failed to set an APEX event.

#define ARINC_LOG_RESET_EVENT_FAILED_EC   (NETIO_ARINC_LOG_BASE + 41)

Failed to reset an APEX event.

#define ARINC_LOG_FAILED_TO_FIND_PORTMANAGER_PROPERTY_EC   (NETIO_ARINC_LOG_BASE + 42)

Failed to find the factory property for the port manager.

#define ARINC_LOG_FAILED_TO_GET_REGISTRY_EC   (NETIO_ARINC_LOG_BASE + 43)

Failed to find the the registry instance.

#define ARINC_LOG_INCONSISTENT_PORTMANAGER_PROPERTY_EC   (NETIO_ARINC_LOG_BASE + 44)

Port manager property is not consistent.

#define ARINC_PORT_MANAGER_RECEIVE_DATABASE_ERROR_EC   (NETIO_ARINC_LOG_BASE + 45)

Database error in processing received messages.

#define ARINC_LOG_MISCONFIGURED_SENDPORTS_PROPERTY_W_INDEX_EC   (NETIO_ARINC_LOG_BASE + 46)

Misconfiguration in the send ports.

#define ARINC_LOG_MISCONFIGURED_RECVPORTS_PROPERTY_W_INDEX_EC   (NETIO_ARINC_LOG_BASE + 47)

Misconfiguration in the receive ports.

#define ARINC_DATABASE_CREATE_FAILED_EC   (NETIO_ARINC_LOG_BASE + 48)

Creation of portmanager's database failed.

#define ARINC_LOG_CREATE_INDEX_EC   (NETIO_ARINC_LOG_BASE + 49)

Creation of portmanager's index failed.

#define ARINC_LOG_DISPATCH_Q_MESSAGE_FAILED_EC   (NETIO_ARINC_LOG_BASE + 50)

Receive thread failed to dispatch a queueing message to an interface.

#define ARINC_LOG_PORT_MANAGER_RECEIVE_Q_FULL_EC   (NETIO_ARINC_LOG_BASE + 51)

Port manager receive queue is full.

#define ARINC_LOG_RECVPORT_INVALID_MESSAGE_EC   (NETIO_ARINC_LOG_BASE + 52)

Receive port received an invalid message.

#define ARINC_LOG_SEND_Q_FULL_EC   (NETIO_ARINC_LOG_BASE + 53)

ARINC send port queue is full.

#define ARINC_LOG_PORT_MANAGER_SEND_FAILED_EC   (NETIO_ARINC_LOG_BASE + 54)

Port manager failed to send a message.

#define ARINC_LOG_RECEIVE_PORT_OVERFLOW_EC   (NETIO_ARINC_LOG_BASE + 55)

Receive port has overflowed since it was last read from.

#define ARINC_LOG_RESERVE_INVALID_RECEIVE_ADDRESS_EC   (NETIO_ARINC_LOG_BASE + 56)

Tried to reseve an invalid receive address.


RTI Connext Micro C API Version 2.4.14.1 Copyright © Thu Nov 2 2023 Real-Time Innovations, Inc