The FreeRADIUS server
$Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
|
Functions to support RADIUS bio handlers. More...
#include <freeradius-devel/radius/bio.h>
Go to the source code of this file.
Functions | |
fr_bio_verify_action_t | fr_radius_bio_verify (UNUSED fr_bio_t *bio, void *verify_ctx, UNUSED void *packet_ctx, const void *data, size_t *size) |
Callback for RADIUS packet verification. More... | |
fr_bio_verify_action_t | fr_radius_bio_verify_datagram (UNUSED fr_bio_t *bio, void *verify_ctx, UNUSED void *packet_ctx, const void *data, size_t *size) |
And verify a datagram packet. More... | |
Functions to support RADIUS bio handlers.
Definition in file bio.c.
fr_bio_verify_action_t fr_radius_bio_verify | ( | UNUSED fr_bio_t * | bio, |
void * | verify_ctx, | ||
UNUSED void * | packet_ctx, | ||
const void * | data, | ||
size_t * | size | ||
) |
fr_bio_verify_action_t fr_radius_bio_verify_datagram | ( | UNUSED fr_bio_t * | bio, |
void * | verify_ctx, | ||
UNUSED void * | packet_ctx, | ||
const void * | data, | ||
size_t * | size | ||
) |