Home
last modified time | relevance | path

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

/freebsd/contrib/libxo/libxo/
H A Dxo_syslog.c111 static int xo_status; /* connection xo_status */ variable
241 if (xo_status == CONNPRIV) in xo_send_syslog()
298 xo_status = NOCONN; /* retry connect */ in xo_disconnect_log()
320 if (xo_logfile != -1 && xo_status == NOCONN) { in xo_connect_log()
336 xo_status = CONNPRIV; in xo_connect_log()
340 if (xo_status == NOCONN) { in xo_connect_log()
345 xo_status = CONNDEF; in xo_connect_log()
350 if (xo_status == NOCONN) { in xo_connect_log()
359 xo_status = CONNDEF; in xo_connect_log()
363 if (xo_status == NOCONN) { in xo_connect_log()
[all …]