rc_mksid(3) Radius client library rc_mksid(3)

rc_mksid - Generate a session-ID-like string from the current time, pid, and a call counter.

#include <radcli/radcli.h>

char * rc_mksid(
    void     
);

a NUL-terminated string in a static buffer, valid only until the next rc_mksid() call.

rc_add_config(3), rc_apply_config(3), rc_check_tls(3), rc_conf_int(3), rc_conf_srv(3), rc_conf_str(3), rc_config_free(3), rc_config_init(3), rc_destroy(3), rc_dict_free(3), rc_find_server_addr(3), rc_get_socket_type(3), rc_get_srcaddr(3), rc_getport(3), rc_new(3), rc_openlog(3), rc_own_hostname(3), rc_read_config(3), rc_read_dictionary(3), rc_read_dictionary_from_buffer(3), rc_setdebug(3), rc_test_config(3), rc_tls_fd(3)

2026-09-03 radcli