![]() |
The FreeRADIUS server $Id: f3670dba8951ca10eb4948feb3dc3db9423a334f $
|
BIO NULL handlers. More...
#include <freeradius-devel/bio/bio_priv.h>#include <freeradius-devel/bio/null.h>
Include dependency graph for null.c: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. | |
| 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 an error on write. | |
| 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. | |
| 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. | |
BIO NULL handlers.
Definition in file null.c.
1.9.8