fred-mod-whoisd-3.12.1
|
Structure holding domain data. More...
#include <whois-client.h>
Data Fields | |
char * | domain |
Domain name. More... | |
char * | registrant |
Registrant. More... | |
char ** | admin_c |
Administrators. More... | |
char ** | temp_c |
Temporary contacts. More... | |
char * | nsset |
Nsset handle. More... | |
char * | keyset |
KeySet handle. | |
char * | registrar |
Handle of registrar. More... | |
char ** | status |
Status array for domain. More... | |
char * | registered |
Date of domain registration. More... | |
char * | changed |
Last update of domain. More... | |
char * | expire |
Expiration date of domain. More... | |
char * | validated_to |
Not NULL if it is an ENUM domain. More... | |
int * | status_ids |
Untranslated status numbers from corba. More... | |
Structure holding domain data.
char** obj_domain::admin_c |
Administrators.
Referenced by copy_domain(), print_domain_object(), recurse_domain(), and whois_release_data().
char* obj_domain::changed |
Last update of domain.
Referenced by copy_domain(), print_domain_object(), and whois_release_data().
char* obj_domain::domain |
Domain name.
Referenced by check_duplicates(), copy_domain(), print_domain_object(), and whois_release_data().
char* obj_domain::expire |
Expiration date of domain.
Referenced by copy_domain(), print_domain_object(), and whois_release_data().
char* obj_domain::nsset |
Nsset handle.
Referenced by copy_domain(), print_domain_object(), recurse_domain(), and whois_release_data().
char* obj_domain::registered |
Date of domain registration.
Referenced by copy_domain(), print_domain_object(), and whois_release_data().
char* obj_domain::registrant |
Registrant.
Referenced by copy_domain(), print_domain_object(), recurse_domain(), and whois_release_data().
char* obj_domain::registrar |
Handle of registrar.
Referenced by copy_domain(), print_domain_object(), and whois_release_data().
char** obj_domain::status |
Status array for domain.
Referenced by copy_domain(), print_domain_object(), translate_status(), and whois_release_data().
int* obj_domain::status_ids |
Untranslated status numbers from corba.
Referenced by copy_domain(), translate_status(), and whois_release_data().
char** obj_domain::temp_c |
Temporary contacts.
Referenced by copy_domain(), print_domain_object(), and recurse_domain().
char* obj_domain::validated_to |
Not NULL if it is an ENUM domain.
Referenced by copy_domain(), print_domain_object(), and whois_release_data().