![]() |
The FreeRADIUS server $Id: f3670dba8951ca10eb4948feb3dc3db9423a334f $
|
Functions to support RADIUS bio handlers. More...
#include <freeradius-devel/radius/bio.h>
Include dependency graph for bio.c: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. | |
| 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. | |
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 | ||
| ) |
1.9.8