The FreeRADIUS server  $Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
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. 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...
 

Detailed Description

Functions to support RADIUS bio handlers.

Id
4fcfc3e03d03a52b621d35506497b5c54b18ba42

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 64 of file bio.c.

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