The DOFAuthenticatorNode interface structure. More...
Data Structures | |
struct | DOFAuthenticatorNodeFns_t |
The assigner interface function structure, containing a list of function pointers that implement the interface. More... | |
The DOFAuthenticatorNode interface structure.
The DOFAuthenticatorNode interface.
Represents a node in the authentication server storage.
This structure should be placed as the first element in a larger structure representing any necessary state of the listener. All of the functions take as their first argument a pointer to this structure (a DOFAuthenticatorNode). Inside each function, it can thus be type-cast as a pointer to the larger structure to access the listener's state. If no additional state is required, this structure may be used directly.
Defined as a pointer to the DOFAuthenticatorNode_t structure. Refer to the structure for more information.