Home
last modified time | relevance | path

Searched refs:rc_getaddrinfo (Results 1 – 7 of 7) sorted by relevance

/dports/net/radcli/radcli-1.3.0/lib/
H A Dip_util.c28 struct addrinfo *rc_getaddrinfo (char const *host, unsigned flags) in rc_getaddrinfo() function
179 info = rc_getaddrinfo (txtaddr, PW_AI_PASSIVE); in rc_own_bind_addr()
H A Dutil.h47 struct addrinfo *rc_getaddrinfo (char const *host, unsigned flags);
H A Dconfig.c929 if ((*info = rc_getaddrinfo (server_name, type==AUTH?PW_AI_AUTH:PW_AI_ACCT)) == NULL) in rc_find_server_addr()
986 tmpinfo = rc_getaddrinfo(hostnm, 0); in rc_find_server_addr()
1003 tmpinfo = rc_getaddrinfo(hostnm, 0); in rc_find_server_addr()
H A Dtls.c326 rc_getaddrinfo(hostname, PW_AI_AUTH); in init_session()
H A Dsendserver.c490 rc_getaddrinfo(server_name, in rc_send_server_ctx()
/dports/security/hashcat/hashcat-6.2.5/src/
H A Dbrain.c998 const int rc_getaddrinfo = getaddrinfo (host_real, port_str, &hints, &address_info); in brain_client_connect() local
1000 if (rc_getaddrinfo == 0) in brain_client_connect()
1018 brain_logging (stderr, 0, "%s: %s\n", host_real, gai_strerror (rc_getaddrinfo)); in brain_client_connect()
3093 const int rc_getaddrinfo = getaddrinfo (listen_host, NULL, &hints, &address_info); in brain_server() local
3095 if (rc_getaddrinfo == 0) in brain_server()
3105 brain_logging (stderr, 0, "%s: %s\n", listen_host, gai_strerror (rc_getaddrinfo)); in brain_server()
H A Duser_options.c2257 const int rc_getaddrinfo = getaddrinfo (user_options->brain_host, NULL, &hints, &address_info); in user_options_check_files() local
2259 if (rc_getaddrinfo != 0) in user_options_check_files()
2261 fprintf (stderr, "%s: %s\n", user_options->brain_host, gai_strerror (rc_getaddrinfo)); in user_options_check_files()