Home
last modified time | relevance | path

Searched refs:SOCK_gethostname (Results 1 – 20 of 20) sorted by relevance

/dports/biology/ncbi-toolkit/ncbi/connect/
H A Dncbi_sendmail.c253 && SOCK_gethostname(buf, size) != 0) { in s_MakeFrom()
514 && SOCK_gethostname(buffer, sizeof(buffer)) != 0) { in CORE_SendMailEx()
H A Dncbi_socket.h1987 extern NCBI_XCONNECT_EXPORT int SOCK_gethostname
H A Dncbi_service.c711 SOCK_gethostname(net_info->client_host, in s_SetDefaultReferer()
H A Dncbi_connutil.c1142 SOCK_gethostname(info->client_host, sizeof(info->client_host)); in ConnNetInfo_SetupStandardArgs()
H A Dncbi_socket.c8085 extern int SOCK_gethostname(char* buf, size_t bufsize) in SOCK_gethostname() function
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/connect/
H A Dncbi_sendmail.c252 && SOCK_gethostname(buf, size) != 0) { in s_MakeFrom()
512 && SOCK_gethostname(buffer, sizeof(buffer)) != 0) { in CORE_SendMailEx()
H A Dncbi_service_connector.c705 SOCK_gethostname(net_info->client_host, in x_SetDefaultReferer()
H A Dncbi_connutil.c1468 SOCK_gethostname(info->client_host, sizeof(info->client_host)); in ConnNetInfo_SetupStandardArgs()
H A Dncbi_socket.c8488 extern int SOCK_gethostname(char* buf, size_t bufsize) in SOCK_gethostname() function
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/connect/
H A Dncbi_sendmail.c252 && SOCK_gethostname(buf, size) != 0) { in s_MakeFrom()
512 && SOCK_gethostname(buffer, sizeof(buffer)) != 0) { in CORE_SendMailEx()
H A Dncbi_service_connector.c705 SOCK_gethostname(net_info->client_host, in x_SetDefaultReferer()
H A Dncbi_connutil.c1468 SOCK_gethostname(info->client_host, sizeof(info->client_host)); in ConnNetInfo_SetupStandardArgs()
H A Dncbi_socket.c8488 extern int SOCK_gethostname(char* buf, size_t bufsize) in SOCK_gethostname() function
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/connect/
H A Dncbi_socket.h2048 extern NCBI_XCONNECT_EXPORT int SOCK_gethostname
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/connect/test/
H A Dtest_ncbi_linkerd_proxy.cpp460 SOCK_gethostname(m_Hostname, sizeof(m_Hostname)); in Init()
H A Dtest_ncbi_socket.c943 assert(SOCK_gethostname(local_host, sizeof(local_host)) == 0); in main()
H A Dtest_ncbi_linkerd_cxx.cpp781 SOCK_gethostname(m_Hostname, sizeof(m_Hostname)); in Init()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/connect/
H A Dncbi_socket.h2048 extern NCBI_XCONNECT_EXPORT int SOCK_gethostname
/dports/biology/ncbi-toolkit/ncbi/connect/test/
H A Ddebug_server.c758 if (SOCK_gethostname(local_host, sizeof(local_host)) != 0) in main()
H A Dtest_ncbi_socket.c909 assert(SOCK_gethostname(local_host, sizeof(local_host)) == 0); in main()