Searched refs:M_ERRNO (Results 1 - 16 of 16) 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()");
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()");
322 msg (D_LINK_ERRORS | M_ERRNO, "recv_socks_reply: TCP port read timeout expired");
329 msg (D_LINK_ERRORS | M_ERRNO, "recv_socks_repl
[all...]
H A Dwin32.c163 msg (M_WARN | M_ERRNO, "Warning: CloseHandle failed on overlapped I/O event object");
215 msg (M_FATAL | M_ERRNO, "Error: init_net_event_win32: WSAEventSelect call failed");
224 msg (M_FATAL | M_ERRNO, "Error: reset_net_event_win32: WSAEnumNetworkEvents call failed");
239 msg (M_WARN | M_ERRNO, "Warning: close_net_event_win32: WSAEventSelect call failed");
242 msg (M_WARN | M_ERRNO, "Warning: ResetEvent (read) failed in close_net_event_win32");
246 msg (M_WARN | M_ERRNO, "Warning: CloseHandle (read) failed in close_net_event_win32");
254 msg (M_WARN | M_ERRNO, "Warning: ResetEvent (write) failed in close_net_event_win32");
258 msg (M_WARN | M_ERRNO, "Warning: CloseHandle (write) failed in close_net_event_win32");
293 msg (M_WARN | M_ERRNO, "Warning: SetEvent/ResetEvent failed in net_event_win32_reset_write");
396 msg (M_WARN|M_ERRNO, "NOT
[all...]
H A Dmstats.c116 msg (M_WARN | M_ERRNO, "mstats_close: munmap error");
H A Derror.h94 #define M_ERRNO (1<<8) /* show errno description */ macro
109 #define M_ERR (M_FATAL | M_ERRNO)
H A Dpacket_id.c358 msg (D_PID_PERSIST | M_ERRNO, "Close error on --replay-persist file %s", p->filename);
376 msg (D_PID_PERSIST | M_ERRNO,
401 msg (D_PID_PERSIST | M_ERRNO,
437 msg (D_PID_PERSIST | M_ERRNO,
444 msg (D_PID_PERSIST | M_ERRNO,
H A Dplatform.c148 msg (M_WARN | M_ERRNO, "WARNING: nice %d failed: %s", niceval, strerror(errno));
178 msg (M_WARN | M_ERRNO, "WARNING: mlockall call failed");
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()");
H A Derror.c250 if ((flags & M_ERRNO) && e)
497 msg (M_WARN|M_ERRNO, "Warning: cannot open --log file: %s", file);
544 msg (M_WARN|M_ERRNO, "Warning: Error redirecting stdout/stderr to --log file: %s", file);
H A Dps.c236 msg (M_WARN|M_ERRNO, "PORT SHARE: sendmsg failed -- unable to communicate with background process (%d,%d,%d,%d)",
349 msg (M_WARN|M_ERRNO, "PORT SHARE: unable to write journal file in %s", jfn);
422 msg (M_WARN|M_ERRNO, "PORT SHARE PROXY: cannot create socket");
H A Dtun.c1323 msg (D_READ_WRITE | M_ERRNO, "Tried opening %s (failed)", tunname);
1471 msg (M_WARN | M_ERRNO, "Note: Cannot set tx queue length on %s", ifr.ifr_name);
1476 msg (M_WARN | M_ERRNO, "Note: Cannot open control socket on %s", ifr.ifr_name);
1882 msg (M_WARN | M_ERRNO, "Can't get iface flags");
1885 msg (M_WARN | M_ERRNO, "Can't get multiplexor id");
1890 msg (M_WARN | M_ERRNO, "Can't unlink interface(arp)");
1894 msg (M_WARN | M_ERRNO, "Can't unlink interface(ip)");
2003 msg (M_WARN | M_ERRNO, "Can't get interface info: %s",
2012 msg (M_WARN | M_ERRNO, "Can't set interface info: %s",
2151 msg (M_WARN | M_ERRNO, "ioct
[all...]
H A Dmtu.c292 msg (M_WARN | M_ERRNO,
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);
861 msg (D_LINK_ERRORS | M_ERRNO, "TCP: select() failed");
1791 msg (M_WARN | M_ERRNO, "TCP/UDP: Close Socket failed");
1807 msg (M_WARN | M_ERRNO, "TCP/UDP: Close Socket (ctrl_sd) failed");
3113 msg (D_WIN32_IO | M_ERRNO, "WIN32 I/O: Socket Completion error");
3126 msg (D_WIN32_IO | M_ERRNO, "WIN32 I/O: Socket Completion non-queued error");
H A Dpf.c321 msg (D_PF_INFO|M_ERRNO, "PF: %s: cannot open", fn);
H A Dplugin.c315 msg_flags |= M_ERRNO;
H A Droute.c2707 msg(M_WARN|M_ERRNO, "Could not retrieve default gateway from route socket:");
3073 msg(M_WARN|M_ERRNO, "Could not retrieve default gateway from route socket:");
H A Dmisc.c210 msg (M_WARN | M_ERRNO, "WARNING: cannot stat file '%s'", filename);

Completed in 189 milliseconds