The FreeRADIUS server
$Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
|
BIO null handlers. More...
Go to the source code of this file.
Functions | |
ssize_t | fr_bio_fail_read (fr_bio_t *bio, void *packet_ctx, void *buffer, size_t size) |
ssize_t | fr_bio_fail_write (fr_bio_t *bio, void *packet_ctx, void const *buffer, size_t size) |
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) |
BIO null handlers.
Definition in file null.h.