GNU libmicrohttpd
0.9.29
|
#include </builddir/build/BUILD/libmicrohttpd-0.9.46/src/microhttpd/internal.h>
Data Fields | |
unsigned long int | nc |
char | nonce [MAX_NONCE_LENGTH] |
A structure representing the internal holder of the nonce-nc map.
Definition at line 186 of file internal.h.
unsigned long int MHD_NonceNc::nc |
Nonce counter, a value that increases for each subsequent request for the same nonce.
Definition at line 193 of file internal.h.
char MHD_NonceNc::nonce[MAX_NONCE_LENGTH] |
Nonce value:
Definition at line 198 of file internal.h.