The FreeRADIUS server
$Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
|
RADIUS bio handlers for outgoing RADIUS client sockets over UDP. More...
#include <freeradius-devel/radius/client.h>
Go to the source code of this file.
Functions | |
fr_bio_packet_t * | fr_radius_client_udp_bio_alloc (TALLOC_CTX *ctx, fr_radius_client_config_t *cfg, fr_bio_fd_config_t const *fd_cfg) |
Allocate a RADIUS bio for writing client packets. More... | |
RADIUS bio handlers for outgoing RADIUS client sockets over UDP.
Definition in file client_udp.h.
fr_bio_packet_t* fr_radius_client_udp_bio_alloc | ( | TALLOC_CTX * | ctx, |
fr_radius_client_config_t * | cfg, | ||
fr_bio_fd_config_t const * | fd_cfg | ||
) |
Allocate a RADIUS bio for writing client packets.
It also verifies that the packets we receive are valid for RADIUS.
Definition at line 51 of file client_udp.c.