ELinks 0.18.0
auth_entry Struct Reference

#include <auth.h>

Collaboration diagram for auth_entry:

Public Member Functions

 LIST_HEAD_EL (struct auth_entry)

Data Fields

struct elinks_object object
struct uriuri
char * realm
char * nonce
char * opaque
struct listbox_itembox_item
char user [AUTH_USER_MAXLEN]
char password [AUTH_PASSWORD_MAXLEN]
unsigned int nc
unsigned int blocked:1
unsigned int valid:1
unsigned int digest:1

Member Function Documentation

◆ LIST_HEAD_EL()

auth_entry::LIST_HEAD_EL ( struct auth_entry )

Field Documentation

◆ blocked

unsigned int auth_entry::blocked

◆ box_item

struct listbox_item* auth_entry::box_item

◆ digest

unsigned int auth_entry::digest

◆ nc

unsigned int auth_entry::nc

◆ nonce

char* auth_entry::nonce

◆ object

struct elinks_object auth_entry::object

◆ opaque

char* auth_entry::opaque

◆ password

char auth_entry::password[AUTH_PASSWORD_MAXLEN]

◆ realm

char* auth_entry::realm

◆ uri

struct uri* auth_entry::uri

◆ user

char auth_entry::user[AUTH_USER_MAXLEN]

◆ valid

unsigned int auth_entry::valid

The documentation for this struct was generated from the following file: