| OpENer - Open Source EtherNet/IP(TM)  I/O Target Stack
    2.1
    | 
#include <doublylinkedlist.h>
| Data Fields | |
| void * | data | 
| DoublyLinkedListNode * | next | 
| DoublyLinkedListNode * | previous | 
Definition at line 23 of file doublylinkedlist.h.
| void* doubly_linked_list_node::data | 
Definition at line 26 of file doublylinkedlist.h.
Referenced by CheckAndHandleConsumingUdpSockets(), CheckForExistingConnection(), CheckForTimedOutConnectionsAndCloseTCPConnections(), CloseAllConnections(), CloseAllConnectionsForInputWithSameType(), CloseClass3ConnectionBasedOnSession(), ConnectionWithSameConfigPointExists(), DoublyLinkedListNodeCreate(), ForwardClose(), GetConnectedObject(), GetConnectedOutputAssembly(), GetExistingProducerMulticastConnection(), GetNextNonControlMasterConnection(), HandleNonNullNonMatchingForwardOpenRequest(), IsConnectedOutputAssembly(), ManageConnections(), SetupIoConnectionTargetToOriginatorConnectionPoint(), and TriggerConnections().
| DoublyLinkedListNode* doubly_linked_list_node::next | 
Definition at line 25 of file doublylinkedlist.h.
Referenced by CheckAndHandleConsumingUdpSockets(), CheckForExistingConnection(), CheckForTimedOutConnectionsAndCloseTCPConnections(), CloseAllConnectionsForInputWithSameType(), CloseClass3ConnectionBasedOnSession(), ConnectionWithSameConfigPointExists(), DoublyLinkedListDestroy(), DoublyLinkedListInsertAfterNode(), DoublyLinkedListInsertAtHead(), DoublyLinkedListInsertAtTail(), DoublyLinkedListInsertBeforeNode(), DoublyLinkedListRemoveNode(), ForwardClose(), GetConnectedObject(), GetConnectedOutputAssembly(), GetExistingProducerMulticastConnection(), GetNextNonControlMasterConnection(), IsConnectedOutputAssembly(), ManageConnections(), RemoveFromActiveConnections(), and SetupIoConnectionTargetToOriginatorConnectionPoint().
| DoublyLinkedListNode* doubly_linked_list_node::previous | 
Definition at line 24 of file doublylinkedlist.h.
Referenced by DoublyLinkedListInsertAfterNode(), DoublyLinkedListInsertAtHead(), DoublyLinkedListInsertAtTail(), DoublyLinkedListInsertBeforeNode(), and DoublyLinkedListRemoveNode().