The FreeRADIUS server $Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
Loading...
Searching...
No Matches
Functions
bio.c File Reference

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.
 

Detailed Description

Functions to support RADIUS bio handlers.

Id
aa6687ba81b103a2b6d382d2403a721b748fa9d9

Definition in file bio.c.

Function Documentation

◆ fr_radius_bio_verify()

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.

Definition at line 32 of file bio.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ fr_radius_bio_verify_datagram()

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.

Definition at line 70 of file bio.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function: