|
OpenDNSSEC-signer
1.3.9
|
#include <adapter.h>

Data Fields | |
| const char * | configstr |
| adapter_mode | type |
| int | inbound |
| allocator_type * | allocator |
| adapter_data * | data |
| allocator_type* adapter_struct::allocator |
Definition at line 68 of file adapter.h.
Referenced by adapter_cleanup(), and adapter_create().
| const char* adapter_struct::configstr |
Definition at line 65 of file adapter.h.
Referenced by adapter_cleanup(), adapter_compare(), adapter_create(), adapter_init(), adapter_read(), adapter_write(), and tools_input().
| adapter_data* adapter_struct::data |
Definition at line 69 of file adapter.h.
Referenced by adapter_cleanup(), and adapter_create().
| int adapter_struct::inbound |
Definition at line 67 of file adapter.h.
Referenced by adapter_compare(), and adapter_create().
| adapter_mode adapter_struct::type |
Definition at line 66 of file adapter.h.
Referenced by adapter_compare(), adapter_create(), adapter_init(), adapter_read(), adapter_write(), tools_input(), and zone_examine().
1.8.1.2