The FreeRADIUS server  $Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
Functions
null.h File Reference

BIO null handlers. More...

Go to the source code of this file.

Functions

ssize_t fr_bio_null_read (fr_bio_t *bio, void *packet_ctx, void *buffer, size_t size)
 
ssize_t fr_bio_null_write (fr_bio_t *bio, void *packet_ctx, void const *buffer, size_t size)
 

Detailed Description

BIO null handlers.

Id
1a0e72a1017841dc51df2a565f9e7d1cb87d8a3d

Definition in file null.h.

Function Documentation

◆ fr_bio_null_read()

ssize_t fr_bio_null_read ( fr_bio_t bio,
void *  packet_ctx,
void *  buffer,
size_t  size 
)

◆ fr_bio_null_write()

ssize_t fr_bio_null_write ( fr_bio_t bio,
void *  packet_ctx,
void const *  buffer,
size_t  size 
)