Home
last modified time | relevance | path

Searched refs:print_to_ud (Results 1 – 6 of 6) sorted by relevance

/dports/security/tlswrap/tlswrap-1.04/
H A Dnetwork.c107 print_to_ud(ud, "530 Could not resolve hostname.\r\n"); in setup_connect_2()
143 print_to_ud(ud, "Can't find hostname, should not happen!"); in setup_connect_2()
146 print_to_ud(ud,"421 Connection refused by server.\r\n"); in setup_connect_2()
149 print_to_ud(ud,"421 Software caused connection abort.\r\n"); in setup_connect_2()
H A Dtls.c390 print_to_ud(ud, "530 TLSWrap certificate verification failed, disconnecting.\r\n"); in tls_auth_cont()
393 print_to_ud(ud, "425 TLSWrap data certificate verification failed.\r\n"); in tls_auth_cont()
425 print_to_ud(ud, "530 TLSWrap SSL/TLS connection to server failed.\r\n"); in tls_auth_cont()
430 print_to_ud(ud, "230 TLSWrap SSL/TLS DATA connection to server failed.\r\n"); in tls_auth_cont()
H A Dmisc.h24 int print_to_ud(struct user_data *, const char *);
H A Dparse.c111 print_to_ud(ud,"522 Network protocol not supported, use (1)\r\n"); in intercept_user_buf()
441 print_to_ud(ud, s); in parse_buf()
462 print_to_ud(ud, s); in parse_buf()
H A Dtlswrap.c614 print_to_ud(&ud[idx], buffer); in main2()
1067 print_to_ud(&ud[i],"421 Connection failed.\r\n"); in main2()
1105 print_to_ud(&ud[i],"421 Connection failed.\r\n"); in main2()
H A Dmisc.c159 int print_to_ud(struct user_data *ud, const char *s) { in print_to_ud() function