  DOFCipher | A block cipher algorithm implementation | 
  DOFAuthenticatorList | DOF Authenticators List structure | 
  DOFAuthenticatorNode | The DOFAuthenticatorNode interface structure | 
   DOFAuthenticatorNodeFns_t | The assigner interface function structure, containing a list of function pointers that implement the interface | 
  DOFAuthenticatorNodePermissionSetMap | DOFAuthenticatorNodePermissionSetMap_t represents the permissions for a node | 
  DOFAuthenticatorNodePermissionSetMapElement | DOFAuthenticatorNodePermissionSetMapElement contains the set of permissions associated with a Permission Group ID | 
  DOFAuthenticatorStorage | The AuthenticatorStorage interface structure | 
   DOFAuthenticatorStorageFns_t | The assigner interface function structure, containing a list of function pointers that implement the interface | 
  DOFConnectionConnectCallback | The callback interface structure used to monitor connection complete | 
   DOFConnectionConnectCallbackFns_t | The callback interface function structure, containing a list of function pointers that implement the interface | 
  DOFConnectionList | DOF DOFConnection List structure | 
  DOFConnectionPeerListener | The listener interface structure used to monitor connection peers | 
   DOFConnectionPeerListenerFns_t | The listener interface function structure, containing a list of function pointers that implement the interface | 
  DOFConnectionStateListener | The listener interface structure used to monitor connection state | 
   DOFConnectionStateListenerFns_t | The listener interface function structure, containing a list of function pointers that implement the interface | 
  DOFConnectionStreamRequestListener | The listener interface structure used to obtain notification of streaming connection requests, based on the connection, security, interest and available bindings | 
   DOFConnectionStreamRequestListenerFns_t | The listener interface function structure, containing a list of function pointers that implement the interface | 
  DOFDomainList | DOF Domain List structure | 
  DOFDomainListener | The DomainListener interface enables you to be notified when a route to the Authentication Server for a remote domain is discovered | 
   DOFDomainListenerFns_t | The listener interface function structure, containing a list of function pointers that implement the interface | 
  DOFDomainStateListener | The listener interface structure used to obtain information on domain state | 
   DOFDomainStateListenerFns_t | The listener interface function structure, containing a list of function pointers that implement the interface | 
  DOFInterestListener | The DOFInterestListener interface enables you to create functionality for monitoring all interest requests | 
   DOFInterestListenerFns_t | The listener interface function structure, containing a list of function pointers that implement the interface | 
  DOFInterfaceIDList | DOF InterfaceID List structure | 
  DOFLogListener | The listener interface structure used to monitor log messages | 
   DOFLogListenerFns_t | The listener interface function structure, containing a list of function pointers that implement the interface | 
  DOFObjectDefineCallback | The callback interface structure used to receive an Interface definition from the network | 
   DOFObjectDefineCallbackFns_t | The callback interface function structure, containing a list of function pointers that implement the interface | 
  DOFObjectEventCallback | The callback interface structure used to receive results from a Provider for RegisterHandler Operations | 
   DOFObjectEventCallbackFns_t | The callback interface function structure, containing a list of function pointers that implement the interface | 
  DOFObjectGetCallback | The callback interface structure used to receive results from a Provider for Get Operations | 
   DOFObjectGetCallbackFns_t | The callback interface function structure, containing a list of function pointers that implement the interface | 
  DOFObjectIDAttribute | DOF Object ID Attribute Descriptor | 
  DOFObjectIDList | DOF ObjectID List structure | 
  DOFObjectInvokeCallback | The callback interface structure used to receive results from a Provider for Invoke Operations | 
   DOFObjectInvokeCallbackFns_t | The callback interface function structure, containing a list of function pointers that implement the interface | 
  DOFObjectProvider | The callback interface structure used to Provide information to a Requestor | 
   DOFObjectProviderFns_t | The callback interface function structure, containing a list of function pointers that implement the interface | 
  DOFObjectSessionCallback | The callback interface structure used to be notified of session requests | 
   DOFObjectSessionCallbackFns_t | The callback interface function structure, containing a list of function pointers that implement the interface | 
  DOFObjectSetCallback | The callback interface structure used to receive results from a Provider for Set Operations | 
   DOFObjectSetCallbackFns_t | The callback interface function structure, containing a list of function pointers that implement the interface | 
  DOFObjectSubscribeCallback | The callback interface structure used to receive results from a Provider for Subscribe Operations | 
   DOFObjectSubscribeCallbackFns_t | The callback interface function structure, containing a list of function pointers that implement the interface | 
  DOFOperationRetryCallback | The callback interface structure used to determine when to send the next retry | 
   DOFOperationRetryCallbackFns_t | The callback interface function structure, containing a list of function pointers that implement the interface | 
  DOFOperationSessionDataTransform | The callback interface structure used to transform data on an OAP session | 
   DOFOperationSessionDataTransformFns_t | The callback interface function structure, containing a list of function pointers that implement the interface | 
  DOFRuntimeConnectionStateListener | The DOFRuntimeConnectionStateListener interface structure, when implemented, enables you to receive notifications when any of this DOF's connections, either inbound or outbound, are established or go down | 
   DOFRuntimeConnectionStateListenerFns_t | The listener interface function structure, containing a list of function pointers that implement the interface | 
  DOFRuntimeServerStateListener | The DOFRuntimeServerStateListener interface, when implemented, enables you to receive notifications when any of the DOF's servers start or stop | 
   DOFRuntimeServerStateListenerFns_t | The listener interface function structure, containing a list of function pointers that implement the interface | 
  DOFServerList | DOF DOFServer List structure | 
  DOFServerStartCallback | The callback interface structure used to monitor connection complete | 
   DOFServerStartCallbackFns_t | The callback interface function structure, containing a list of function pointers that implement the interface | 
  DOFServerStateListener | The listener interface structure used to monitor server state | 
   DOFServerStateListenerFns_t | The listener interface function structure, containing a list of function pointers that implement the interface | 
  DOFSystemActivateInterestListener | The DOFSystemActivateInterestListener interface enables you to create functionality in providers that begins providing a binding in response to a DOFINTERESTLEVEL_ACTIVATE or higher level of interest | 
   DOFSystemActivateInterestListenerFns_t | The listener interface function structure, containing a list of function pointers that implement the interface | 
  DOFSystemInterestCallback | The callback interface structure used to be notified of interest operation completion | 
   DOFSystemInterestCallbackFns_t | The callback interface function structure, containing a list of function pointers that implement the interface | 
  DOFSystemList | DOF DOFSystem List structure | 
  DOFSystemQueryCallback | The callback interface structure used to obtain changes in the interest set for a query | 
   DOFSystemQueryCallbackFns_t | The callback interface function structure, containing a list of function pointers that implement the interface | 
  DOFSystemRouteListener | The listener interface structure used to be notified of routing changes within the DOF | 
   DOFSystemRouteListenerFns_t | The listener interface function structure, containing a list of function pointers that implement the interface | 
  DTLConnection | The transport's Connection interface structure, representing a transport-level connection | 
   DTLConnectionFns_t | The DTLConnection interface function structure, containing a list of function pointers that implement the interface | 
  DTLServer | The transport's Server interface structure, representing a transport-level server | 
   DTLServerFns_t | The DTLServer interface function structure, containing a list of function pointers that implement the interface | 
  DTLTransport | The core Transport interface structure, allowing connections and servers to be created at the transport layer | 
   DTLTransportFns_t | The DTLTransport interface function structure, containing a list of function pointers that implement the interface | 
  DTLTransportHandler | The Transport Handler interface structure, allowing a transport to communicate with the OAL | 
   DTLTransportHandlerFns_t | The DTLTransportHandler interface function structure, containing a list of function pointers that implement the interface |