Asterisk - The Open Source Telephony Project GIT-master-2de1a68
Data Fields
ast_http_digest Struct Reference

#include <utils.h>

Collaboration diagram for ast_http_digest:
Collaboration graph
[legend]

Data Fields

struct ast_string_field_mgr __field_mgr
 
struct ast_string_field_pool__field_mgr_pool
 
const ast_string_field cnonce
 
const ast_string_field domain
 
const ast_string_field nc
 
const ast_string_field nonce
 
const ast_string_field opaque
 
int qop
 
const ast_string_field realm
 
const ast_string_field response
 
const ast_string_field uri
 
const ast_string_field username
 

Detailed Description

Definition at line 690 of file utils.h.

Field Documentation

◆ __field_mgr

struct ast_string_field_mgr __field_mgr

Definition at line 701 of file utils.h.

◆ __field_mgr_pool

struct ast_string_field_pool* __field_mgr_pool

Definition at line 701 of file utils.h.

◆ cnonce

const ast_string_field cnonce

Definition at line 701 of file utils.h.

◆ domain

const ast_string_field domain

Definition at line 701 of file utils.h.

Referenced by Registration::write().

◆ nc

const ast_string_field nc

Definition at line 701 of file utils.h.

◆ nonce

const ast_string_field nonce

Definition at line 701 of file utils.h.

◆ opaque

const ast_string_field opaque

Definition at line 701 of file utils.h.

◆ qop

int qop

Definition at line 702 of file utils.h.

◆ realm

const ast_string_field realm

Definition at line 701 of file utils.h.

◆ response

const ast_string_field response

Definition at line 701 of file utils.h.

◆ uri

const ast_string_field uri

Definition at line 701 of file utils.h.

◆ username

const ast_string_field username

Definition at line 701 of file utils.h.


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