The FreeRADIUS server $Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
Loading...
Searching...
No Matches
Enumerations
crl.h File Reference

Constants for the CRL protocol. More...

Go to the source code of this file.

Enumerations

enum  fr_crl_packet_code_t {
  FR_CRL_INVALID = 0 ,
  FR_CRL_CRL_FETCH ,
  FR_CRL_CRL_REFRESH ,
  FR_CRL_FETCH_OK ,
  FR_CRL_FETCH_FAIL ,
  FR_CRL_CRL_EXPIRE ,
  FR_CRL_CODE_MAX ,
  FR_CRL_DO_NOT_RESPOND = 255
}
 CRL packet codes. More...
 

Detailed Description

Constants for the CRL protocol.

Id
e019215aee240f0ca161f9b175f99ef1f81f7110

Definition in file crl.h.

Enumeration Type Documentation

◆ fr_crl_packet_code_t

CRL packet codes.

Enumerator
FR_CRL_INVALID 
FR_CRL_CRL_FETCH 
FR_CRL_CRL_REFRESH 
FR_CRL_FETCH_OK 
FR_CRL_FETCH_FAIL 
FR_CRL_CRL_EXPIRE 
FR_CRL_CODE_MAX 
FR_CRL_DO_NOT_RESPOND 

Definition at line 30 of file crl.h.