Home
last modified time | relevance | path

Searched refs:fr_socket_client_unix (Results 1 – 4 of 4) sorted by relevance

/dports/net/freeradius3/freeradius-server-3.0.25/src/lib/
H A Dsocket.c61 int fr_socket_client_unix(char const *path, bool async) in fr_socket_client_unix() function
125 int fr_socket_client_unix(UNUSED char const *path, UNUSED bool async) in fr_socket_client_unix() function
/dports/net/freeradius3/freeradius-server-3.0.25/src/main/
H A Dradmin.c264 sockfd = fr_socket_client_unix(file, false); in do_connect()
H A Dcommand.c224 client_fd = fr_socket_client_unix(path, false); in fr_server_domain_socket_peercred()
527 client_fd = fr_socket_client_unix(path, false);
/dports/net/freeradius3/freeradius-server-3.0.25/src/include/
H A Dlibradius.h940 int fr_socket_client_unix(char const *path, bool async); in DIAG_OFF()