Private binary IO abstractions for file descriptors.
More...
#include <freeradius-devel/util/syserror.h>
#include <freeradius-devel/bio/bio_priv.h>
#include <freeradius-devel/bio/fd.h>
Go to the source code of this file.
Private binary IO abstractions for file descriptors.
- Id
- a59d2a5b7749521b720e6f21ac811f1659b5985b
- Copyright
- 2024 Network RADIUS SAS (legal.nosp@m.@net.nosp@m.workr.nosp@m.adiu.nosp@m.s.com)
Definition in file fd_priv.h.
◆ fr_bio_fd_s
Our FD bio structure.
Definition at line 35 of file fd_priv.h.
◆ fr_bio_fd_s.connect
struct fr_bio_fd_s.connect |
◆ fr_bio_fd_packet_ctx
◆ fr_bio_fd_t
◆ fr_bio_fd_init_common()
< stream socket
< connected datagram
< we know our IP address
Definition at line 852 of file fd.c.
◆ fr_bio_fd_init_connected()
Definition at line 789 of file fd.c.
◆ fr_bio_fd_init_listen()
Definition at line 970 of file fd.c.
◆ fr_bio_fd_socket_name()
Definition at line 633 of file fd.c.
◆ fr_filename_to_sockaddr()
int fr_filename_to_sockaddr |
( |
struct sockaddr_un * |
sun, |
|
|
socklen_t * |
sunlen, |
|
|
char const * |
filename |
|
) |
| |
Definition at line 615 of file fd.c.