Searched refs:D_LINK_ERRORS (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dsocks.c123 msg (D_LINK_ERRORS | M_ERRNO, "socks_username_password_auth: TCP port write failed on send()");
149 msg (D_LINK_ERRORS | M_ERRNO, "socks_username_password_auth: TCP port read timeout expired");
156 msg (D_LINK_ERRORS | M_ERRNO, "socks_username_password_auth: TCP port read failed on select()");
166 msg (D_LINK_ERRORS | M_ERRNO, "socks_username_password_auth: TCP port read failed on recv()");
177 msg (D_LINK_ERRORS, "socks_username_password_auth: server refused the authentication");
197 msg (D_LINK_ERRORS | M_ERRNO, "socks_handshake: TCP port write failed on send()");
223 msg (D_LINK_ERRORS | M_ERRNO, "socks_handshake: TCP port read timeout expired");
230 msg (D_LINK_ERRORS | M_ERRNO, "socks_handshake: TCP port read failed on select()");
240 msg (D_LINK_ERRORS | M_ERRNO, "socks_handshake: TCP port read failed on recv()");
251 msg (D_LINK_ERRORS, "socks_handshak
[all...]
H A Dproxy.c111 msg (D_LINK_ERRORS | M_ERRNO, "recv_line: TCP port read timeout expired");
119 msg (D_LINK_ERRORS | M_ERRNO, "recv_line: TCP port read failed on select()");
130 msg (D_LINK_ERRORS | M_ERRNO, "recv_line: TCP port read failed on recv()");
155 msg (D_LINK_ERRORS | M_ERRNO, "recv_line: Non-ASCII character (%d) read on recv()", (int)c);
185 msg (D_LINK_ERRORS | M_ERRNO, "send_line: TCP port write failed on send()");
863 msg (D_LINK_ERRORS, "HTTP proxy returned bad status");
H A Derrlevel.h58 #define D_LINK_ERRORS LOGLEV(1, 1, M_NONFATAL) /* show link errors from main event loop */ macro
H A Dforward.c1351 msg (D_LINK_ERRORS,
1365 msg (D_LINK_ERRORS, "TCP/UDP packet too large on write to %s (tried=%d,max=%d)",
1437 msg (D_LINK_ERRORS,
1453 msg (D_LINK_ERRORS, "tun packet too large on write (tried=%d,max=%d)",
H A Dsocket.c777 msg (D_LINK_ERRORS | M_ERRNO, "TCP: getpeername() failed");
801 msg (D_LINK_ERRORS | M_ERRNO, "TCP: accept(%d) failed", sd);
806 msg (D_LINK_ERRORS, "TCP: Received strange incoming connection with unknown address length=%d", remote_len);
861 msg (D_LINK_ERRORS | M_ERRNO, "TCP: select() failed");
1045 msg (D_LINK_ERRORS,
1908 msg (D_LINK_ERRORS,
H A Dmanage.c1655 msg (D_LINK_ERRORS,
1662 msg (D_LINK_ERRORS,
H A Dinit.c842 set_check_status (D_LINK_ERRORS, D_READ_WRITE);

Completed in 59 milliseconds