The FreeRADIUS server
$Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
|
BIO NULL handlers. More...
#include <freeradius-devel/bio/bio_priv.h>
#include <freeradius-devel/bio/null.h>
Go to the source code of this file.
Functions | |
ssize_t | fr_bio_fail_read (UNUSED fr_bio_t *bio, UNUSED void *packet_ctx, UNUSED void *buffer, UNUSED size_t size) |
Always return error on read. More... | |
ssize_t | fr_bio_fail_write (UNUSED fr_bio_t *bio, UNUSED void *packet_ctx, UNUSED void const *buffer, UNUSED size_t size) |
Always return 0 on write. More... | |
ssize_t | fr_bio_null_read (UNUSED fr_bio_t *bio, UNUSED void *packet_ctx, UNUSED void *buffer, UNUSED size_t size) |
Always return 0 on read. More... | |
ssize_t | fr_bio_null_write (UNUSED fr_bio_t *bio, UNUSED void *packet_ctx, UNUSED void const *buffer, UNUSED size_t size) |
Always return 0 on write. More... | |
BIO NULL handlers.
Definition in file null.c.